:orphan:
# DMMoabGetVertexDofsBlocked
Gets the global degree-of-freedom for the first field (component) defined on an array of locally owned MOAB mesh vertices. It's utility is when performing Finite-Difference type calculations where vertex traversal is faster than element-wise assembly that is typically done in FEM calculations. 
## Synopsis
```
#include "petscdmmoab.h"   
PetscErrorCode DMMoabGetVertexDofsBlocked(DM dm, PetscInt **dof)
```
Not Collective


## Input Parameters

- ***dm     -*** the discretization manager object



## Output Parameter

- ***dof -*** the blocked global degree-of-freedom index array in the discrete representation (Vec, Mat) that is vertex-based based on local numbering





## See Also
 `DMMoabGetVertexDofsBlockedLocal()`, `DMMoabGetDofsBlocked()`, `DMMoabGetDofsBlockedLocal()`

## Level
intermediate

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


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


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