DMPlexDrawCell#
Draw the given cell on the PetscDraw object.
Synopsis#
#include "petscdmplex.h"
PetscErrorCode DMPlexDrawCell(DM dm, PetscDraw draw, PetscInt lC, PetscInt cC, PetscInt cell, const PetscScalar coords[])
Not collective
Input Parameters#
dm - The
DMPLEXobjectdraw - The
PetscDrawobjectlC - The line color, or
PETSC_DETERMINEto use the defaultcC - The cell color, or
PETSC_DETERMINEto use the defaultcell - The cell to draw
coords - The vertex coordinates for the cell
See Also#
Level#
developer
Location#
Index of all DMPlex routines
Table of Contents for all manual pages
Index of all manual pages