Searched refs:candidatesSize (Results 1 – 1 of 1) sorted by relevance
1190 PetscInt candidatesSize, candidatesRemoteSize, claimsSize; in DMPlexInterpolatePointSF() local1253 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()