ScaFaCoS  1.0.1
Scalable Fast Coulomb Solvers
fcs_vmg_set_smoothing_steps Interface Reference

Public Member Functions

type(c_ptr) function fcs_vmg_set_smoothing_steps (handle, smoothing_steps)
 

Detailed Description

Definition at line 934 of file fcs4fortran.f90.

Constructor & Destructor Documentation

◆ fcs_vmg_set_smoothing_steps()

type(c_ptr) function fcs_vmg_set_smoothing_steps ( type(c_ptr), value  handle,
integer(kind = fcs_integer_kind_isoc), value  smoothing_steps 
)

Definition at line 936 of file fcs4fortran.f90.

936  use iso_c_binding
937  implicit none
938  type(c_ptr),value :: handle
939  integer(kind = fcs_integer_kind_isoc),value :: smoothing_steps
940  type(c_ptr) :: fcs_vmg_set_smoothing_steps
FCSResult fcs_vmg_set_smoothing_steps(FCS handle, fcs_int smoothing_steps)
Set the number of pre/postsmoothing steps on each level.

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