Home
last modified time | relevance | path

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

/petsc/include/petsc/private/
H A Dpcpatchimpl.h146 PETSC_SINGLE_LIBRARY_INTERN PetscErrorCode PCPatchComputeOperator_Internal(PC, Vec, Mat, PetscInt, …
/petsc/src/snes/impls/patch/
H A Dsnespatch.c66 …PetscCall(PCPatchComputeOperator_Internal(pc, pcpatch->patchStateWithAll, M, pcpatch->currentPatch… in SNESPatchComputeJacobian_Private()
/petsc/src/ksp/pc/impls/patch/
H A Dpcpatch.c2012 PetscErrorCode PCPatchComputeOperator_Internal(PC pc, Vec x, Mat mat, PetscInt point, PetscBool wit… in PCPatchComputeOperator_Internal() function
2415 PetscCall(PCPatchComputeOperator_Internal(pc, NULL, patch->mat[i], i, PETSC_FALSE)); in PCSetUp_PATCH_Linear()
2442 PetscCall(PCPatchComputeOperator_Internal(pc, NULL, matSquare, i, PETSC_TRUE)); in PCSetUp_PATCH_Linear()
2710 PetscCall(PCPatchComputeOperator_Internal(pc, NULL, mat, i, PETSC_FALSE)); in PCApply_PATCH_Linear()
2752 PetscCall(PCPatchComputeOperator_Internal(pc, NULL, matSquare, i, PETSC_TRUE)); in PCUpdateMultiplicative_PATCH_Linear()