petsc-3.11.4 2019-09-28
Report Typos and Errors
DMPlexInterpolate
Take in a cell-vertex mesh and return one with all intermediate faces, edges, etc.
Synopsis
#include "petscdmplex.h"
PetscErrorCode
DMPlexInterpolate
(
DM
dm,
DM
*dmInt)
Collective on
DM
Input Parameters
dm
- The DMPlex object with only cells and vertices
dmInt
- The interpolated
DM
Output Parameter
dmInt
-The complete DMPlex object
Notes
It does not copy over the coordinates.
Keywords
mesh
See Also
DMPlexUninterpolate
(),
DMPlexCreateFromCellList
(),
DMPlexCopyCoordinates
()
Level
intermediate
Location
src/dm/impls/plex/plexinterpolate.c
Index of all DMPLEX routines
Table of Contents for all manual pages
Index of all manual pages