![]() |
LINE Solver (C++)
Templated C++ port of the LINE queueing solver
|
What the Newton reports about where it stopped. More...
#include <line/solvers/fluid/fluid_dae.h>
Public Attributes | |
| std::size_t | iters = 0 |
| double | residual = std::numeric_limits<double>::infinity() |
| bool | converged = false |
What the Newton reports about where it stopped.
Definition at line 1135 of file fluid_dae.h.
| bool line::fluid::FluidDaeNewtonInfo::converged = false |
Definition at line 1138 of file fluid_dae.h.
Referenced by line::fluid::fluid_dae_newton(), and line::fluid::solver_fluid_dae().
| std::size_t line::fluid::FluidDaeNewtonInfo::iters = 0 |
Definition at line 1136 of file fluid_dae.h.
Referenced by line::fluid::fluid_dae_newton(), and line::fluid::solver_fluid_dae().
| double line::fluid::FluidDaeNewtonInfo::residual = std::numeric_limits<double>::infinity() |
Definition at line 1137 of file fluid_dae.h.
Referenced by line::fluid::fluid_dae_newton().