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

The drift as expression strings, one per state variable, plus their names. More...

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

Collaboration diagram for line::fluid::FluidSymbolicDrift:

Public Attributes

std::vector< std::string > rhs
std::vector< std::string > vars

Detailed Description

The drift as expression strings, one per state variable, plus their names.

Definition at line 379 of file fluid_symodes.h.

Member Data Documentation

◆ rhs

std::vector<std::string> line::fluid::FluidSymbolicDrift::rhs

◆ vars

std::vector<std::string> line::fluid::FluidSymbolicDrift::vars

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