#include "petscdmmoab.h" PetscErrorCode DMMoabLoadFromFile(MPI_Comm comm,PetscInt dim,const char* filename, const char* usrreadopts, DM *dm)Collective on MPI_Comm Many br
| comm | - The communicator for the DM object Many br | |
| dim | - The spatial dimension Many br | |
| filename | - The name of the mesh file to be loaded Many br | |
| usrreadopts | - The options string to read a MOAB mesh. Many brReference (Parallel Mesh Initialization: http://www.mcs.anl.gov/~fathom/moab-docs/html/contents.html#fivetwo) Many br | |
| dm | - The DM object Many br |