![]() |
Shamrock 2025.10.0
Astrophysical Code
|
Public Types | |
| using | Tvec = VecType |
| using | Tscal = shambase::VecComponent<Tvec> |
Public Member Functions | |
| const DustConsState & | operator+= (const DustConsState &) |
| const DustConsState & | operator-= (const DustConsState &) |
| const DustConsState & | operator*= (const Tscal) |
Public Attributes | |
| Tscal | rho {} |
| Tvec | rhovel {} |
Definition at line 384 of file riemann_common.hpp.
| using shammath::DustConsState< VecType >::Tscal = shambase::VecComponent<Tvec> |
Definition at line 386 of file riemann_common.hpp.
| using shammath::DustConsState< VecType >::Tvec = VecType |
Definition at line 385 of file riemann_common.hpp.
| const DustConsState< Tvec > & shammath::DustConsState< Tvec >::operator*= | ( | const Tscal | ) |
Definition at line 431 of file riemann_common.hpp.
| const DustConsState< Tvec > & shammath::DustConsState< Tvec >::operator+= | ( | const DustConsState< VecType > & | d_cst | ) |
Definition at line 405 of file riemann_common.hpp.
| const DustConsState< Tvec > & shammath::DustConsState< Tvec >::operator-= | ( | const DustConsState< VecType > & | d_cst | ) |
Definition at line 418 of file riemann_common.hpp.
| Tscal shammath::DustConsState< VecType >::rho {} |
Definition at line 388 of file riemann_common.hpp.
| Tvec shammath::DustConsState< VecType >::rhovel {} |
Definition at line 389 of file riemann_common.hpp.