ScaFaCoS  1.0.1
Scalable Fast Coulomb Solvers
fcs_vmg_set_max_level Interface Reference

Public Member Functions

type(c_ptr) function fcs_vmg_set_max_level (handle, max_level)
 

Detailed Description

Definition at line 880 of file fcs4fortran.f90.

Constructor & Destructor Documentation

◆ fcs_vmg_set_max_level()

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

Definition at line 882 of file fcs4fortran.f90.

882  use iso_c_binding
883  implicit none
884  type(c_ptr),value :: handle
885  integer(kind = fcs_integer_kind_isoc),value :: max_level
886  type(c_ptr) :: fcs_vmg_set_max_level
FCSResult fcs_vmg_set_max_level(FCS handle, fcs_int max_level)
Set the maximum level of the multigrid algorithm.

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