Lines Matching refs:candidateSection
1091 static PetscErrorCode DMPlexAddSharedFace_Private(DM dm, PetscSection candidateSection, PetscSFNode… in DMPlexAddSharedFace_Private() argument
1111 if (candidates) PetscCall(PetscSectionGetOffset(candidateSection, p, &off)); in DMPlexAddSharedFace_Private()
1157 PetscCall(PetscSectionAddDof(candidateSection, p, coneSize + 1)); in DMPlexAddSharedFace_Private()
1185 PetscSection candidateSection, candidateRemoteSection, claimSection; in DMPlexInterpolatePointSF() local
1239 PetscCall(PetscSectionCreate(comm, &candidateSection)); in DMPlexInterpolatePointSF()
1240 PetscCall(PetscSectionSetChart(candidateSection, 0, Nr)); in DMPlexInterpolatePointSF()
1249 PetscCall(DMPlexAddSharedFace_Private(dm, candidateSection, NULL, faceHash, p, debug)); in DMPlexInterpolatePointSF()
1252 PetscCall(PetscSectionSetUp(candidateSection)); in DMPlexInterpolatePointSF()
1253 PetscCall(PetscSectionGetStorageSize(candidateSection, &candidatesSize)); in DMPlexInterpolatePointSF()
1259 PetscCall(DMPlexAddSharedFace_Private(dm, candidateSection, candidates, faceHash, p, debug)); in DMPlexInterpolatePointSF()
1264 PetscCall(PetscObjectSetName((PetscObject)candidateSection, "Candidate Section")); in DMPlexInterpolatePointSF()
1265 …PetscCall(PetscObjectViewFromOptions((PetscObject)candidateSection, NULL, "-petscsection_interp_ca… in DMPlexInterpolatePointSF()
1276 …PetscCall(PetscSFDistributeSection(sfInverse, candidateSection, &remoteOffsets, candidateRemoteSec… in DMPlexInterpolatePointSF()
1277 …PetscCall(PetscSFCreateSectionSF(sfInverse, candidateSection, remoteOffsets, candidateRemoteSectio… in DMPlexInterpolatePointSF()
1439 PetscCall(PetscSectionGetDof(candidateSection, r, &dof)); in DMPlexInterpolatePointSF()
1440 PetscCall(PetscSectionGetOffset(candidateSection, r, &off)); in DMPlexInterpolatePointSF()
1504 PetscCall(PetscSectionDestroy(&candidateSection)); in DMPlexInterpolatePointSF()