Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/
H A Dplexinterpolate.c1190 PetscInt candidatesSize, candidatesRemoteSize, claimsSize; in DMPlexInterpolatePointSF() local
1278 PetscCall(PetscSectionGetStorageSize(candidateRemoteSection, &candidatesRemoteSize)); in DMPlexInterpolatePointSF()
1279 PetscCall(PetscMalloc1(candidatesRemoteSize, &candidatesRemote)); in DMPlexInterpolatePointSF()
1288 …section_interp_candidate_remote_view", "Remote Candidates", NULL, candidatesRemoteSize, candidates… in DMPlexInterpolatePointSF()