![]() |
Shamrock 2025.10.0
Astrophysical Code
|
Collaboration diagram for shammodels::basegodunov::AMRStencilCache:Public Types | |
| using | cell_stencil_el_buf = std::unique_ptr< sycl::buffer< amr::cell::StencilElement > > |
| using | dd_cell_stencil_el_buf = shambase::DistributedData< cell_stencil_el_buf > |
Public Member Functions | |
| void | insert_data (u32 map_id, dd_cell_stencil_el_buf &&stencil_element) |
| sycl::buffer< amr::cell::StencilElement > & | get_stencil_element (u64 patch_id, u32 map_id) |
Public Attributes | |
| std::unordered_map< u32, dd_cell_stencil_el_buf > | storage |
Definition at line 26 of file AMRStencilCache.hpp.
| using shammodels::basegodunov::AMRStencilCache::cell_stencil_el_buf = std::unique_ptr<sycl::buffer<amr::cell::StencilElement> > |
Definition at line 28 of file AMRStencilCache.hpp.
| using shammodels::basegodunov::AMRStencilCache::dd_cell_stencil_el_buf = shambase::DistributedData<cell_stencil_el_buf> |
Definition at line 30 of file AMRStencilCache.hpp.
|
inline |
Definition at line 37 of file AMRStencilCache.hpp.
|
inline |
Definition at line 33 of file AMRStencilCache.hpp.
| std::unordered_map<u32, dd_cell_stencil_el_buf> shammodels::basegodunov::AMRStencilCache::storage |
Definition at line 31 of file AMRStencilCache.hpp.