preCICE
Loading...
Searching...
No Matches
ExportContext.hpp File Reference
#include <memory>
#include <string>
#include <utility>
#include "io/Export.hpp"
Include dependency graph for ExportContext.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  precice::io::ConfiguredExport
struct  precice::io::ExportContext

Namespaces

namespace  precice
 Main namespace of the precice library.
namespace  precice::io
 provides Import and Export of the coupling mesh and data.

Functions

ExportContext precice::io::makeExportContext (ConfiguredExport config, std::unique_ptr< io::Export > exporter, std::string meshName)
 Creates an ExportContext from configuration and mesh name.