Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/
H A Dplextree.c1770 PetscInt numPointsWithParents, *parents, *childIDs, *perm, *iperm, *preOrient, pOffset; in DMPlexTreeRefineCell() local
1897 PetscCall(PetscSectionGetStorageSize(parentSection, &numPointsWithParents)); in DMPlexTreeRefineCell()
1899 PetscCall(PetscMalloc2(numPointsWithParents, &parents, numPointsWithParents, &childIDs)); in DMPlexTreeRefineCell()