Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/tests/
H A Dex3.c334 PetscCall(DMPlexTreeRefineCell(*dm, user->treeCell, &ncdm)); in CreateMesh()
/petsc/include/
H A Dpetscdmplex.h497 PETSC_EXTERN PetscErrorCode DMPlexTreeRefineCell(DM, PetscInt, DM *);
/petsc/src/dm/impls/plex/
H A Dplextree.c1761 PetscErrorCode DMPlexTreeRefineCell(DM dm, PetscInt cell, DM *ncdm) in DMPlexTreeRefineCell() function