Lines Matching refs:intFacets
1146 …reateGeneral(PETSC_COMM_SELF, numIntFacets, intFacetsArray, PETSC_OWN_POINTER, &patch->intFacets)); in PCPatchCreateCellPatches()
1147 PetscCall(PetscObjectSetName((PetscObject)patch->intFacets, "Patch Interior Facets")); in PCPatchCreateCellPatches()
1152 …PetscCall(ObjectView((PetscObject)patch->intFacets, patch->viewerIntFacets, patch->formatIntFacets… in PCPatchCreateCellPatches()
1775 PetscCall(ISGetIndices(patch->intFacets, &intFacetsArray)); in PCPatchCreateMatrix_Private()
1824 PetscCall(ISGetIndices(patch->intFacets, &intFacetsArray)); in PCPatchCreateMatrix_Private()
1863 PetscCall(ISGetIndices(patch->intFacets, &intFacetsArray)); in PCPatchCreateMatrix_Private()
2080 PetscCall(ISGetIndices(patch->intFacets, &intFacetsArray)); in PCPatchComputeOperator_Internal()
2138 PetscCall(ISRestoreIndices(patch->intFacets, &intFacetsArray)); in PCPatchComputeOperator_Internal()
2290 PetscCall(ISGetIndices(patch->intFacets, &intFacetsArray)); in PCPatchPrecomputePatchTensors_Private()
2299 PetscCall(ISRestoreIndices(patch->intFacets, &intFacetsArray)); in PCPatchPrecomputePatchTensors_Private()
2898 PetscCall(ISDestroy(&patch->intFacets)); in PCReset_PATCH()