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

Tuning of the outer solve. More...

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

Public Attributes

std::size_t dae_maxstate = 100
double tol = 1e-8
std::size_t newton_max = 50

Detailed Description

Tuning of the outer solve.

Definition at line 537 of file fluid_petri.h.

Member Data Documentation

◆ dae_maxstate

std::size_t line::fluid::petri::PetriOptions::dae_maxstate = 100

Definition at line 538 of file fluid_petri.h.

◆ newton_max

std::size_t line::fluid::petri::PetriOptions::newton_max = 50

Definition at line 540 of file fluid_petri.h.

◆ tol

double line::fluid::petri::PetriOptions::tol = 1e-8

Definition at line 539 of file fluid_petri.h.


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