(SPH) available smoothing kernels. More...
#include "parameter.h"
Collaboration diagram for Smoothing:
Public Types | |
| enum | Kernel { spiky , cubic_spline , wendlandc2 , wendlandc4 , wendlandc6 , spiky , cubic_spline , wendlandc2 , wendlandc4 , wendlandc6 } |
| enum | Kernel { spiky , cubic_spline , wendlandc2 , wendlandc4 , wendlandc6 , spiky , cubic_spline , wendlandc2 , wendlandc4 , wendlandc6 } |
Public Member Functions | |
| Smoothing (Kernel t) | |
| operator Smoothing () const | |
| Smoothing (Kernel t) | |
| operator Smoothing () const | |
Public Attributes | |
| Kernel | t_ |
Private Member Functions | |
| template<typename T > | |
| operator T () const | |
| template<typename T > | |
| operator T () const | |
(SPH) available smoothing kernels.
available kernels:
Definition at line 175 of file parameter.h.
| enum Smoothing::Kernel |
| Enumerator | |
|---|---|
| spiky | |
| cubic_spline | |
| wendlandc2 | |
| wendlandc4 | |
| wendlandc6 | |
| spiky | |
| cubic_spline | |
| wendlandc2 | |
| wendlandc4 | |
| wendlandc6 | |
Definition at line 177 of file parameter.h.
| enum Smoothing::Kernel |
| Enumerator | |
|---|---|
| spiky | |
| cubic_spline | |
| wendlandc2 | |
| wendlandc4 | |
| wendlandc6 | |
| spiky | |
| cubic_spline | |
| wendlandc2 | |
| wendlandc4 | |
| wendlandc6 | |
Definition at line 258 of file parameter_backup.h.
|
inline |
Definition at line 182 of file parameter.h.
|
inline |
Definition at line 263 of file parameter_backup.h.
|
inline |
Definition at line 183 of file parameter.h.
|
inline |
Definition at line 264 of file parameter_backup.h.
|
private |
|
private |
| Kernel Smoothing::t_ |
Definition at line 181 of file parameter.h.