![]() |
Shamrock 2025.10.0
Astrophysical Code
|
Public Member Functions | |
| template<class Tacc > | |
| void | store (Tacc &&acc, u32 offset) const |
| SymTensorCollection< T, 1, 2 > & | operator*= (const T scal) |
| SymTensorCollection< T, 1, 2 > & | operator+= (const SymTensorCollection< T, 1, 2 > other) |
| SymTensorCollection< T, 1, 2 > | operator- (const SymTensorCollection< T, 1, 2 > &other) const |
Static Public Member Functions | |
| static SymTensorCollection | from_vec (const sycl::vec< T, 3 > &v) |
| static SymTensorCollection | zeros () |
| template<class Tacc > | |
| static SymTensorCollection | load (Tacc &&acc, u32 offset) |
Public Attributes | |
| SymTensor3d_1< T > | t1 |
| SymTensor3d_2< T > | t2 |
Static Public Attributes | |
| static constexpr u32 | num_component = SymTensor3d_1<T>::compo_cnt + SymTensor3d_2<T>::compo_cnt |
| static constexpr u32 | offset_t1 = 0 |
| static constexpr u32 | offset_t2 = offset_t1 + SymTensor3d_1<T>::compo_cnt |
Definition at line 954 of file symtensor_collections.hpp.
|
inlinestatic |
Definition at line 965 of file symtensor_collections.hpp.
|
inlinestatic |
Definition at line 1003 of file symtensor_collections.hpp.
|
inline |
Definition at line 1009 of file symtensor_collections.hpp.
|
inline |
Definition at line 1017 of file symtensor_collections.hpp.
|
inline |
Definition at line 1025 of file symtensor_collections.hpp.
|
inline |
Definition at line 996 of file symtensor_collections.hpp.
|
inlinestatic |
Definition at line 980 of file symtensor_collections.hpp.
|
staticconstexpr |
Definition at line 959 of file symtensor_collections.hpp.
|
staticconstexpr |
Definition at line 962 of file symtensor_collections.hpp.
|
staticconstexpr |
Definition at line 963 of file symtensor_collections.hpp.
| SymTensor3d_1<T> shammath::SymTensorCollection< T, 1, 2 >::t1 |
Definition at line 956 of file symtensor_collections.hpp.
| SymTensor3d_2<T> shammath::SymTensorCollection< T, 1, 2 >::t2 |
Definition at line 957 of file symtensor_collections.hpp.