ScaFaCoS  1.0.1
Scalable Fast Coulomb Solvers
fcs_set_box_c Interface Reference

Public Member Functions

type(c_ptr) function fcs_set_box_c (handle, box_c)
 

Detailed Description

Definition at line 273 of file fcs4fortran.f90.

Constructor & Destructor Documentation

◆ fcs_set_box_c()

type(c_ptr) function fcs_set_box_c ( type(c_ptr), value  handle,
real(kind = fcs_real_kind_isoc), dimension(3)  box_c 
)

Definition at line 274 of file fcs4fortran.f90.

274  use iso_c_binding
275  implicit none
276  type(c_ptr),value :: handle
277  real(kind = fcs_real_kind_isoc) :: box_c(3)
278  type(c_ptr) :: fcs_set_box_c
FCSResult fcs_set_box_c(FCS handle, const fcs_float *box_c)
function to set the third base vector of the system box

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