PETSc version 3.16.0
Fix/Edit manual page
DMPlexInflateToGeomModel
Snaps the vertex coordinates of a DMPlex object representing the mesh to its geometry if some vertices depart from the model. This usually happens with non-conforming refinement.
Synopsis
#include "petscdmplex.h"
PetscErrorCode
DMPlexInflateToGeomModel
(
DM
dm)
Collective on dm
Input Parameter
dm
- The uninflated
DM
object representing the mesh
Output Parameter
dm
- The inflated
DM
object representing the mesh
See Also
DMPLEX
,
DMCreate
(), DMPlexCreateEGADS()
Level
intermediate
Location
src/dm/impls/plex/plexegads.c
Index of all DMPLEX routines
Table of Contents for all manual pages
Index of all manual pages