Searched refs:claimsSize (Results 1 – 1 of 1) sorted by relevance
1190 PetscInt candidatesSize, candidatesRemoteSize, claimsSize; in DMPlexInterpolatePointSF() local1422 PetscCall(PetscSectionGetStorageSize(claimSection, &claimsSize)); in DMPlexInterpolatePointSF()1423 PetscCall(PetscMalloc1(claimsSize, &claims)); in DMPlexInterpolatePointSF()1424 for (p = 0; p < claimsSize; ++p) claims[p].rank = -1; in DMPlexInterpolatePointSF()1431 …ArrayViewFromOptions(comm, "-petscsection_interp_claim_view", "Claims", NULL, claimsSize, claims)); in DMPlexInterpolatePointSF()