![]() |
Shamrock 2025.10.0
Astrophysical Code
|
Collaboration diagram for shammodels::basegodunov::modules::ComputeCFL< 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 | |
| ComputeCFL (ShamrockCtx &context, Config &solver_config, Storage &storage) | |
| Tscal | compute_cfl () |
| Tscal | compute_dust_cfl () |
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 ComputeCFL.hpp.
| using shammodels::basegodunov::modules::ComputeCFL< Tvec, TgridVec >::AMRBlock = typename Config::AMRBlock |
Definition at line 39 of file ComputeCFL.hpp.
| using shammodels::basegodunov::modules::ComputeCFL< Tvec, TgridVec >::Config = SolverConfig<Tvec, TgridVec> |
Definition at line 36 of file ComputeCFL.hpp.
| using shammodels::basegodunov::modules::ComputeCFL< Tvec, TgridVec >::OrientedAMRGraph = OrientedAMRGraph<Tvec, TgridVec> |
Definition at line 40 of file ComputeCFL.hpp.
| using shammodels::basegodunov::modules::ComputeCFL< Tvec, TgridVec >::Storage = SolverStorage<Tvec, TgridVec, u64> |
Definition at line 37 of file ComputeCFL.hpp.
| using shammodels::basegodunov::modules::ComputeCFL< Tvec, TgridVec >::Tgridscal = shambase::VecComponent<TgridVec> |
Definition at line 32 of file ComputeCFL.hpp.
| using shammodels::basegodunov::modules::ComputeCFL< Tvec, TgridVec >::Tscal = shambase::VecComponent<Tvec> |
Definition at line 31 of file ComputeCFL.hpp.
| using shammodels::basegodunov::modules::ComputeCFL< Tvec, TgridVec >::u_morton = u64 |
Definition at line 38 of file ComputeCFL.hpp.
|
inline |
Definition at line 46 of file ComputeCFL.hpp.
| auto shammodels::basegodunov::modules::ComputeCFL< Tvec, TgridVec >::compute_cfl | ( | ) |
Definition at line 24 of file ComputeCFL.cpp.
| auto shammodels::basegodunov::modules::ComputeCFL< Tvec, TgridVec >::compute_dust_cfl | ( | ) |
Definition at line 129 of file ComputeCFL.cpp.
| ShamrockCtx& shammodels::basegodunov::modules::ComputeCFL< Tvec, TgridVec >::context |
Definition at line 42 of file ComputeCFL.hpp.
|
staticconstexpr |
Definition at line 33 of file ComputeCFL.hpp.
| Config& shammodels::basegodunov::modules::ComputeCFL< Tvec, TgridVec >::solver_config |
Definition at line 43 of file ComputeCFL.hpp.
|
staticconstexpr |
Definition at line 34 of file ComputeCFL.hpp.
| Storage& shammodels::basegodunov::modules::ComputeCFL< Tvec, TgridVec >::storage |
Definition at line 44 of file ComputeCFL.hpp.