#include <ExportCSV.hpp>
|
| ExportCSV (std::string_view participantName, std::string_view location, const mesh::Mesh &mesh, ExportKind kind, int frequency, int rank, int size) |
|
void | doExport (int index, double time) final override |
| Export the mesh and writes files.
|
|
void | exportSeries () const final override |
|
virtual | ~Export ()=default |
|
| Export (std::string_view participantName, std::string_view location, const mesh::Mesh &mesh, ExportKind kind, int frequency, int rank, int size) |
|
| Export (const Export &)=delete |
|
| Export (Export &&)=delete |
|
Export & | operator= (const Export &)=delete |
|
Export & | operator= (Export &&)=delete |
|
Definition at line 9 of file ExportCSV.hpp.
◆ ExportCSV()
◆ doExport()
void precice::io::ExportCSV::doExport |
( |
int | index, |
|
|
double | time ) |
|
finaloverridevirtual |
Export the mesh and writes files.
- Parameters
-
[in] | index | the index of this iteration or time window |
[in] | time | the associated time of this time window |
Implements precice::io::Export.
Definition at line 48 of file ExportCSV.cpp.
◆ exportSeries()
void precice::io::ExportCSV::exportSeries |
( |
| ) |
const |
|
finaloverridevirtual |
◆ _log
The documentation for this class was generated from the following files: