ScaFaCoS  1.0.1
Scalable Fast Coulomb Solvers
fcs_set_box_origin Interface Reference

Public Member Functions

type(c_ptr) function fcs_set_box_origin (handle, box_origin)
 

Detailed Description

Definition at line 283 of file fcs4fortran.f90.

Constructor & Destructor Documentation

◆ fcs_set_box_origin()

type(c_ptr) function fcs_set_box_origin ( type(c_ptr), value  handle,
real(kind = fcs_real_kind_isoc), dimension(3)  box_origin 
)

Definition at line 284 of file fcs4fortran.f90.

284  use iso_c_binding
285  implicit none
286  type(c_ptr),value :: handle
287  real(kind = fcs_real_kind_isoc) :: box_origin(3)
288  type(c_ptr) :: fcs_set_box_origin
FCSResult fcs_set_box_origin(FCS handle, const fcs_float *box_origin)
function to set the origin vector of the system box

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