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

What @@SolverFLD/getJacobian returns: d f_i / d x_j as expression strings. More...

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

Collaboration diagram for line::fluid::FluidSymbolicJacobian:

Public Attributes

std::vector< std::string > vars
 the state variable names
std::vector< std::string > rhs
 the drift, one per variable
std::vector< std::vector< std::string > > J
 J[i][j] = d f_i / d x_j.

Detailed Description

What @@SolverFLD/getJacobian returns: d f_i / d x_j as expression strings.

Definition at line 590 of file fluid_symodes.h.

Member Data Documentation

◆ J

std::vector<std::vector<std::string> > line::fluid::FluidSymbolicJacobian::J

J[i][j] = d f_i / d x_j.

Definition at line 593 of file fluid_symodes.h.

Referenced by line::fluid::fluid_jacobian(), and line::fluid::fluid_symbolic_jacobian().

◆ rhs

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

the drift, one per variable

Definition at line 592 of file fluid_symodes.h.

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

◆ vars

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

the state variable names

Definition at line 591 of file fluid_symodes.h.

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


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