![]() |
Shamrock 2025.10.0
Astrophysical Code
|
Truncated Gaussian kernel with compact support R=5h. More...
#include <shammath/include/shammath/sphkernels.hpp>
Static Public Member Functions | |
| static Tscal | f (Tscal q) |
| static Tscal | df (Tscal q) |
| static Tscal | ddf (Tscal q) |
| static Tscal | phi_tilde_3d (Tscal q) |
| static Tscal | phi_tilde_3d_prime (Tscal q) |
Static Public Attributes | |
| static constexpr Tscal | Rkern = 5 |
| Compact support radius of the kernel. | |
| static constexpr Tscal | hfactd = 1.5 |
| default hfact to be used for this kernel | |
| static constexpr Tscal | norm_1d = 0.564189583548624 |
| 1D norm of the kernel | |
| static constexpr Tscal | norm_2d = 0.318309886188211 |
| 2D norm of the kernel | |
| static constexpr Tscal | norm_3d = 0.179587122139514 |
| 3D norm of the kernel | |
Truncated Gaussian kernel with compact support R=5h.
W(q) = exp(-q^2) for q < 5, 0 otherwise
Extended support version of TGauss3. Provides even smoother behavior at the cost of more neighbor interactions.
Definition at line 1544 of file sphkernels.hpp.
|
inlinestatic |
Definition at line 1572 of file sphkernels.hpp.
|
inlinestatic |
Definition at line 1564 of file sphkernels.hpp.
|
inlinestatic |
Definition at line 1556 of file sphkernels.hpp.
|
inlinestatic |
Definition at line 1580 of file sphkernels.hpp.
|
inlinestatic |
Definition at line 1592 of file sphkernels.hpp.
|
inlinestaticconstexpr |
default hfact to be used for this kernel
Definition at line 1547 of file sphkernels.hpp.
|
inlinestaticconstexpr |
1D norm of the kernel
Definition at line 1550 of file sphkernels.hpp.
|
inlinestaticconstexpr |
2D norm of the kernel
Definition at line 1552 of file sphkernels.hpp.
|
inlinestaticconstexpr |
3D norm of the kernel
Definition at line 1554 of file sphkernels.hpp.
|
inlinestaticconstexpr |
Compact support radius of the kernel.
Definition at line 1546 of file sphkernels.hpp.