![]() |
Shamrock 2025.10.0
Astrophysical Code
|
Public Types | |
| using | Tvec = Tvec_ |
| 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 29 of file riemann_dust.hpp.
| using shammath::DustConsState< Tvec_ >::Tscal = shambase::VecComponent<Tvec> |
Definition at line 31 of file riemann_dust.hpp.
| using shammath::DustConsState< Tvec_ >::Tvec = Tvec_ |
Definition at line 30 of file riemann_dust.hpp.
| const DustConsState< Tvec > & shammath::DustConsState< Tvec >::operator*= | ( | const Tscal | ) |
Definition at line 76 of file riemann_dust.hpp.
| const DustConsState< Tvec > & shammath::DustConsState< Tvec >::operator+= | ( | const DustConsState< Tvec_ > & | d_cst | ) |
Definition at line 50 of file riemann_dust.hpp.
| const DustConsState< Tvec > & shammath::DustConsState< Tvec >::operator-= | ( | const DustConsState< Tvec_ > & | d_cst | ) |
Definition at line 63 of file riemann_dust.hpp.
| Tscal shammath::DustConsState< Tvec_ >::rho {} |
Definition at line 33 of file riemann_dust.hpp.
| Tvec shammath::DustConsState< Tvec_ >::rhovel {} |
Definition at line 34 of file riemann_dust.hpp.