petsc-3.10.5 2019-03-28
Report Typos and Errors
SNESSetAlwaysComputesFinalResidual
does the
SNES
always compute the residual at the final solution?
Synopsis
#include "petscsnes.h"
PetscErrorCode
SNESSetAlwaysComputesFinalResidual
(
SNES
snes,
PetscBool
flg)
Logically Collective on
SNES
Input Parameters
snes
- the shell
SNES
flg
- is the residual computed?
See Also
SNESGetAlwaysComputesFinalResidual
()
Level
advanced
Location
src/snes/interface/snes.c
Index of all SNES routines
Table of Contents for all manual pages
Index of all manual pages