![]() |
Shamrock 2025.10.0
Astrophysical Code
|
Collaboration diagram for shammodels::zeus::modules::AMRTree< 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 > |
Public Member Functions | |
| AMRTree (ShamrockCtx &context, Config &solver_config, Storage &storage) | |
| void | build_trees () |
| void | build_neigh_cache () |
| void | correct_bounding_box () |
Public Attributes | |
| ShamrockCtx & | context |
| Config & | solver_config |
| Storage & | storage |
Static Public Attributes | |
| static constexpr u32 | dim = shambase::VectorProperties<Tvec>::dimension |
Definition at line 26 of file AMRTree.hpp.
| using shammodels::zeus::modules::AMRTree< Tvec, TgridVec >::Config = SolverConfig<Tvec, TgridVec> |
Definition at line 32 of file AMRTree.hpp.
| using shammodels::zeus::modules::AMRTree< Tvec, TgridVec >::Storage = SolverStorage<Tvec, TgridVec, u64> |
Definition at line 33 of file AMRTree.hpp.
| using shammodels::zeus::modules::AMRTree< Tvec, TgridVec >::Tgridscal = shambase::VecComponent<TgridVec> |
Definition at line 29 of file AMRTree.hpp.
| using shammodels::zeus::modules::AMRTree< Tvec, TgridVec >::Tscal = shambase::VecComponent<Tvec> |
Definition at line 28 of file AMRTree.hpp.
|
inline |
Definition at line 39 of file AMRTree.hpp.
| void shammodels::zeus::modules::AMRTree< Tvec, TgridVec >::build_neigh_cache | ( | ) |
Definition at line 219 of file AMRTree.cpp.
| void shammodels::zeus::modules::AMRTree< Tvec, TgridVec >::build_trees | ( | ) |
Definition at line 20 of file AMRTree.cpp.
| void shammodels::zeus::modules::AMRTree< Tvec, TgridVec >::correct_bounding_box | ( | ) |
Definition at line 82 of file AMRTree.cpp.
| ShamrockCtx& shammodels::zeus::modules::AMRTree< Tvec, TgridVec >::context |
Definition at line 35 of file AMRTree.hpp.
|
staticconstexpr |
Definition at line 30 of file AMRTree.hpp.
| Config& shammodels::zeus::modules::AMRTree< Tvec, TgridVec >::solver_config |
Definition at line 36 of file AMRTree.hpp.
| Storage& shammodels::zeus::modules::AMRTree< Tvec, TgridVec >::storage |
Definition at line 37 of file AMRTree.hpp.