Class containing convergence information given a time-step.
More...
#include <SolverStatistics.hpp>
Class containing convergence information given a time-step.
Definition at line 240 of file SolverStatistics.hpp.
◆ getFilename()
string const& geos::ConvergenceStatistics::getFilename |
( |
| ) |
const |
|
inline |
◆ setCSVOutputState()
void geos::ConvergenceStatistics::setCSVOutputState |
( |
bool |
state | ) |
|
|
inline |
◆ setFilename()
void geos::ConvergenceStatistics::setFilename |
( |
string_view |
filename | ) |
|
|
inline |
Set the filename output file.
- Parameters
-
filename | The filename as a string_view. |
Definition at line 283 of file SolverStatistics.hpp.
◆ setTableName()
void geos::ConvergenceStatistics::setTableName |
( |
string_view |
name | ) |
|
|
inline |
Set the filename output file.
- Parameters
-
filename | The filename as a string_view. |
Definition at line 290 of file SolverStatistics.hpp.
◆ updateSolverStep()
void geos::ConvergenceStatistics::updateSolverStep |
( |
real64 const & |
time_n, |
|
|
real64 const & |
dt, |
|
|
integer const |
cycleNumber, |
|
|
integer const |
newtonIter |
|
) |
| |
Update the solver step with the time informations.
- Parameters
-
time_n | The time at the beginning of the step |
dt | The desired timestep |
cycleNumber | The current cycle number |
iterNumber | The current iteration number |
The documentation for this class was generated from the following file: