Home
last modified time | relevance | path

Searched refs:SNESGetAlwaysComputesFinalResidual (Results 1 – 3 of 3) sorted by relevance

/petsc/src/snes/impls/fas/
H A Dfas.c372 PetscCall(SNESGetAlwaysComputesFinalResidual(smoothd, &flg)); in SNESFASDownSmooth_Private()
405 PetscCall(SNESGetAlwaysComputesFinalResidual(smoothu, &flg)); in SNESFASUpSmooth_Private()
/petsc/include/
H A Dpetscsnes.h727 PETSC_EXTERN PetscErrorCode SNESGetAlwaysComputesFinalResidual(SNES, PetscBool *);
/petsc/src/snes/interface/
H A Dsnes.c109 PetscErrorCode SNESGetAlwaysComputesFinalResidual(SNES snes, PetscBool *flg) in SNESGetAlwaysComputesFinalResidual() function