Home
last modified time | relevance | path

Searched refs:intFacetsToPatchCell (Results 1 – 2 of 2) sorted by relevance

/petsc/include/petsc/private/
H A Dpcpatchimpl.h27 …IS intFacetsToPatchCell; /* Support of interior facet in local patch point numbering: AK… member
/petsc/src/ksp/pc/impls/patch/
H A Dpcpatch.c924 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()
[all …]