Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/
H A Dplexinterpolate.c1190 PetscInt candidatesSize, candidatesRemoteSize, claimsSize; in DMPlexInterpolatePointSF() local
1253 PetscCall(PetscSectionGetStorageSize(candidateSection, &candidatesSize)); in DMPlexInterpolatePointSF()
1254 PetscCall(PetscMalloc1(candidatesSize, &candidates)); in DMPlexInterpolatePointSF()
1266 …ions(comm, "-petscsection_interp_candidate_view", "Candidates", NULL, candidatesSize, candidates)); in DMPlexInterpolatePointSF()