MeshCreatePFLOTRAN

Create a Mesh from PFLOTRAN HDF5 files.

Synopsis

#include "petscmesh.h"   
PetscErrorCode MeshCreatePFLOTRAN(MPI_Comm comm, const int dim, const char hdf5Filename[], PetscTruth interpolate, Mesh *mesh)
Not Collective

Input Parameters

Output Parameter

Keywords

mesh, PFLOTRAN

See Also

MeshCreate()

Level:beginner
Location:
src/dm/mesh/mesh.c
Index of all DA routines
Table of Contents for all manual pages
Index of all manual pages

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