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