Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/tests/
H A Dex3.c31 PetscInt treeCell; /* Cell to refine in tree test */ member
206 options->treeCell = 0; in ProcessOptions()
226 …-tree_cell", "cell to refine in tree test", "ex3.c", options->treeCell, &options->treeCell, NULL, … in ProcessOptions()
334 PetscCall(DMPlexTreeRefineCell(*dm, user->treeCell, &ncdm)); in CreateMesh()