PETSc version 3.15.5
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"   
#include "petscdmplex.h"   
PetscErrorCode DMPlexCreate(MPI_Comm comm, DM *mesh)
Collective
Input Parameter
|  | comm | - The communicator for the DMPlex object | 
Output Parameter
Level
beginner
Location
src/dm/impls/plex/plexcreate.c
Examples
src/dm/impls/plex/tutorials/ex3f90.F90.html
Index of all DMPLEX routines
Table of Contents for all manual pages
Index of all manual pages