petsc-3.3-p7 2013-05-11

DMComplexGenerate

Generates a mesh.

Synopsis

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

Input Parameters

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

Output Parameter

mesh -The DMComplex object

Keywords

mesh, elements

See Also

DMComplexCreate(), DMRefine()

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