hdf5_diagnostics1d.hpp
Go to the documentation of this file.
1 
6 #include <H5Cpp.h>
7 #include <string>
8 #include "hdsim.hpp"
9 
10 using std::string;
11 
13 namespace diagnostics1d{
14 
19  void write_snapshot_to_hdf5(hdsim1D const& sim,
20  string const& fname);
21 }
Newtonian hydrodynamic simulation.
Definition: hdsim.hpp:25
void write_snapshot_to_hdf5(hdsim1D const &sim, string const &fname)
Writes all hydrodynamic data to an hdf5 file.
One dimensional hydrodynamic simulation.
Diagnostics for one dimensional simulation.