DMGetEnclosurePoint#
Get the point pA
in dmA
which corresponds to the point pB
in dmB
Synopsis#
#include "petscdmplex.h"
#include "petscdmlabel.h"
PetscErrorCode DMGetEnclosurePoint(DM dmA, DM dmB, DMEnclosureType etype, PetscInt pB, PetscInt *pA)
Input Parameters#
Output Parameter#
pA - The corresponding point of
dmA
See Also#
DMPlex: Unstructured Grids, DM
, DMPLEX
, DMGetEnclosureRelation()
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