ScaFaCoS  1.0.1
Scalable Fast Coulomb Solvers
fcs_pepc_setup Interface Reference

Public Member Functions

type(c_ptr) function fcs_pepc_setup (handle, epsilon, theta, level)
 

Detailed Description

Definition at line 512 of file fcs4fortran.f90.

Constructor & Destructor Documentation

◆ fcs_pepc_setup()

type(c_ptr) function fcs_pepc_setup ( type(c_ptr), value  handle,
real(kind = fcs_real_kind_isoc), value  epsilon,
real(kind = fcs_real_kind_isoc), value  theta,
integer(kind = fcs_integer_kind_isoc), value  level 
)

Definition at line 514 of file fcs4fortran.f90.

514  use iso_c_binding
515  implicit none
516  type(c_ptr),value :: handle
517  real(kind = fcs_real_kind_isoc), value :: epsilon
518  real(kind = fcs_real_kind_isoc), value :: theta
519  integer(kind = fcs_integer_kind_isoc), value :: level
520  type(c_ptr) :: fcs_pepc_setup
FCSResult fcs_pepc_setup(FCS handle, fcs_float epsilon, fcs_float theta)

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