ScaFaCoS  1.0.1
Scalable Fast Coulomb Solvers
fcs_fmm_set_tolerance_energy Interface Reference

Public Member Functions

type(c_ptr) function fcs_fmm_set_tolerance_energy (handle, tolerance)
 

Detailed Description

Definition at line 638 of file fcs4fortran.f90.

Constructor & Destructor Documentation

◆ fcs_fmm_set_tolerance_energy()

type(c_ptr) function fcs_fmm_set_tolerance_energy ( type(c_ptr), value  handle,
real(kind = fcs_real_kind_isoc), value  tolerance 
)

Definition at line 640 of file fcs4fortran.f90.

640  use iso_c_binding
641  implicit none
642  type(c_ptr), value :: handle
643  real(kind = fcs_real_kind_isoc), value :: tolerance
644  type(c_ptr) :: fcs_fmm_set_tolerance_energy
FCSResult fcs_fmm_set_tolerance_energy(FCS handle, fcs_float tolerance_energy)
function to set the optional fmm deltaE parameter, which gives the energy tolerance for the FMM ...

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