Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/
H A Dplextree.c1766 PetscInt numNewCones, *newConeSizes, *newCones, *newOrientations; in DMPlexTreeRefineCell() local
1866 numNewCones = 0; in DMPlexTreeRefineCell()
1878 numNewCones += size; in DMPlexTreeRefineCell()
1890 numNewCones += size; in DMPlexTreeRefineCell()
1898 PetscCall(PetscMalloc2(numNewCones, &newCones, numNewCones, &newOrientations)); in DMPlexTreeRefineCell()