petsc-3.6.4 2016-04-12
Report Typos and Errors

DMPlexGetAdjacencyUseAnchors

Query whether adjacency in the mesh uses the point-to-point constraints.

Synopsis

#include "petscdmplex.h"   
PetscErrorCode DMPlexGetAdjacencyUseAnchors(DM dm, PetscBool *useAnchors)

Input Parameter

dm -The DM object

Output Parameter

useAnchors -Flag to use the closure. If PETSC_TRUE, then constrained points are omitted from DMPlexGetAdjacency(), and their anchor points appear in their place.

See Also

DMPlexSetAdjacencyUseAnchors(), DMPlexSetAdjacencyUseCone(), DMPlexGetAdjacencyUseCone(), DMPlexDistribute(), DMPlexPreallocateOperator(), DMPlexSetAnchors()

Level:intermediate
Location:
src/dm/impls/plex/plexdistribute.c
Index of all DM routines
Table of Contents for all manual pages
Index of all manual pages