Home
last modified time | relevance | path

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

/petsc/src/ksp/pc/impls/patch/
H A Dpcpatch.c1064 …PetscInt dof, off, cdof, coff, efdof, efoff, ifdof, ifoff, pdof, n = 0, cn = 0, ifn = 0, efn … in PCPatchCreateCellPatches() local
1071 PetscCall(PetscSectionGetOffset(intFacetCounts, v, &ifoff)); in PCPatchCreateCellPatches()
1102 intFacetsToPatchCell[2 * (ifoff + ifn)] = support[0]; in PCPatchCreateCellPatches()
1103 intFacetsToPatchCell[2 * (ifoff + ifn) + 1] = support[1]; in PCPatchCreateCellPatches()
1104 intFacetsArray[ifoff + ifn++] = point; 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()