Using the .str(true) method of the DofMap class I am able to print out the map. This appears to provide a local to global mapping of the dofs, but why are there global indices of 18169152 and 9374992? and why are there two local indices mapping to the same global indices with in the same cell?
Process 0: Number of global vertices: 9
Process 0: Number of global cells: 8
Process 0: Number of global vertices: 6
Process 0: Number of global cells: 4
Local cell index, cell dofmap dimension: 0, 3
Local, global dof indices: 0, 2
Local, global dof indices: 1, 3
Local, global dof indices: 2, 4
Local cell index, cell dofmap dimension: 3, 3
Local, global dof indices: 0, 1
Local, global dof indices: 1, 0
Local, global dof indices: 2, 5
Local cell index, cell dofmap dimension: 6, 3
Local, global dof indices: 0, 1
Local, global dof indices: 1, 1
Local, global dof indices: 2, 18169152
Local cell index, cell dofmap dimension: 9, 3
Local, global dof indices: 0, 0
Local, global dof indices: 1, 0
Local, global dof indices: 2, 0
Local cell index, cell dofmap dimension: 0, 3
Local, global dof indices: 0, 1
Local, global dof indices: 1, 0
Local, global dof indices: 2, 2
Local cell index, cell dofmap dimension: 3, 3
Local, global dof indices: 0, 3
Local, global dof indices: 1, 5
Local, global dof indices: 2, 4
Local cell index, cell dofmap dimension: 6, 3
Local, global dof indices: 0, 9374992
Local, global dof indices: 1, 0
Local, global dof indices: 2, 0
Local cell index, cell dofmap dimension: 9, 3
Local, global dof indices: 0, 0
Local, global dof indices: 1, 0
Local, global dof indices: 2, 0
Thank You,
Ben