petsc-3.3-p7 2013-05-11

DMComplexCreate

Creates a DMComplex object, which encapsulates an unstructured mesh, or CW complex, which can be expressed using a Hasse Diagram.

Synopsis

#include "petscdmcomplex.h"   
PetscErrorCode  DMComplexCreate(MPI_Comm comm, DM *mesh)
Collective on MPI_Comm

Input Parameter

comm -The communicator for the DMComplex object

Output Parameter

mesh -The DMComplex object

Keywords

DMComplex, create

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