ScaFaCoS  1.0.1
Scalable Fast Coulomb Solvers
fcs_vmg_get_max_iterations Interface Reference

Public Member Functions

type(c_ptr) function fcs_vmg_get_max_iterations (handle, max_iterations)
 

Detailed Description

Definition at line 871 of file fcs4fortran.f90.

Constructor & Destructor Documentation

◆ fcs_vmg_get_max_iterations()

type(c_ptr) function fcs_vmg_get_max_iterations ( type(c_ptr), value  handle,
integer(kind = fcs_integer_kind_isoc)  max_iterations 
)

Definition at line 873 of file fcs4fortran.f90.

873  use iso_c_binding
874  implicit none
875  type(c_ptr), value :: handle
876  integer(kind = fcs_integer_kind_isoc) :: max_iterations
877  type(c_ptr) :: fcs_vmg_get_max_iterations
FCSResult fcs_vmg_get_max_iterations(FCS handle, fcs_int *max_iterations)
Get the maximum number of multigrid iterations.

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