ScaFaCoS  1.0.1
Scalable Fast Coulomb Solvers
fcs_set_common_f Interface Reference

Public Member Functions

type(c_ptr) function fcs_set_common_f (handle, near_field_flag, box_a, box_b, box_c, box_origin, periodicity, total_parts)
 

Detailed Description

Definition at line 197 of file fcs4fortran.f90.

Constructor & Destructor Documentation

◆ fcs_set_common_f()

type(c_ptr) function fcs_set_common_f ( type(c_ptr), value  handle,
integer(kind = fcs_integer_kind_isoc), value  near_field_flag,
real(kind = fcs_real_kind_isoc), dimension(3)  box_a,
real(kind = fcs_real_kind_isoc), dimension(3)  box_b,
real(kind = fcs_real_kind_isoc), dimension(3)  box_c,
real(kind = fcs_real_kind_isoc), dimension(3)  box_origin,
integer(kind = fcs_integer_kind_isoc), dimension(3)  periodicity,
integer(kind = fcs_integer_kind_isoc), value  total_parts 
)

Definition at line 199 of file fcs4fortran.f90.

199  use iso_c_binding
200  implicit none
201  type(c_ptr),value :: handle
202  integer(kind = fcs_integer_kind_isoc), value :: near_field_flag
203  real(kind = fcs_real_kind_isoc) :: box_a(3)
204  real(kind = fcs_real_kind_isoc) :: box_b(3)
205  real(kind = fcs_real_kind_isoc) :: box_c(3)
206  real(kind = fcs_real_kind_isoc) :: box_origin(3)
207  integer(kind = fcs_integer_kind_isoc) :: periodicity(3)
208  integer(kind = fcs_integer_kind_isoc), value :: total_parts
209  type(c_ptr) :: fcs_set_common_f

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