28 using Tscal = shambase::VecComponent<Tvec>;
29 using Tgridscal = shambase::VecComponent<TgridVec>;
30 static constexpr u32 dim = shambase::VectorProperties<Tvec>::dimension;
36 Config &solver_config;
39 AMRTree(
ShamrockCtx &context, Config &solver_config, Storage &storage)
40 : context(context), solver_config(solver_config), storage(storage) {}
43 void build_neigh_cache();
44 void correct_bounding_box();