Home
last modified time | relevance | path

Searched refs:PetscOptionsPopCreateViewerOff (Results 1 – 8 of 8) sorted by relevance

/petsc/src/sys/classes/viewer/tests/
H A Dex5.c29 PetscCall(PetscOptionsPopCreateViewerOff()); in main()
/petsc/include/
H A Dpetscviewer.h190 PETSC_EXTERN PetscErrorCode PetscOptionsPopCreateViewerOff(void);
219 return PetscOptionsPopCreateViewerOff(); in PetscOptionsPopGetViewerOff()
/petsc/doc/changes/
H A D322.md30 …`PetscOptionsPushCreateViewerOff()`, `PetscOptionsPopCreateViewerOff()`, and `PetscOptionsGetCreat…
/petsc/src/sys/classes/viewer/interface/
H A Dviewreg.c139 PetscErrorCode PetscOptionsPopCreateViewerOff(void) in PetscOptionsPopCreateViewerOff() function
/petsc/src/ksp/ksp/utils/lmvm/
H A Dlmvmutils.c666 if (lmvm->disable_ksp_viewers) PetscCall(PetscOptionsPopCreateViewerOff()); in MatLMVMApplyJ0Inv()
677 if (lmvm->disable_ksp_viewers) PetscCall(PetscOptionsPopCreateViewerOff()); in MatLMVMApplyJ0InvTranspose()
/petsc/src/sys/objects/
H A Dpinit.c1551 PetscCall(PetscOptionsPopCreateViewerOff()); in PetscFinalize()
/petsc/src/ksp/ksp/interface/
H A Ditfunc.c763 PetscCall(PetscOptionsPopCreateViewerOff()); in KSPViewFinalResidual_Internal()
/petsc/src/ksp/pc/impls/patch/
H A Dpcpatch.c2851 PetscCall(PetscOptionsPopCreateViewerOff()); in PCApply_PATCH()