preCICE v3.2.0
Loading...
Searching...
No Matches
ExportContext.hpp
Go to the documentation of this file.
1#ifndef PRECICE_IO_EXPORTCONTEXT_HPP_
2#define PRECICE_IO_EXPORTCONTEXT_HPP_
3
4#include <string>
6
7namespace precice::io {
8
10 // @brief Exporters performing the actual export.
12
13 // @brief Path to export location.
15
16 // @brief Name of the mesh to export.
18
19 // @brief Exporting every N time windows (equals -1 when not set).
21
22 // @brief If true, export is done in every iteration (also implicit).
23 bool everyIteration = false;
24
25 // @brief type of the exporter (e.g. vtk).
27};
28
29} // namespace precice::io
30
31#endif /* PRECICE_IO_EXPORTCONTEXT_HPP_ */
provides Import and Export of the coupling mesh and data.
std::shared_ptr< Export > PtrExport