Home
last modified time | relevance | path

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

/petsc/src/ksp/pc/impls/patch/
H A Dpcpatch.c1010 PetscInt point, pdof; in PCPatchCreateCellPatches() local
1038 … PetscCall(PCPatchGetGlobalDofs(pc, patch->dofSection, -1, patch->combined, point, &pdof, NULL)); in PCPatchCreateCellPatches()
1039 if (pdof) PetscCall(PetscSectionAddDof(pointCounts, v, 1)); in PCPatchCreateCellPatches()
1064 …PetscInt dof, off, cdof, coff, efdof, efoff, ifdof, ifoff, pdof, n = 0, cn = 0, ifn = 0, efn … in PCPatchCreateCellPatches() local
1109 … PetscCall(PCPatchGetGlobalDofs(pc, patch->dofSection, -1, patch->combined, point, &pdof, NULL)); in PCPatchCreateCellPatches()
1110 if (pdof) pointsArray[off + n++] = point; in PCPatchCreateCellPatches()