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

Symbolic analysis of a fluid vector field. More...

#include <line/api/sym/sym_engine.h>

Collaboration diagram for line::sym::FluidODEs:

Public Attributes

std::vector< std::vector< std::string > > jacobian
 d f_i / d x_j
std::vector< std::string > latex
 LaTeX form of each right hand side.
std::vector< std::map< std::string, std::string > > equilibria
 variable -> expression
bool hasJacobian = false
bool hasLatex = false
bool hasEquilibria = false

Detailed Description

Symbolic analysis of a fluid vector field.

Definition at line 72 of file sym_engine.h.

Member Data Documentation

◆ equilibria

std::vector<std::map<std::string, std::string> > line::sym::FluidODEs::equilibria

variable -> expression

Definition at line 75 of file sym_engine.h.

Referenced by line::fluid::fluid_jacobian(), and line::sym::SageRestEngine::fluidODEs().

◆ hasEquilibria

bool line::sym::FluidODEs::hasEquilibria = false

◆ hasJacobian

bool line::sym::FluidODEs::hasJacobian = false

◆ hasLatex

bool line::sym::FluidODEs::hasLatex = false

Definition at line 77 of file sym_engine.h.

Referenced by line::sym::SageRestEngine::fluidODEs().

◆ jacobian

std::vector<std::vector<std::string> > line::sym::FluidODEs::jacobian

d f_i / d x_j

Definition at line 73 of file sym_engine.h.

Referenced by line::fluid::fluid_jacobian(), and line::sym::SageRestEngine::fluidODEs().

◆ latex

std::vector<std::string> line::sym::FluidODEs::latex

LaTeX form of each right hand side.

Definition at line 74 of file sym_engine.h.

Referenced by line::sym::SageRestEngine::fluidODEs().


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