ScaFaCoS  1.0.1
Scalable Fast Coulomb Solvers
fcs_tune Interface Reference

Public Member Functions

type(c_ptr) function fcs_tune (handle, n_locparts, positions, charges)
 

Detailed Description

Definition at line 147 of file fcs4fortran.f90.

Constructor & Destructor Documentation

◆ fcs_tune()

type(c_ptr) function fcs_tune ( 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 
)

Definition at line 148 of file fcs4fortran.f90.

148  use iso_c_binding
149  implicit none
150  type(c_ptr), value :: handle
151  integer(kind = fcs_integer_kind_isoc),value :: n_locparts
152  real(kind = fcs_real_kind_isoc) :: positions(3*n_locparts)
153  real(kind = fcs_real_kind_isoc) :: charges(n_locparts)
154  type(c_ptr) :: fcs_tune
FCSResult fcs_tune(FCS handle, fcs_int local_particles, fcs_float *positions, fcs_float *charges)
function to tune method specific parameters depending on the particles

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