![]() |
Shamrock 2025.10.0
Astrophysical Code
|
Collaboration diagram for shammath::SymTensorCollection< T, 0, 2 >:Public Member Functions | |
| template<class Tacc > | |
| void | store (Tacc &&acc, u32 offset) const |
| SymTensorCollection< T, 0, 2 > & | operator*= (const T scal) |
| SymTensorCollection< T, 0, 2 > & | operator+= (const SymTensorCollection< T, 0, 2 > other) |
| SymTensorCollection< T, 0, 2 > | operator- (const SymTensorCollection< T, 0, 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 | |
| T | t0 |
| SymTensor3d_1< T > | t1 |
| SymTensor3d_2< T > | t2 |
Static Public Attributes | |
| static constexpr u32 | num_component = 1 + SymTensor3d_1<T>::compo_cnt + SymTensor3d_2<T>::compo_cnt |
| static constexpr u32 | offset_t0 = 0 |
| static constexpr u32 | offset_t1 = 1 |
| static constexpr u32 | offset_t2 = offset_t1 + SymTensor3d_1<T>::compo_cnt |
Definition at line 411 of file symtensor_collections.hpp.
|
inlinestatic |
Definition at line 423 of file symtensor_collections.hpp.
|
inlinestatic |
Definition at line 461 of file symtensor_collections.hpp.
|
inline |
Definition at line 468 of file symtensor_collections.hpp.
|
inline |
Definition at line 477 of file symtensor_collections.hpp.
|
inline |
Definition at line 486 of file symtensor_collections.hpp.
|
inline |
Definition at line 454 of file symtensor_collections.hpp.
|
inlinestatic |
Definition at line 438 of file symtensor_collections.hpp.
|
staticconstexpr |
Definition at line 416 of file symtensor_collections.hpp.
|
staticconstexpr |
Definition at line 419 of file symtensor_collections.hpp.
|
staticconstexpr |
Definition at line 420 of file symtensor_collections.hpp.
|
staticconstexpr |
Definition at line 421 of file symtensor_collections.hpp.
| T shammath::SymTensorCollection< T, 0, 2 >::t0 |
Definition at line 412 of file symtensor_collections.hpp.
| SymTensor3d_1<T> shammath::SymTensorCollection< T, 0, 2 >::t1 |
Definition at line 413 of file symtensor_collections.hpp.
| SymTensor3d_2<T> shammath::SymTensorCollection< T, 0, 2 >::t2 |
Definition at line 414 of file symtensor_collections.hpp.