Lines Matching refs:candidateRemoteSection
1185 PetscSection candidateSection, candidateRemoteSection, claimSection; in DMPlexInterpolatePointSF() local
1275 PetscCall(PetscSectionCreate(comm, &candidateRemoteSection)); in DMPlexInterpolatePointSF()
1276 …all(PetscSFDistributeSection(sfInverse, candidateSection, &remoteOffsets, candidateRemoteSection)); in DMPlexInterpolatePointSF()
1277 …tscSFCreateSectionSF(sfInverse, candidateSection, remoteOffsets, candidateRemoteSection, &sfCandid… in DMPlexInterpolatePointSF()
1278 PetscCall(PetscSectionGetStorageSize(candidateRemoteSection, &candidatesRemoteSize)); in DMPlexInterpolatePointSF()
1286 PetscCall(PetscObjectSetName((PetscObject)candidateRemoteSection, "Remote Candidate Section")); in DMPlexInterpolatePointSF()
1287 …PetscCall(PetscObjectViewFromOptions((PetscObject)candidateRemoteSection, NULL, "-petscsection_int… in DMPlexInterpolatePointSF()
1303 PetscCall(PetscSectionGetDof(candidateRemoteSection, idx, &dof)); in DMPlexInterpolatePointSF()
1304 PetscCall(PetscSectionGetOffset(candidateRemoteSection, idx, &offset)); in DMPlexInterpolatePointSF()
1374 PetscCall(PetscSectionGetDof(candidateRemoteSection, idx2, &dof)); in DMPlexInterpolatePointSF()
1375 PetscCall(PetscSectionGetOffset(candidateRemoteSection, idx2, &offset)); in DMPlexInterpolatePointSF()
1420 …PetscCall(PetscSFDistributeSection(sfMulti, candidateRemoteSection, &remoteOffsets, claimSection)); in DMPlexInterpolatePointSF()
1421 …PetscCall(PetscSFCreateSectionSF(sfMulti, candidateRemoteSection, remoteOffsets, claimSection, &sf… in DMPlexInterpolatePointSF()
1505 PetscCall(PetscSectionDestroy(&candidateRemoteSection)); in DMPlexInterpolatePointSF()