1 #ifndef VIEW_HDF5_EXPORTER_H_INCLUDED
2 #define VIEW_HDF5_EXPORTER_H_INCLUDED
42 static bool Export(std::shared_ptr<SimPT_Sim::Sim> mesh, std::string
const& file_path,
bool overwrite =
true);
53 #endif // end_of_include_guard
Namespace for SimPT shell package.
Namespace for the core simulator.
static bool Export(std::shared_ptr< SimPT_Sim::Sim > mesh, std::string const &file_path, bool overwrite=true)
Export mesh state to hdf5 format.
Functions and data for HDF5 export of Sim objects.
static std::string GetFileExtension()
File extension associated with this export format.