Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/
H A Dplexinterpolate.c1091 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()
[all …]