Searched refs:candidateRemoteSection (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/dm/impls/plex/ |
| H A D | plexinterpolate.c | 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() [all …]
|