![]() |
LINE Solver (C++)
Templated C++ port of the LINE queueing solver
|
The layered transient: one block per layer, plus how it was produced. More...
#include <line/solvers/ln/solver_ln.h>
Public Attributes | |
| std::vector< LnTranLayer > | layers |
| std::string | mode |
| "coupled" or "decoupled" | |
| long | iterations = 0 |
| waveform-relaxation sweeps; 0 when decoupled | |
| double | gap = 0.0 |
| final sup-norm trajectory change, coupled only | |
The layered transient: one block per layer, plus how it was produced.
Definition at line 405 of file solver_ln.h.
| double line::ln::LnTranSolution::gap = 0.0 |
final sup-norm trajectory change, coupled only
Definition at line 409 of file solver_ln.h.
| long line::ln::LnTranSolution::iterations = 0 |
waveform-relaxation sweeps; 0 when decoupled
Definition at line 408 of file solver_ln.h.
| std::vector<LnTranLayer> line::ln::LnTranSolution::layers |
Definition at line 406 of file solver_ln.h.
| std::string line::ln::LnTranSolution::mode |
"coupled" or "decoupled"
Definition at line 407 of file solver_ln.h.