Searched refs:newConeSizes (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/dm/impls/plex/ |
| H A D | plextree.c | 1766 PetscInt numNewCones, *newConeSizes, *newCones, *newOrientations; in DMPlexTreeRefineCell() local 1815 PetscCall(PetscMalloc1(pNewEnd[dim], &newConeSizes)); in DMPlexTreeRefineCell() 1877 newConeSizes[offset++] = size; in DMPlexTreeRefineCell() 1889 newConeSizes[offset++] = size; in DMPlexTreeRefineCell() 2022 …PetscCall(DMPlexCreateFromDAG(*ncdm, dim, pNewCount, newConeSizes, newCones, newOrientations, newV… in DMPlexTreeRefineCell() 2029 PetscCall(PetscFree(newConeSizes)); in DMPlexTreeRefineCell()
|