SPH
|
Interface for auxilirary user-defined scalar quantities. More...
#include <Integrals.h>
Public Member Functions | |
virtual void | initialize (const Storage &storage)=0 |
virtual Float | evaluate (const Size i) const =0 |
virtual std::string | name () const =0 |
![]() | |
virtual | ~Polymorphic () |
Interface for auxilirary user-defined scalar quantities.
The quantity values needs to be computed from other quantities already stored in Storage. The class is therefore suitable for quantities such as velocity magnitude, second invariant of stress tensor, etc.
Definition at line 168 of file Integrals.h.
|
pure virtual |
|
pure virtual |