Searched refs:drawHasse (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/dm/impls/plex/ |
| H A D | plex.c | 1144 …ETSC_TRUE, drawNumbers[4], drawColors[4], useLabels, useColors, plotEdges, drawHasse = PETSC_FALSE; in DMPlexView_Ascii() local 1195 …cObject)viewer)->options, ((PetscObject)viewer)->prefix, "-dm_plex_view_hasse", &drawHasse, NULL)); in DMPlexView_Ascii() 1243 if (drawHasse) { in DMPlexView_Ascii() 1291 if (drawHasse) color = colors[0 % numColors]; in DMPlexView_Ascii() 1340 if (drawHasse) color = colors[1 % numColors]; in DMPlexView_Ascii() 1459 if (drawHasse) color = colors[depth % numColors]; in DMPlexView_Ascii() 1476 if (drawHasse) { in DMPlexView_Ascii()
|