PETSc version 3.16.6
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
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
Index of all DMPLEX routines
Table of Contents for all manual pages
Index of all manual pages