#include "petscdmmoab.h" PetscErrorCode DMMoabLoadFromFile(MPI_Comm comm,PetscInt dim,const char* filename, const char* usrreadopts, DM *dm)Collective on MPI_Comm
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: http://www.mcs.anl.gov/~fathom/moab-docs/html/contents.html#fivetwo) | |
dm | - The DM object |