Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/
H A Dplexinterpolate.c1185 PetscSection candidateSection, candidateRemoteSection, claimSection; in DMPlexInterpolatePointSF() local
1419 PetscCall(PetscSectionCreate(comm, &claimSection)); in DMPlexInterpolatePointSF()
1420 …PetscCall(PetscSFDistributeSection(sfMulti, candidateRemoteSection, &remoteOffsets, claimSection)); in DMPlexInterpolatePointSF()
1421 …PetscCall(PetscSFCreateSectionSF(sfMulti, candidateRemoteSection, remoteOffsets, claimSection, &sf… in DMPlexInterpolatePointSF()
1422 PetscCall(PetscSectionGetStorageSize(claimSection, &claimsSize)); in DMPlexInterpolatePointSF()
1429 PetscCall(PetscObjectSetName((PetscObject)claimSection, "Claim Section")); in DMPlexInterpolatePointSF()
1430 …PetscCall(PetscObjectViewFromOptions((PetscObject)claimSection, NULL, "-petscsection_interp_claim_… in DMPlexInterpolatePointSF()
1506 PetscCall(PetscSectionDestroy(&claimSection)); in DMPlexInterpolatePointSF()