preCICE
Loading...
Searching...
No Matches
precice::io Namespace Reference

provides Import and Export of the coupling mesh and data. More...

Classes

class  ExportConfiguration
 Configuration class for exports. More...
class  Export
 Abstract base class of all classes exporting container data structures. More...
struct  ConfiguredExport
struct  ExportContext
class  ExportCSV
class  ExportVTK
 Writes polygonal, or triangle meshes to vtk files. More...
class  ExportVTP
class  ExportVTU
class  ExportXML
 Common class to generate the VTK XML-based formats. More...
class  TXTReader
 File reader for matrix/vector in Matlab V7 ASCII format. More...
class  TXTTableWriter
 File writer for table-data in text-format. More...
class  TXTWriter
 File writer for matrix in Matlab V7 ASCII format. More...

Functions

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

Detailed Description

provides Import and Export of the coupling mesh and data.

Function Documentation

◆ makeExportContext()

ExportContext precice::io::makeExportContext ( ConfiguredExport config,
std::unique_ptr< io::Export > exporter,
std::string meshName )
inline

Creates an ExportContext from configuration and mesh name.

Definition at line 40 of file ExportContext.hpp.