13 _writeIterator(_data.end()),
32 _data.push_back(data);
40 for (
int i = 1; i < 2; i++) {
45 for (
int i = 1; i < 3; i++) {
102 const Eigen::Vector2d &value)
116 for (
int i = 1; i < value.size(); i++) {
127 const Eigen::Vector3d &value)
140 for (
int i = 1; i < value.size(); i++) {
181 return formatter<string_view>::format(
name, ctx);
#define PRECICE_CHECK(check,...)
#define PRECICE_ASSERT(...)
std::ofstream _outputStream
std::vector< Data > _data
void close()
Closes the file, is automatically called on destruction.
DataType
Constants defining possible data types to be written.
std::vector< Data >::const_iterator _writeIterator
void addData(const std::string &name, DataType type)
Adds a data entry to the table.
TXTTableWriter(const std::string &filename)
Constructor, opens file.
void reset()
Resets the table information.
void writeData(const std::string &name, int value)
Writes a integral scalar data value associated to the entry name.
provides Import and Export of the coupling mesh and data.
T setprecision(T... args)
Represents one data entry to be written.