34#ifndef SVZERODSOLVER_IO_CSVWRITER_HPP_
35#define SVZERODSOLVER_IO_CSVWRITER_HPP_
45 const std::vector<State> &states,
46 const Model &model,
bool mean =
false,
47 bool derivative =
false);
50 const std::vector<State> &states,
const Model &model,
51 bool mean =
false,
bool derivative =
false);
Model of 0D elements.
Definition Model.h:75
std::string to_variable_csv(const std::vector< double > ×, const std::vector< State > &states, const Model &model, bool mean=false, bool derivative=false)
Write results variable based.
Definition csv_writer.cpp:176
std::string to_vessel_csv(const std::vector< double > ×, const std::vector< State > &states, const Model &model, bool mean=false, bool derivative=false)
Write results vessel based.
Definition csv_writer.cpp:44