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

Controls of the time-based iteration, mirroring options.config.tbi_*. More...

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

Public Attributes

double tbi_tol = 1e-6
 sup-norm gap that ends a segment's sweeps
std::size_t tbi_iter_max = 200
 sweeps per segment
std::size_t cellsize = 5
 target stations per cell
std::size_t grid = 129
 sample points per segment (see the header)

Detailed Description

Controls of the time-based iteration, mirroring options.config.tbi_*.

Definition at line 153 of file fluid_tbi.h.

Member Data Documentation

◆ cellsize

std::size_t line::fluid::TbiOptions::cellsize = 5

target stations per cell

Definition at line 156 of file fluid_tbi.h.

◆ grid

std::size_t line::fluid::TbiOptions::grid = 129

sample points per segment (see the header)

Definition at line 157 of file fluid_tbi.h.

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

◆ tbi_iter_max

std::size_t line::fluid::TbiOptions::tbi_iter_max = 200

sweeps per segment

Definition at line 155 of file fluid_tbi.h.

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

◆ tbi_tol

double line::fluid::TbiOptions::tbi_tol = 1e-6

sup-norm gap that ends a segment's sweeps

Definition at line 154 of file fluid_tbi.h.

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


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