26 for (
long i = 0; i < matrix.rows(); i++) {
27 for (
long j = 0; j < matrix.cols(); j++) {
28 _file << matrix(i, j) <<
' ';
#define PRECICE_CHECK(check,...)
TXTWriter(const std::string &filename)
Constructor, opens file and sets format.
void flush()
Flush the buffer to file.
void write(const Eigen::MatrixXd &matrix)
Writes (appends) the matrix to the file.
provides Import and Export of the coupling mesh and data.
T setprecision(T... args)