33#ifndef SIMULATION_RESULTS_H
34#define SIMULATION_RESULTS_H
36#include "../ResultsImp.h"
44 static std::shared_ptr<SimulationResults>
getNewInstance(std::shared_ptr<SimulationParameter> simPara);
46 std::vector<double>
y, std::vector<double>
z, std::vector<double>
vx, std::vector<double>
vy,
47 std::vector<double>
vz, std::vector<double>
press, std::vector<double>
rho);
std::vector< std::vector< double > > z
std::vector< std::vector< double > > rho
std::vector< std::vector< unsigned int > > level
std::vector< std::vector< double > > vy
std::vector< std::vector< double > > y
std::vector< std::vector< double > > vz
std::vector< std::vector< double > > x
std::vector< std::vector< double > > vx
std::vector< std::vector< double > > press
std::vector< unsigned int > timeStep
void addTimeStep(unsigned int timeStep, unsigned int time, std::vector< unsigned int > level, std::vector< double > x, std::vector< double > y, std::vector< double > z, std::vector< double > vx, std::vector< double > vy, std::vector< double > vz, std::vector< double > press, std::vector< double > rho)
static std::shared_ptr< SimulationResults > getNewInstance(std::shared_ptr< SimulationParameter > simPara)