ScaFaCoS  1.0.1
Scalable Fast Coulomb Solvers
fcs_set_max_local_particles Interface Reference

Public Member Functions

type(c_ptr) function fcs_set_max_local_particles (handle, max_local_particles)
 

Detailed Description

Definition at line 321 of file fcs4fortran.f90.

Constructor & Destructor Documentation

◆ fcs_set_max_local_particles()

type(c_ptr) function fcs_set_max_local_particles ( type(c_ptr), value  handle,
integer(kind = fcs_integer_kind_isoc), value  max_local_particles 
)

Definition at line 323 of file fcs4fortran.f90.

323  use iso_c_binding
324  implicit none
325  type(c_ptr),value :: handle
326  integer(kind = fcs_integer_kind_isoc),value :: max_local_particles
327  type(c_ptr) :: fcs_set_max_local_particles
FCSResult fcs_set_max_local_particles(FCS handle, fcs_int max_local_particles)
function to set the maximum number of particles that can be stored in the specified local particle da...

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