![]() |
NLMech
0.1.0
|
A class to handle model output. More...
#include <util.h>

Public Member Functions | |
| Output (inp::Input *d_input_p, data::DataManager *d_dataManager_p, size_t d_n, double d_time) | |
| Outputs the iteration d_n to the file system. More... | |
A class to handle model output.
| model::Output::Output | ( | inp::Input * | d_input_p, |
| data::DataManager * | d_dataManager_p, | ||
| size_t | d_n, | ||
| double | d_time | ||
| ) |
Outputs the iteration d_n to the file system.
| d_input_p | Pointer to the input deck |
| d_dataManager_p | Pointer to the data mamanger |
| d_n | Actual iteration |
| d_time | Actual simulation time |
