Home
last modified time | relevance | path

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

/petsc/src/snes/impls/patch/
H A Dsnespatch.c26 PetscCall(ISGetSize(pcpatch->dofMappingWithoutToWithAll[pt], &size)); in SNESPatchComputeResidual_Private()
28 PetscCall(ISGetIndices(pcpatch->dofMappingWithoutToWithAll[pt], &indices)); in SNESPatchComputeResidual_Private()
36 PetscCall(ISRestoreIndices(pcpatch->dofMappingWithoutToWithAll[pt], &indices)); in SNESPatchComputeResidual_Private()
54 PetscCall(ISGetSize(pcpatch->dofMappingWithoutToWithAll[pt], &size)); in SNESPatchComputeJacobian_Private()
56 PetscCall(ISGetIndices(pcpatch->dofMappingWithoutToWithAll[pt], &indices)); in SNESPatchComputeJacobian_Private()
64 PetscCall(ISRestoreIndices(pcpatch->dofMappingWithoutToWithAll[pt], &indices)); in SNESPatchComputeJacobian_Private()
/petsc/include/petsc/private/
H A Dpcpatchimpl.h93 IS *dofMappingWithoutToWithAll; member
/petsc/src/ksp/pc/impls/patch/
H A Dpcpatch.c2550 if (isNonlinear) PetscCall(PetscMalloc1(patch->npatch, &patch->dofMappingWithoutToWithAll)); in PCSetUp_PATCH()
2608 patch->dofMappingWithoutToWithAll[p - pStart] = NULL; in PCSetUp_PATCH()
2626 …ofs, patchWithoutAllToWithAllArray, PETSC_OWN_POINTER, &patch->dofMappingWithoutToWithAll[p - pSta… in PCSetUp_PATCH()
2940 if (patch->dofMappingWithoutToWithAll) { in PCReset_PATCH()
2941 for (i = 0; i < patch->npatch; ++i) PetscCall(ISDestroy(&patch->dofMappingWithoutToWithAll[i])); in PCReset_PATCH()
2942 PetscCall(PetscFree(patch->dofMappingWithoutToWithAll)); in PCReset_PATCH()
3224 patch->dofMappingWithoutToWithAll = NULL; in PCCreate_Patch()