petsc-3.13.6 2020-09-29
DMPlexCheckPointSF
Check that several necessary conditions are met for the point SF of this plex.
Synopsis
#include "petscdmplex.h"
PetscErrorCode DMPlexCheckPointSF(DM dm)
Input Parameters
dm -The DMPlex object
Notes
This is mainly intended for debugging/testing purposes.
It currently checks only meshes with no partition overlapping.
For the complete list of DMPlexCheck* functions, see DMSetFromOptions().
See Also
DMGetPointSF(), DMSetFromOptions()
Level
developer
Location
src/dm/impls/plex/plex.c
Examples
src/dm/impls/plex/tutorials/ex5.c.html
Index of all DMPLEX routines
Table of Contents for all manual pages
Index of all manual pages