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

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

Classes

class  Export
 Abstract base class of all classes exporting container data structures. More...
class  ExportConfiguration
 Configuration class for exports. More...
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...

Typedefs

using PtrExport = std::shared_ptr<Export>
using PtrExportConfiguration = std::shared_ptr<ExportConfiguration>

Detailed Description

provides Import and Export of the coupling mesh and data.

Typedef Documentation

◆ PtrExport

Definition at line 10 of file SharedPointer.hpp.

◆ PtrExportConfiguration