ScaFaCoS  1.0.1
Scalable Fast Coulomb Solvers
fcs_set_box_b Interface Reference

Public Member Functions

type(c_ptr) function fcs_set_box_b (handle, box_b)
 

Detailed Description

Definition at line 263 of file fcs4fortran.f90.

Constructor & Destructor Documentation

◆ fcs_set_box_b()

type(c_ptr) function fcs_set_box_b ( type(c_ptr), value  handle,
real(kind = fcs_real_kind_isoc), dimension(3)  box_b 
)

Definition at line 264 of file fcs4fortran.f90.

264  use iso_c_binding
265  implicit none
266  type(c_ptr),value :: handle
267  real(kind = fcs_real_kind_isoc) :: box_b(3)
268  type(c_ptr) :: fcs_set_box_b
FCSResult fcs_set_box_b(FCS handle, const fcs_float *box_b)
function to set the second base vector of the system box

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