petsc-3.11.4 2019-09-28
DMPlexCheckCellShape
Checks the Jacobian of the mapping and computes some minimal statistics.
Synopsis
#include "petscdmplex.h"
PetscErrorCode DMPlexCheckCellShape(DM dm, PetscBool output)
Input Parameters
| dm | - The DMPlex object
|
| output | - If true, statistics will be displayed on stdout
|
Note: This is mainly intended for debugging/testing purposes.
See Also
DMPlexCheckSymmetry(), DMPlexCheckSkeleton(), DMPlexCheckFaces()
Level
developer
Location
src/dm/impls/plex/plex.c
Examples
src/dm/impls/forest/examples/tutorials/ex1.c.html
Index of all DMPLEX routines
Table of Contents for all manual pages
Index of all manual pages