![]() |
Shamrock 2025.10.0
Astrophysical Code
|
Solver status variables. More...
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_sph = 0 |
| Current time step. | |
| Tscal | cfl_multiplier = 1e-2 |
| Current cfl multiplier. | |
Solver status variables.
| Tvec | the type of the vector used to represent the particles |
Definition at line 260 of file SolverConfig.hpp.
| using shammodels::sph::SolverStatusVar< Tvec >::Tscal = shambase::VecComponent<Tvec> |
The type of the scalar used to represent the quantities.
Definition at line 263 of file SolverConfig.hpp.
| Tscal shammodels::sph::SolverStatusVar< Tvec >::cfl_multiplier = 1e-2 |
Current cfl multiplier.
Definition at line 268 of file SolverConfig.hpp.
| Tscal shammodels::sph::SolverStatusVar< Tvec >::dt_sph = 0 |
Current time step.
Definition at line 266 of file SolverConfig.hpp.
| Tscal shammodels::sph::SolverStatusVar< Tvec >::time = 0 |
Current time.
Definition at line 265 of file SolverConfig.hpp.