petsc-3.12.5 2020-03-29
DMPlexCheckCellShape
Checks the Jacobian of the mapping from reference to real cells and computes some minimal statistics.
Synopsis
#include "petscdmplex.h"
PetscErrorCode DMPlexCheckCellShape(DM dm, PetscBool output, PetscReal condLimit)
Collective on dm
Input Parameters
| dm | - The DMPlex object
|
| output | - If true, statistics will be displayed on stdout
|
| condLimit | - Display all cells above this condition number, or PETSC_DETERMINE for no cell output
|
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