ScaFaCoS  1.0.1
Scalable Fast Coulomb Solvers
fcs_set_total_particles Interface Reference

Public Member Functions

type(c_ptr) function fcs_set_total_particles (handle, total_particles)
 

Detailed Description

Definition at line 304 of file fcs4fortran.f90.

Constructor & Destructor Documentation

◆ fcs_set_total_particles()

type(c_ptr) function fcs_set_total_particles ( type(c_ptr), value  handle,
integer(kind = fcs_integer_kind_isoc), value  total_particles 
)

Definition at line 306 of file fcs4fortran.f90.

306  use iso_c_binding
307  implicit none
308  type(c_ptr),value :: handle
309  integer(kind = fcs_integer_kind_isoc),value :: total_particles
310  type(c_ptr) :: fcs_set_total_particles
FCSResult fcs_set_total_particles(FCS handle, fcs_int total_particles)
function to set the total number of particles in the system

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