preCICE v3.2.0
|
#include <ExportContext.hpp>
Public Attributes | |
io::PtrExport | exporter |
std::string | location |
std::string | meshName |
int | everyNTimeWindows = -1 |
bool | everyIteration = false |
std::string | type |
Definition at line 9 of file ExportContext.hpp.
bool precice::io::ExportContext::everyIteration = false |
Definition at line 23 of file ExportContext.hpp.
int precice::io::ExportContext::everyNTimeWindows = -1 |
Definition at line 20 of file ExportContext.hpp.
io::PtrExport precice::io::ExportContext::exporter |
Definition at line 11 of file ExportContext.hpp.
std::string precice::io::ExportContext::location |
Definition at line 14 of file ExportContext.hpp.
std::string precice::io::ExportContext::meshName |
Definition at line 17 of file ExportContext.hpp.
std::string precice::io::ExportContext::type |
Definition at line 26 of file ExportContext.hpp.