ScaFaCoS
1.0.1
Scalable Fast Coulomb Solvers
|
Public Member Functions | |
type(c_ptr) function | fcs_run (handle, n_locparts, positions, charges, fields, potentials) |
Definition at line 158 of file fcs4fortran.f90.
type(c_ptr) function fcs_run | ( | type(c_ptr), value | handle, |
integer(kind = fcs_integer_kind_isoc), value | n_locparts, | ||
real(kind = fcs_real_kind_isoc), dimension(3*n_locparts) | positions, | ||
real(kind = fcs_real_kind_isoc), dimension(n_locparts) | charges, | ||
real(kind = fcs_real_kind_isoc), dimension(3*n_locparts) | fields, | ||
real(kind = fcs_real_kind_isoc), dimension(n_locparts) | potentials | ||
) |
Definition at line 160 of file fcs4fortran.f90.