petsc-3.9.4 2018-09-11
SNESNASMSetComputeFinalJacobian
Schedules the computation of the global and subdomain jacobians upon convergence
Synopsis
#include "petscsnes.h"
PetscErrorCode SNESNASMSetComputeFinalJacobian(SNES snes,PetscBool flg)
Collective on SNES
Input Parameters
| SNES | - the SNES context
|
| flg | - indication of whether to compute the jacobians or not
|
Notes: This is used almost exclusively in the implementation of ASPIN, where the converged subdomain and global jacobian
is needed at each linear iteration.
Keywords
SNES, NASM, ASPIN
See Also
SNESNASM, SNESNASMGetSubdomains()
Level
developer
Location
src/snes/impls/nasm/nasm.c
Implementations
SNESNASMSetComputeFinalJacobian_NASM in src/snes/impls/nasm/nasm.c
Index of all SNES routines
Table of Contents for all manual pages
Index of all manual pages