petsc-dev 2014-02-02
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 Parameter

dm -The DMPlex object with only cells and vertices

Output Parameter

dmInt -The complete DMPlex object

Keywords

mesh

See Also

DMPlexUninterpolate(), DMPlexCreateFromCellList()

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