#include "petscksp.h" PetscErrorCode PCMGSetGalerkin(PC pc,PCMGGalerkinType use)Logically Collective on PC
pc | - the multigrid context | |
use | - one of PC_MG_GALERKIN_BOTH,PC_MG_GALERKIN_PMAT,PC_MG_GALERKIN_MAT, or PC_MG_GALERKIN_NONE |
Notes: Some codes that use PCMG such as PCGAMG use Galerkin internally while constructing the hierarchy and thus do not use the PCMG construction of the coarser grids.
Level:intermediate
Location:src/ksp/pc/impls/mg/mg.c
Index of all PCMG routines
Table of Contents for all manual pages
Index of all manual pages