Lines Matching refs:intFacetsToPatchCell
924 PetscInt *cellsArray, *pointsArray, *intFacetsArray, *extFacetsArray, *intFacetsToPatchCell; in PCPatchCreateCellPatches() local
1058 PetscCall(PetscMalloc1(numIntFacets * 2, &intFacetsToPatchCell)); in PCPatchCreateCellPatches()
1102 intFacetsToPatchCell[2 * (ifoff + ifn)] = support[0]; in PCPatchCreateCellPatches()
1103 intFacetsToPatchCell[2 * (ifoff + ifn) + 1] = support[1]; in PCPatchCreateCellPatches()
1120 PetscInt cell0 = intFacetsToPatchCell[2 * (ifoff + ifn)]; in PCPatchCreateCellPatches()
1121 PetscInt cell1 = intFacetsToPatchCell[2 * (ifoff + ifn) + 1]; in PCPatchCreateCellPatches()
1125 intFacetsToPatchCell[2 * (ifoff + ifn)] = n; in PCPatchCreateCellPatches()
1129 intFacetsToPatchCell[2 * (ifoff + ifn) + 1] = n; in PCPatchCreateCellPatches()
1148 …eneral(PETSC_COMM_SELF, 2 * numIntFacets, intFacetsToPatchCell, PETSC_OWN_POINTER, &patch->intFace… in PCPatchCreateCellPatches()
1149 …PetscCall(PetscObjectSetName((PetscObject)patch->intFacetsToPatchCell, "Patch Interior Facets loca… in PCPatchCreateCellPatches()
1153 …PetscCall(ObjectView((PetscObject)patch->intFacetsToPatchCell, patch->viewerIntFacets, patch->form… in PCPatchCreateCellPatches()
1774 PetscCall(ISGetIndices(patch->intFacetsToPatchCell, &facetCells)); in PCPatchCreateMatrix_Private()
1823 PetscCall(ISGetIndices(patch->intFacetsToPatchCell, &facetCells)); in PCPatchCreateMatrix_Private()
1862 PetscCall(ISGetIndices(patch->intFacetsToPatchCell, &facetCells)); in PCPatchCreateMatrix_Private()
2079 PetscCall(ISGetIndices(patch->intFacetsToPatchCell, &facetCells)); in PCPatchComputeOperator_Internal()
2137 PetscCall(ISRestoreIndices(patch->intFacetsToPatchCell, &facetCells)); in PCPatchComputeOperator_Internal()
2900 PetscCall(ISDestroy(&patch->intFacetsToPatchCell)); in PCReset_PATCH()