![]() |
Shamrock 2025.10.0
Astrophysical Code
|
Public Types | |
| using | Tvec = VecType |
| using | Tscal = shambase::VecComponent<Tvec> |
Public Member Functions | |
| const ConsState & | operator+= (const ConsState &) |
| const ConsState & | operator-= (const ConsState &) |
| const ConsState & | operator*= (const Tscal) |
Public Attributes | |
| Tscal | rho {} |
| Tscal | rhoe {} |
| Tvec | rhovel {} |
Definition at line 127 of file riemann_common.hpp.
| using shammath::ConsState< VecType >::Tscal = shambase::VecComponent<Tvec> |
Definition at line 129 of file riemann_common.hpp.
| using shammath::ConsState< VecType >::Tvec = VecType |
Definition at line 128 of file riemann_common.hpp.
| const ConsState< Tvec > & shammath::ConsState< Tvec >::operator*= | ( | const Tscal | ) |
Definition at line 175 of file riemann_common.hpp.
| const ConsState< Tvec > & shammath::ConsState< Tvec >::operator+= | ( | const ConsState< VecType > & | cst | ) |
Definition at line 149 of file riemann_common.hpp.
| const ConsState< Tvec > & shammath::ConsState< Tvec >::operator-= | ( | const ConsState< VecType > & | cst | ) |
Definition at line 162 of file riemann_common.hpp.
| Tscal shammath::ConsState< VecType >::rho {} |
Definition at line 131 of file riemann_common.hpp.
| Tscal shammath::ConsState< VecType >::rhoe {} |
Definition at line 131 of file riemann_common.hpp.
| Tvec shammath::ConsState< VecType >::rhovel {} |
Definition at line 132 of file riemann_common.hpp.