Searched refs:save_operators (Results 1 – 2 of 2) sorted by relevance
76 …PetscBool save_operators; /* Save all operators (or create/destroy one at a time?)… member
325 patch->save_operators = flg; in PCPatchSetSaveOperators()335 *flg = patch->save_operators; in PCPatchGetSaveOperators()2392 …PetscCheck(patch->save_operators || !patch->denseinverse, PetscObjectComm((PetscObject)pc), PETSC_… in PCSetUp_PATCH_Linear()2412 if (patch->save_operators) { in PCSetUp_PATCH_Linear()2639 if (patch->save_operators) { in PCSetUp_PATCH()2686 …if (patch->local_composition_type == PC_COMPOSITE_MULTIPLICATIVE && patch->save_operators && !patc… in PCSetUp_PATCH()2705 if (!patch->save_operators) { in PCApply_PATCH_Linear()2727 if (!patch->save_operators) { in PCApply_PATCH_Linear()2744 if (patch->save_operators) { in PCUpdateMultiplicative_PATCH_Linear()2768 if (!patch->save_operators) PetscCall(MatDestroy(&multMat)); in PCUpdateMultiplicative_PATCH_Linear()[all …]