#include "petscsnes.h" PetscErrorCode SNESFASFullSetTotal(SNES snes,PetscBool total)Logically Collective on SNES
| snes | - the multigrid context | |
| total | - whether to use total restriction / interpolatiaon or not (the alternative is defect restriction and correction interpolation) | 
| -snes_fas_full_total | 
Note: this option is only significant if the interpolation of a coarse correction (MatInterpolate()) is significantly different from total solution interpolation (DMInterpolateSolution()).