7#ifndef SVZERODSOLVER_IO_CSVWRITER_HPP_
8#define SVZERODSOLVER_IO_CSVWRITER_HPP_
18 const std::vector<State> &states,
19 const Model &model,
bool mean =
false,
20 bool derivative =
false);
23 const std::vector<State> &states,
const Model &model,
24 bool mean =
false,
bool derivative =
false);
Model of 0D elements.
Definition Model.h:48
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:147
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:18