35#include "../SimulationResults/SimulationResults.h"
47AnalyticalResultsImp::AnalyticalResultsImp()
60 this->
xNodes = simResults->getNumberOfXNodes();
61 this->
yNodes = simResults->getNumberOfYNodes();
62 this->
zNodes = simResults->getNumberOfZNodes();
66 this->
timeStep = simResults->getTimeSteps();
67 this->
time = simResults->getTime();
68 this->
x = simResults->getXNodes();
69 this->
y = simResults->getYNodes();
70 this->
z = simResults->getZNodes();
71 this->
level = simResults->getLevels();
72 this->
l0 = simResults->getL0();
unsigned int numberOfTimeSteps
unsigned int timeStepLength
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
unsigned int numberOfNodes
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 init(std::shared_ptr< SimulationResults > simResults)
AnalyticalResultsImp(int l0)
std::shared_ptr< T > SPtr