Acoustic FDTD Solver
SimulationOutputFile.hpp
Go to the documentation of this file.
1 #ifndef SIMULATIONOUTPUTFILE_HPP
2 #define SIMULATIONOUTPUTFILE_HPP
3 
4 #include "constant.hpp"
5 
6 #include "ACFDTD22.hpp"
7 #include "PointSensor.hpp"
8 #include "LineSensor.hpp"
9 
11  H5::H5File file;
12  H5::Group group;
13 public:
15  void open(const std::string &h5_file_name);
19  void close();
20 };
21 
22 #endif