Searched refs:ifn (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/ksp/pc/impls/patch/ |
| H A D | pcpatch.c | 1064 …PetscInt dof, off, cdof, coff, efdof, efoff, ifdof, ifoff, pdof, n = 0, cn = 0, ifn = 0, efn … in PCPatchCreateCellPatches() local 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() 1114 …ifn == ifdof, PETSC_COMM_SELF, PETSC_ERR_ARG_SIZ, "Number of interior facets in patch %" PetscInt_… in PCPatchCreateCellPatches() 1119 for (ifn = 0; ifn < ifdof; ifn++) { 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()
|