:orphan:
# DMMoabGetLocalToGlobalTag
Get the tag used for local to global numbering 
## Synopsis
```
#include "petscdmmoab.h"   
PetscErrorCode DMMoabGetLocalToGlobalTag(DM dm, moab::Tag *ltog_tag)
```
Collective


## Input Parameter

- ***dm      -*** The DMMoab object being set



## Output Parameter

- ***ltogtag -*** The MOAB tag used for local to global ids





## Level
beginner

## Location
<A HREF="PETSC_DOC_OUT_ROOT_PLACEHOLDER/src/dm/impls/moab/dmmoab.cxx.html#DMMoabGetLocalToGlobalTag">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](/manualpages/index.md)  
[Index of all manual pages](/manualpages/singleindex.md)  
