17 #ifndef EVOLUTIONHISTORY_H
18 #define EVOLUTIONHISTORY_H
72 using std::invalid_argument::invalid_argument;
97 std::vector<FluidCellInfo>
data;
119 void FromVector(
const std::vector<float> &data_,
120 const std::vector<std::string> &data_info_,
float tau_min,
177 return (static_cast<int>((x -
x_min) /
dx));
185 return (static_cast<int>((y -
y_min) /
dy));
228 inline int CellIndex(
int id_tau,
int id_x,
int id_y,
int id_eta)
const {
264 #endif // EVOLUTIONHISTORY_H