#include "petscdmplex.h" PetscErrorCode DMPlexCreateExodus(MPI_Comm comm, PetscInt exoid, PetscBool interpolate, DM *dm)Collective
comm | - The MPI communicator | |
exoid | - The ExodusII id associated with a exodus file and obtained using ex_open | |
interpolate | - Create faces and edges in the mesh |
dm | - The DM object representing the mesh |