LINE Solver (C++)
Templated C++ port of the LINE queueing solver
Loading...
Searching...
No Matches
line::ln::LnTranSolution Struct Reference

The layered transient: one block per layer, plus how it was produced. More...

#include <line/solvers/ln/solver_ln.h>

Collaboration diagram for line::ln::LnTranSolution:

Public Attributes

std::vector< LnTranLayerlayers
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

Detailed Description

The layered transient: one block per layer, plus how it was produced.

Definition at line 405 of file solver_ln.h.

Member Data Documentation

◆ gap

double line::ln::LnTranSolution::gap = 0.0

final sup-norm trajectory change, coupled only

Definition at line 409 of file solver_ln.h.

◆ iterations

long line::ln::LnTranSolution::iterations = 0

waveform-relaxation sweeps; 0 when decoupled

Definition at line 408 of file solver_ln.h.

◆ layers

std::vector<LnTranLayer> line::ln::LnTranSolution::layers

Definition at line 406 of file solver_ln.h.

◆ mode

std::string line::ln::LnTranSolution::mode

"coupled" or "decoupled"

Definition at line 407 of file solver_ln.h.


The documentation for this struct was generated from the following file: