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

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.

Detailed Description

Controls of the Euler-Maruyama trajectory.

Definition at line 55 of file fluid_diffusion.h.

Member Data Documentation

◆ dt

double line::fluid::DiffusionOptions::dt = 0.01

step size (the reference's timestep)

Definition at line 57 of file fluid_diffusion.h.

◆ seed

unsigned long line::fluid::DiffusionOptions::seed = 23000

RNG seed; see the header on parity.

Definition at line 58 of file fluid_diffusion.h.

◆ steps

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.


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