ScaFaCoS  1.0.1
Scalable Fast Coulomb Solvers
fcs_set_box_a Interface Reference

Public Member Functions

type(c_ptr) function fcs_set_box_a (handle, box_a)
 

Detailed Description

Definition at line 246 of file fcs4fortran.f90.

Constructor & Destructor Documentation

◆ fcs_set_box_a()

type(c_ptr) function fcs_set_box_a ( type(c_ptr), value  handle,
real(kind = fcs_real_kind_isoc), dimension(3)  box_a 
)

Definition at line 247 of file fcs4fortran.f90.

247  use iso_c_binding
248  implicit none
249  type(c_ptr),value :: handle
250  real(kind = fcs_real_kind_isoc) :: box_a(3)
251  type(c_ptr) :: fcs_set_box_a
FCSResult fcs_set_box_a(FCS handle, const fcs_float *box_a)
function to set the first base vector of the system box

The documentation for this interface was generated from the following file: