ScaFaCoS  1.0.1
Scalable Fast Coulomb Solvers
fcs_vmg_get_max_level Interface Reference

Public Member Functions

type(c_ptr) function fcs_vmg_get_max_level (handle, max_level)
 

Detailed Description

Definition at line 889 of file fcs4fortran.f90.

Constructor & Destructor Documentation

◆ fcs_vmg_get_max_level()

type(c_ptr) function fcs_vmg_get_max_level ( type(c_ptr), value  handle,
integer(kind = fcs_integer_kind_isoc)  max_level 
)

Definition at line 891 of file fcs4fortran.f90.

891  use iso_c_binding
892  implicit none
893  type(c_ptr), value :: handle
894  integer(kind = fcs_integer_kind_isoc) :: max_level
895  type(c_ptr) :: fcs_vmg_get_max_level
FCSResult fcs_vmg_get_max_level(FCS handle, fcs_int *max_level)
Get the maximum level of the multigrid algorithm.

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