NLMech  0.1.0
model::Output Class Reference

A class to handle model output. More...

#include <util.h>

Collaboration diagram for model::Output:
Collaboration graph

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...
 

Detailed Description

A class to handle model output.

Constructor & Destructor Documentation

◆ 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.

Parameters
d_input_pPointer to the input deck
d_dataManager_pPointer to the data mamanger
d_nActual iteration
d_timeActual simulation time
Here is the call graph for this function:

The documentation for this class was generated from the following files: