petsc-3.5.4 2015-05-23
Report Typos and Errors

DMPlexGenerate

Generates a mesh.

Synopsis

#include "petscdmplex.h"   
PetscErrorCode DMPlexGenerate(DM boundary, const char name[], PetscBool interpolate, DM *mesh)
Not Collective

Input Parameters

boundary - The DMPlex boundary object
name - The mesh generation package name
interpolate - Flag to create intermediate mesh elements

Output Parameter

mesh -The DMPlex object

Keywords

mesh, elements

See Also

DMPlexCreate(), DMRefine()

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