Home
last modified time | relevance | path

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

/petsc/include/petsc/private/
H A Dpcpatchimpl.h108 PetscErrorCode (*destroysolver)(PC); member
/petsc/src/snes/impls/patch/
H A Dsnespatch.c368 patchpc->destroysolver = PCDestroy_PATCH_Nonlinear; in SNESCreate_Patch()
/petsc/src/ksp/pc/impls/patch/
H A Dpcpatch.c2984 PetscCall((*patch->destroysolver)(pc)); in PCDestroy_PATCH()
3221 patch->destroysolver = PCDestroy_PATCH_Linear; in PCCreate_Patch()