preCICE v3.1.2
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 {
8namespace io {
9
11 // @brief Exporters performing the actual export.
13
14 // @brief Path to export location.
16
17 // @brief Exporting every N time windows (equals -1 when not set).
19
20 // @brief If true, export is done in every iteration (also implicit).
21 bool everyIteration = false;
22
23 // @brief type of the exporter (e.g. vtk).
25};
26
27} // namespace io
28} // namespace precice
29
30#endif /* PRECICE_IO_EXPORTCONTEXT_HPP_ */
Main namespace of the precice library.