![]() |
Shamrock 2025.10.0
Astrophysical Code
|
Public Types | |
| using | Tscal = shambase::VecComponent<Tvec> |
| using | Kernel = SPHKernel<Tscal> |
Public Member Functions | |
| void | operator() (u32 thread_id, const Tvec *__restrict xyz, const Tscal *__restrict hpart, const Tvec *__restrict vxyz, const Tscal *__restrict omega, const Tscal *__restrict pressure, const Tscal *__restrict s_j, const Tscal *__restrict Ttilde_sj, shamrock::tree::ObjectCache::ptrs_read ploop_ptrs, Tscal *__restrict ds_j_dt) const |
Public Attributes | |
| Tscal | pmass |
| u32 | ndust |
Static Public Attributes | |
| static constexpr Tscal | hfactd = Kernel::hfactd |
| static constexpr Tscal | Rkern = Kernel::Rkern |
| static constexpr Tscal | Rker2 = Rkern * Rkern |
Definition at line 25 of file NodeUpdateDerivsMonofluidTVI.cpp.
| using KernelUpdateDerivsMonofluidTVI< Tvec, SPHKernel >::Kernel = SPHKernel<Tscal> |
Definition at line 27 of file NodeUpdateDerivsMonofluidTVI.cpp.
| using KernelUpdateDerivsMonofluidTVI< Tvec, SPHKernel >::Tscal = shambase::VecComponent<Tvec> |
Definition at line 26 of file NodeUpdateDerivsMonofluidTVI.cpp.
|
inline |
Definition at line 35 of file NodeUpdateDerivsMonofluidTVI.cpp.
|
staticconstexpr |
Definition at line 28 of file NodeUpdateDerivsMonofluidTVI.cpp.
| u32 KernelUpdateDerivsMonofluidTVI< Tvec, SPHKernel >::ndust |
Definition at line 33 of file NodeUpdateDerivsMonofluidTVI.cpp.
| Tscal KernelUpdateDerivsMonofluidTVI< Tvec, SPHKernel >::pmass |
Definition at line 32 of file NodeUpdateDerivsMonofluidTVI.cpp.
|
staticconstexpr |
Definition at line 30 of file NodeUpdateDerivsMonofluidTVI.cpp.
|
staticconstexpr |
Definition at line 29 of file NodeUpdateDerivsMonofluidTVI.cpp.