![]() |
Shamrock 2025.10.0
Astrophysical Code
|
Collaboration diagram for shammodels::basegodunov::modules::TimeIntegrator< Tvec, TgridVec >:Public Types | |
| using | Tscal = shambase::VecComponent< Tvec > |
| using | Tgridscal = shambase::VecComponent< TgridVec > |
| using | Config = SolverConfig< Tvec, TgridVec > |
| using | Storage = SolverStorage< Tvec, TgridVec, u64 > |
| using | u_morton = u64 |
| using | AMRBlock = typename Config::AMRBlock |
| using | OrientedAMRGraph = OrientedAMRGraph< Tvec, TgridVec > |
Public Member Functions | |
| TimeIntegrator (ShamrockCtx &context, Config &solver_config, Storage &storage) | |
| void | forward_euler (Tscal dt) |
Public Attributes | |
| ShamrockCtx & | context |
| Config & | solver_config |
| Storage & | storage |
Static Public Attributes | |
| static constexpr u32 | dim = shambase::VectorProperties<Tvec>::dimension |
| static constexpr u32 | split_count = shambase::pow_constexpr<dim>(2) |
Definition at line 28 of file TimeIntegrator.hpp.
| using shammodels::basegodunov::modules::TimeIntegrator< Tvec, TgridVec >::AMRBlock = typename Config::AMRBlock |
Definition at line 39 of file TimeIntegrator.hpp.
| using shammodels::basegodunov::modules::TimeIntegrator< Tvec, TgridVec >::Config = SolverConfig<Tvec, TgridVec> |
Definition at line 36 of file TimeIntegrator.hpp.
| using shammodels::basegodunov::modules::TimeIntegrator< Tvec, TgridVec >::OrientedAMRGraph = OrientedAMRGraph<Tvec, TgridVec> |
Definition at line 40 of file TimeIntegrator.hpp.
| using shammodels::basegodunov::modules::TimeIntegrator< Tvec, TgridVec >::Storage = SolverStorage<Tvec, TgridVec, u64> |
Definition at line 37 of file TimeIntegrator.hpp.
| using shammodels::basegodunov::modules::TimeIntegrator< Tvec, TgridVec >::Tgridscal = shambase::VecComponent<TgridVec> |
Definition at line 32 of file TimeIntegrator.hpp.
| using shammodels::basegodunov::modules::TimeIntegrator< Tvec, TgridVec >::Tscal = shambase::VecComponent<Tvec> |
Definition at line 31 of file TimeIntegrator.hpp.
| using shammodels::basegodunov::modules::TimeIntegrator< Tvec, TgridVec >::u_morton = u64 |
Definition at line 38 of file TimeIntegrator.hpp.
|
inline |
Definition at line 46 of file TimeIntegrator.hpp.
| void shammodels::basegodunov::modules::TimeIntegrator< Tvec, TgridVec >::forward_euler | ( | Tscal | dt | ) |
Definition at line 19 of file TimeIntegrator.cpp.
| ShamrockCtx& shammodels::basegodunov::modules::TimeIntegrator< Tvec, TgridVec >::context |
Definition at line 42 of file TimeIntegrator.hpp.
|
staticconstexpr |
Definition at line 33 of file TimeIntegrator.hpp.
| Config& shammodels::basegodunov::modules::TimeIntegrator< Tvec, TgridVec >::solver_config |
Definition at line 43 of file TimeIntegrator.hpp.
|
staticconstexpr |
Definition at line 34 of file TimeIntegrator.hpp.
| Storage& shammodels::basegodunov::modules::TimeIntegrator< Tvec, TgridVec >::storage |
Definition at line 44 of file TimeIntegrator.hpp.