Structure to read and store solver related input data.
More...
#include <solverDeck.h>
|
| void | print (int nt=0, int lvl=0) const |
| | Prints the information about the instance of the object. More...
|
| |
| std::string | printStr (int nt=0, int lvl=0) const |
| | Returns the string containing information about the instance of the object. More...
|
| |
|
| SolverDeck () |
| | Constructor.
|
| |
|
|
int | d_maxIters |
| | Maximum iterations.
|
| |
|
double | d_perturbation |
| | Perturbation for the finite difference approximation in the implicit time integration.
|
| |
|
std::string | d_solverType |
| | Solver type.
|
| |
|
double | d_tol |
| | Tolerance.
|
| |
Structure to read and store solver related input data.
◆ print()
| void inp::SolverDeck::print |
( |
int |
nt = 0, |
|
|
int |
lvl = 0 |
|
) |
| const |
|
inline |
Prints the information about the instance of the object.
- Parameters
-
| nt | Number of tabs to append before each line of string |
| lvl | Level of information sought (higher level means more information) |
◆ printStr()
| std::string inp::SolverDeck::printStr |
( |
int |
nt = 0, |
|
|
int |
lvl = 0 |
|
) |
| const |
|
inline |
Returns the string containing information about the instance of the object.
- Parameters
-
| nt | Number of tabs to append before each line of string |
| lvl | Level of information sought (higher level means more information) |
- Returns
- string String containing information about this object
Referenced by print().
The documentation for this struct was generated from the following file: