SPH
|
Derivative holder, splitting the registered derivatives into accelerations and the rest. More...
#include <EnergyConservingSolver.h>
Public Member Functions | |
virtual void | require (AutoPtr< IDerivative > &&derivative) override |
Adds derivative if not already present. More... | |
void | evalAccelerations (const Size idx, ArrayView< const Size > neighs, ArrayView< const Vector > grads, Array< Vector > &dv) const |
![]() | |
virtual void | initialize (const Storage &input) |
Initialize derivatives before loop. More... | |
void | eval (const Size idx, ArrayView< const Size > neighs, ArrayView< const Vector > grads) |
Evaluates all held derivatives for given particle. More... | |
void | evalSymmetric (const Size idx, ArrayView< const Size > neighs, ArrayView< const Vector > grads) |
Evaluates all held derivatives symetrically for given particle pairs. More... | |
bool | isSymmetric () const |
Returns true if all stored derivatives are symmetric. More... | |
INLINE Accumulated & | getAccumulated () |
INLINE Size | getDerivativeCnt () const |
![]() | |
virtual | ~Polymorphic () |
Derivative holder, splitting the registered derivatives into accelerations and the rest.
Definition at line 24 of file EnergyConservingSolver.h.
|
inline |
Definition at line 37 of file EnergyConservingSolver.h.
|
inlineoverridevirtual |
Adds derivative if not already present.
If the derivative is already stored, new one is NOT stored, it is simply ignored. However, the new derivative must be equal to the one already stored, which is checked using IDerivative::equals. If derivative has the same type, but different internal state, exception InvalidState is thrown.
Reimplemented from DerivativeHolder.
Definition at line 29 of file EnergyConservingSolver.h.