SPH
|
Iterator over all first-order quantities. More...
#include <Iterate.h>
Public Member Functions | |
template<typename TValue , typename TFunctor > | |
void | visit (Quantity &q, const QuantityId id, TFunctor &&functor) |
template<typename TValue , typename TFunctor > | |
void | visit (const Quantity &q, const QuantityId id, TFunctor &&functor) |
Iterator over all first-order quantities.
This won't access second-order quantities! The functor is executed with two parameters: values and derivatives (both Arrays).
|
inline |
|
inline |