petsc-3.7.1 2016-05-15
Report Typos and Errors

DMPlexCreate

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

Synopsis

#include "petscdmplex.h"   
PetscErrorCode DMPlexCreate(MPI_Comm comm, DM *mesh)
Collective on MPI_Comm Many br

Input Parameter

comm -The communicator for the DMPlex object Many br

Output Parameter

mesh -The DMPlex object Many br

Many br

Keywords

DMPlex, create

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