Searched refs:numRootValues (Results 1 – 1 of 1) sorted by relevance
3882 PetscInt numRootValues; in DMPlexTransferVecTree_Interpolate() local3885 PetscCall(PetscSectionGetStorageSize(rootValuesSec, &numRootValues)); in DMPlexTransferVecTree_Interpolate()3886 PetscCall(PetscMalloc1(numRootValues, &rootValues)); in DMPlexTransferVecTree_Interpolate()