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 DMPLEX object

  • draw - The PetscDraw object

  • lC - The line color, or PETSC_DETERMINE to use the default

  • cC - The cell color, or PETSC_DETERMINE to use the default

  • cell - The cell to draw

  • coords - The vertex coordinates for the cell

See Also#

DMPlex: Unstructured Grids, DM, DMPLEX, DMView()

Level#

developer

Location#

src/dm/impls/plex/plex.c


Index of all DMPlex routines
Table of Contents for all manual pages
Index of all manual pages