# DMMoabCreateElement
Adds an element of specified type to the primary set represented by the DM. 
## Synopsis
```
#include "petscdmmoab.h"   
PetscErrorCode DMMoabCreateElement(DM dm, const moab::EntityType type, const moab::EntityHandle *conn, PetscInt nverts, moab::EntityHandle *oelem)
```
Collective


## Input Parameters

- ***dm -*** The DM object
- ***type -*** The type of element to create and add (Edge/Tri/Quad/Tet/Hex/Prism/Pyramid/Polygon/Polyhedra)
- ***conn -*** The connectivity of the element
- ***nverts -*** The number of vertices that form the element



## Output Parameter

- ***oelem  -*** The handle to the element created and added to the DM object





## See Also
 `DMMoabCreateSubmesh()`, `DMMoabCreateVertices()`

## Level
beginner

## Location
<A HREF="PETSC_DOC_OUT_ROOT_PLACEHOLDER/src/dm/impls/moab/dmmoab.cxx.html#DMMoabCreateElement">src/dm/impls/moab/dmmoab.cxx</A>


---
[Edit on GitLab](https://gitlab.com/petsc/petsc/-/edit/release/src/dm/impls/moab/dmmoab.cxx)


[Index of all DMMOAB routines](index.md)  
[Table of Contents for all manual pages](/docs/manualpages/index.md)  
[Index of all manual pages](/docs/manualpages/singleindex.md)  
