![]() |
Shamrock 2025.10.0
Astrophysical Code
|
Collaboration diagram for PatchComputeField< T >:Public Member Functions | |
| void | generate (PatchScheduler &sched) |
| void | generate (PatchScheduler &sched, std::unordered_map< u64, u32 > &size_map) |
| const std::unique_ptr< sycl::buffer< T > > & | get_buf (u64 id_patch) const |
| std::unique_ptr< sycl::buffer< T > > | get_sub_buf (u64 id_patch) |
| PatchDataField< T > & | get_field (u64 id_patch) |
Public Attributes | |
| std::unordered_map< u64, PatchDataField< T > > | field_data |
Definition at line 26 of file compute_field.hpp.
|
inline |
Definition at line 32 of file compute_field.hpp.
|
inline |
Definition at line 46 of file compute_field.hpp.
|
inline |
Definition at line 60 of file compute_field.hpp.
|
inline |
Definition at line 69 of file compute_field.hpp.
|
inline |
Definition at line 65 of file compute_field.hpp.
| std::unordered_map<u64, PatchDataField<T> > PatchComputeField< T >::field_data |
Definition at line 30 of file compute_field.hpp.