Searched refs:disable_ksp_viewers (Results 1 – 2 of 2) sorted by relevance
103 lmvm->disable_ksp_viewers = PETSC_TRUE; in MatLMVMCreateJ0KSP_ExactInverse()507 …lmvm->disable_ksp_viewers = PETSC_FALSE; // if the user supplies a more complicated KSP, don't tur… in MatLMVMSetJ0KSP()664 if (lmvm->disable_ksp_viewers) PetscCall(PetscOptionsPushCreateViewerOff(PETSC_TRUE)); in MatLMVMApplyJ0Inv()666 if (lmvm->disable_ksp_viewers) PetscCall(PetscOptionsPopCreateViewerOff()); in MatLMVMApplyJ0Inv()675 if (lmvm->disable_ksp_viewers) PetscCall(PetscOptionsPushCreateViewerOff(PETSC_TRUE)); in MatLMVMApplyJ0InvTranspose()677 if (lmvm->disable_ksp_viewers) PetscCall(PetscOptionsPopCreateViewerOff()); in MatLMVMApplyJ0InvTranspose()
95 PetscBool disable_ksp_viewers; member