LINE Solver (C++)
Templated C++ port of the LINE queueing solver
Loading...
Searching...
No Matches
line::fluid::FluidCacheqnSolution< T > Struct Template Reference

What the steady analyzer returns: the fluid metrics plus the converged split. More...

#include <line/solvers/fluid/fluid_cacheqn.h>

Collaboration diagram for line::fluid::FluidCacheqnSolution< T >:

Public Attributes

FluidSolution sol
Matrix< T > hitprob
 (ncaches x nclasses), cache order as the node scan
Matrix< T > missprob
 (ncaches x nclasses)
int iter = 0
 decomposition sweeps, not integrator steps
qn::NetworkStruct< T > refreshed
 The struct whose cache self-switch carries the CONVERGED split rather than the offered one, from which the runner derives ArvR and ResidT.

Detailed Description

template<class T>
struct line::fluid::FluidCacheqnSolution< T >

What the steady analyzer returns: the fluid metrics plus the converged split.

Definition at line 80 of file fluid_cacheqn.h.

Member Data Documentation

◆ hitprob

template<class T>
Matrix<T> line::fluid::FluidCacheqnSolution< T >::hitprob

(ncaches x nclasses), cache order as the node scan

Definition at line 82 of file fluid_cacheqn.h.

Referenced by line::fluid::solver_fld_cacheqn_analyzer(), and line::fluid::solver_fluid_run_analyzer().

◆ iter

template<class T>
int line::fluid::FluidCacheqnSolution< T >::iter = 0

decomposition sweeps, not integrator steps

Definition at line 84 of file fluid_cacheqn.h.

Referenced by line::fluid::solver_fld_cacheqn_analyzer().

◆ missprob

template<class T>
Matrix<T> line::fluid::FluidCacheqnSolution< T >::missprob

(ncaches x nclasses)

Definition at line 83 of file fluid_cacheqn.h.

Referenced by line::fluid::solver_fld_cacheqn_analyzer(), and line::fluid::solver_fluid_run_analyzer().

◆ refreshed

template<class T>
qn::NetworkStruct<T> line::fluid::FluidCacheqnSolution< T >::refreshed

The struct whose cache self-switch carries the CONVERGED split rather than the offered one, from which the runner derives ArvR and ResidT.

Same contract as the MVA and NC siblings.

Definition at line 90 of file fluid_cacheqn.h.

Referenced by line::fluid::solver_fld_cacheqn_analyzer(), and line::fluid::solver_fluid_run_analyzer().

◆ sol


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