ScaFaCoS  1.0.1
Scalable Fast Coulomb Solvers
fcs_set_tolerance Interface Reference

Public Member Functions

type(c_ptr) function fcs_set_tolerance (handle, tolerance_type, tolerance)
 

Detailed Description

Definition at line 338 of file fcs4fortran.f90.

Constructor & Destructor Documentation

◆ fcs_set_tolerance()

type(c_ptr) function fcs_set_tolerance ( type(c_ptr), value  handle,
integer(kind = fcs_integer_kind_isoc), value  tolerance_type,
real(kind = fcs_real_kind_isoc), value  tolerance 
)

Definition at line 340 of file fcs4fortran.f90.

340  use iso_c_binding
341  implicit none
342  type(c_ptr),value :: handle
343  integer(kind = fcs_integer_kind_isoc),value :: tolerance_type
344  real(kind = fcs_real_kind_isoc), value :: tolerance
345  type(c_ptr) :: fcs_set_tolerance
FCSResult fcs_set_tolerance(FCS handle, fcs_int tolerance_type, fcs_float tolerance)
function to set the error tolerance of the FCS solver

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