SNESFASSetGalerkin#

Sets coarse problems as formed by projection to the fine problem

Synopsis#

#include "petscsnes.h"  
PetscErrorCode SNESFASSetGalerkin(SNES snes, PetscBool flg)

Collective

Input Parameters#

  • snes - the SNESFAS nonlinear solver context

  • flg - PETSC_TRUE to use the projection process

See Also#

SNESFAS, SNESFASSetLevels(), SNESFASGetGalerkin()

Level#

advanced

Location#

src/snes/impls/fas/fasgalerkin.c


Edit on GitLab

Index of all SNESFAS routines
Table of Contents for all manual pages
Index of all manual pages