Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/
H A Dplex.c1144 …bers = PETSC_TRUE, drawNumbers[4], drawColors[4], useLabels, useColors, plotEdges, drawHasse = PET… in DMPlexView_Ascii() local
1191 plotEdges = (PetscBool)(depth > 1 && drawNumbers[1] && dim < 3); in DMPlexView_Ascii()
1192 …cObject)viewer)->options, ((PetscObject)viewer)->prefix, "-dm_plex_view_edges", &plotEdges, &flg)); in DMPlexView_Ascii()
1193 …PetscCheck(!flg || !plotEdges || depth >= dim, PetscObjectComm((PetscObject)dm), PETSC_ERR_SUP, "M… in DMPlexView_Ascii()
1194 if (depth < dim) plotEdges = PETSC_FALSE; in DMPlexView_Ascii()
1311 if (plotEdges) { in DMPlexView_Ascii()
1408 if (plotEdges) { in DMPlexView_Ascii()