![]() |
Shamrock 2025.10.0
Astrophysical Code
|
Public Types | |
| using | Tscal = shambase::VecComponent< Tvec > |
| The type of the scalar used to represent the quantities. | |
Public Attributes | |
| Tscal | time = 0 |
| Current time. | |
| Tscal | dt = 0 |
| Current time step. | |
Definition at line 135 of file SolverConfig.hpp.
| using shammodels::basegodunov::SolverStatusVar< Tvec >::Tscal = shambase::VecComponent<Tvec> |
The type of the scalar used to represent the quantities.
Definition at line 138 of file SolverConfig.hpp.
| Tscal shammodels::basegodunov::SolverStatusVar< Tvec >::dt = 0 |
Current time step.
Definition at line 141 of file SolverConfig.hpp.
| Tscal shammodels::basegodunov::SolverStatusVar< Tvec >::time = 0 |
Current time.
Definition at line 140 of file SolverConfig.hpp.