petsc-3.14.6 2021-03-30
DMGetEnclosureRelation
Get the relationship between dmA and dmB
Synopsis
#include "petscdmplex.h"
#include "petscdmlabel.h"
PetscErrorCode DMGetEnclosureRelation(DM dmA, DM dmB, DMEnclosureType *rel)
Input Parameters
| dmA | - The first DM
|
| dmB | - The second DM
|
Output Parameter
| rel | - The relation of dmA to dmB
|
See Also
DMPlexGetEnclosurePoint()
Level
intermediate
Location
src/dm/impls/plex/plexsubmesh.c
Index of all DMPLEX routines
Table of Contents for all manual pages
Index of all manual pages