![]() |
LINE Solver (C++)
Templated C++ port of the LINE queueing solver
|
Controls of the Euler-Maruyama trajectory. More...
#include <line/solvers/fluid/fluid_diffusion.h>
Public Attributes | |
| std::size_t | steps = 10000 |
| number of steps (the reference's iter_max) | |
| double | dt = 0.01 |
| step size (the reference's timestep) | |
| unsigned long | seed = 23000 |
| RNG seed; see the header on parity. | |
Controls of the Euler-Maruyama trajectory.
Definition at line 55 of file fluid_diffusion.h.
| double line::fluid::DiffusionOptions::dt = 0.01 |
step size (the reference's timestep)
Definition at line 57 of file fluid_diffusion.h.
| unsigned long line::fluid::DiffusionOptions::seed = 23000 |
RNG seed; see the header on parity.
Definition at line 58 of file fluid_diffusion.h.
| std::size_t line::fluid::DiffusionOptions::steps = 10000 |
number of steps (the reference's iter_max)
Definition at line 56 of file fluid_diffusion.h.