![]() |
Shamrock 2025.10.0
Astrophysical Code
|
Solver status variables for GSPH. More...
Public Types | |
| using | Tscal = shambase::VecComponent< Tvec > |
Public Attributes | |
| Tscal | time = 0 |
| Current time. | |
| Tscal | dt = 0 |
| Current time step. | |
Solver status variables for GSPH.
| Tvec | the type of the vector used to represent the particles |
Definition at line 88 of file SolverConfig.hpp.
| using shammodels::gsph::SolverStatusVar< Tvec >::Tscal = shambase::VecComponent<Tvec> |
Definition at line 89 of file SolverConfig.hpp.
| Tscal shammodels::gsph::SolverStatusVar< Tvec >::dt = 0 |
Current time step.
Definition at line 92 of file SolverConfig.hpp.
| Tscal shammodels::gsph::SolverStatusVar< Tvec >::time = 0 |
Current time.
Definition at line 91 of file SolverConfig.hpp.