#include "petscmesh.h" PetscErrorCode MeshCreatePFLOTRAN(MPI_Comm comm, const int dim, const char hdf5Filename[], PetscTruth interpolate, Mesh *mesh)Not Collective
| dim | - The topological mesh dimension | |
| hdf5Filename | - The HDF5 file containing the vertices for each element and vertex coordinates | |
| interpolate | - The flag for construction of intermediate elements | |
| mesh | - The Mesh object |