My Project
|
Single output request. More...
#include <ExtraConvergenceOutputThread.hpp>
Public Attributes | |
int | reportStep {-1} |
Current report step. | |
int | currentStep {-1} |
Current timestep within reportStep . More... | |
std::vector< ConvergenceReport > | reports {} |
Convergence metrics for each non-linear ieration in the currentStep . | |
Single output request.
Associates non-linear iteration convergence information to single report and timestep.
int Opm::ConvergenceReportQueue::OutputRequest::currentStep {-1} |
Current timestep within reportStep
.
Expected to be a small integer.