![]() |
Shamrock 2025.10.0
Astrophysical Code
|
Public Types | |
| using | Tscal = shambase::VecComponent<Tvec> |
| using | Kernel = SPHKernel<Tscal> |
Public Member Functions | |
| void | operator() (unsigned int id_a, const Tvec *__restrict xyz, const Tscal *__restrict hpart, const Tscal *__restrict omega, const Tscal *__restrict pressure, shamrock::tree::ObjectCache::ptrs_read ploop_ptrs, Tvec *__restrict grad_P_on_rho) const |
Public Attributes | |
| Tscal | pmass |
Static Public Attributes | |
| static constexpr Tscal | hfactd = Kernel::hfactd |
| static constexpr Tscal | Rkern = Kernel::Rkern |
| static constexpr Tscal | Rker2 = Rkern * Rkern |
Definition at line 26 of file NodeComputePressureGrad.cpp.
| using KernelComputePressureGrad< Tvec, SPHKernel >::Kernel = SPHKernel<Tscal> |
Definition at line 28 of file NodeComputePressureGrad.cpp.
| using KernelComputePressureGrad< Tvec, SPHKernel >::Tscal = shambase::VecComponent<Tvec> |
Definition at line 27 of file NodeComputePressureGrad.cpp.
|
inline |
Definition at line 35 of file NodeComputePressureGrad.cpp.
|
staticconstexpr |
Definition at line 29 of file NodeComputePressureGrad.cpp.
| Tscal KernelComputePressureGrad< Tvec, SPHKernel >::pmass |
Definition at line 33 of file NodeComputePressureGrad.cpp.
|
staticconstexpr |
Definition at line 31 of file NodeComputePressureGrad.cpp.
|
staticconstexpr |
Definition at line 30 of file NodeComputePressureGrad.cpp.