ScaFaCoS  1.0.1
Scalable Fast Coulomb Solvers
fcs_get_tolerance Interface Reference

Public Member Functions

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

Detailed Description

Definition at line 349 of file fcs4fortran.f90.

Constructor & Destructor Documentation

◆ fcs_get_tolerance()

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

Definition at line 351 of file fcs4fortran.f90.

351  use iso_c_binding
352  implicit none
353  type(c_ptr), value :: handle
354  integer(kind = fcs_integer_kind_isoc) :: tolerance_type
355  real(kind = fcs_real_kind_isoc), value :: tolerance
356  type(c_ptr) :: fcs_get_tolerance
FCSResult fcs_get_tolerance(FCS handle, fcs_int *tolerance_type, fcs_float *tolerance)
function to return the error tolerance of the FCS solver

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