SPH
|
Public Member Functions | |
MeanStepTls (const Float power) | |
INLINE void | add (const Float step, const T UNUSED(v), const T UNUSED(dv), const Float UNUSED(idx)) |
INLINE void | add (const MeanStepTls &other) |
INLINE Optional< Float > | getStep () const |
INLINE void | saveStats (Statistics &UNUSED(stats)) const |
Public Attributes | |
NegativeMean | mean |
Helper class storing a (generalized) mean. Statistics do not apply here (no single particle is the restrictive one). Same interface as in MinimalStepTls.
Definition at line 91 of file TimeStepCriterion.cpp.
|
inline |
Definition at line 94 of file TimeStepCriterion.cpp.
|
inline |
Definition at line 97 of file TimeStepCriterion.cpp.
|
inline |
Definition at line 101 of file TimeStepCriterion.cpp.
|
inline |
Definition at line 105 of file TimeStepCriterion.cpp.
|
inline |
Definition at line 115 of file TimeStepCriterion.cpp.
NegativeMean MeanStepTls< T >::mean |
Definition at line 92 of file TimeStepCriterion.cpp.