The convergence table used in multiple numerical experiments.
More...
#include <misc.hpp>
|
|
| MainOutputTable (int dimensions) |
| | The only constructor.
|
| |
| void | save (std::string fname) |
| | Saves the data in text and tex formats, and prints the data on screen. More...
|
| |
| void | set_new_order (std::vector< std::string > new_order_in) |
| | Sets a new order of columns. More...
|
| |
| void | append_new_order (std::string new_column) |
| | Appends a column to the table. More...
|
| |
|
virtual void | format () |
| |
The convergence table used in multiple numerical experiments.
Definition at line 24 of file misc.hpp.
◆ append_new_order()
| void Misc::MainOutputTable::append_new_order |
( |
std::string |
new_column | ) |
|
|
inline |
Appends a column to the table.
- Parameters
-
| [in] | new_column | - The name of the new column to be appended. |
Definition at line 60 of file misc.hpp.
◆ save()
| void MainOutputTable::save |
( |
std::string |
fname | ) |
|
Saves the data in text and tex formats, and prints the data on screen.
- Parameters
-
| [in] | fname | - name of the file without extension; includes full path of the file. |
Definition at line 47 of file misc.cpp.
◆ set_new_order()
| void Misc::MainOutputTable::set_new_order |
( |
std::vector< std::string > |
new_order_in | ) |
|
|
inline |
Sets a new order of columns.
- Parameters
-
| [in] | new_order_in | - The new order of columns. The default order of columns is: "p", "r", "ncells", "ndofs", "L2", "H1". |
Definition at line 50 of file misc.hpp.
The documentation for this class was generated from the following files: