17 using std::string_literals::operator
""s;
36 outFile << R
"({ "file-series-version" : "1.0", "files" : [)";
39 outFile << fmt::format(R
"( {{ "name" : "{}", "time" : {} }},)", _records[i].filename, _records[i].time);
41 outFile << fmt::format(R"( {{ "name" : "{}", "time" : {} }} ] }})", _records.back().filename, _records.back().time);
void writeSeriesFile(std::string_view filename) const
void recordExport(std::string filename, double time)
std::vector< Record > _records
std::string formatIndex(int index) const
T create_directories(T... args)
provides Import and Export of the coupling mesh and data.
contains the time interpolation logic.