19 for (
int t = 0; t < 10; t++) {
21 writer.
writeData(
"Flowrate", 0.0 + (
double) t);
22 writer.
writeData(
"Force2D", Eigen::Vector2d(0.0 + 2.0 * (
double) t,
23 0.0 + 2.0 * (
double) t));
24 writer.
writeData(
"Force3D", Eigen::Vector3d(0.0 + 2.0 * (
double) t,
25 0.0 + 2.0 * (
double) t,
26 0.0 + 2.0 * (
double) t));
33 for (
int t = 0; t < 10; t++) {
BOOST_AUTO_TEST_SUITE(PreProcess)
BOOST_AUTO_TEST_SUITE_END()
BOOST_AUTO_TEST_CASE(TXTTableWriterTest)
#define PRECICE_TEST(...)
File writer for table-data in text-format.
void close()
Closes the file, is automatically called on destruction.
void addData(const std::string &name, DataType type)
Adds a data entry to the table.
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.