SPH
|
Interface for computing quantity at any point in space. More...
#include <Interpolation.h>
Public Member Functions | |
virtual Type | interpolate (const Vector &pos) const =0 |
Compute quantity value at given position. More... | |
![]() | |
Noncopyable ()=default | |
Noncopyable (const Noncopyable &)=delete | |
Noncopyable (Noncopyable &&)=default | |
Noncopyable & | operator= (const Noncopyable &)=delete |
Noncopyable & | operator= (Noncopyable &&)=default |
Interface for computing quantity at any point in space.
Type | Value type of the quantity being interpolated. |
Definition at line 21 of file Interpolation.h.
|
pure virtual |
Compute quantity value at given position.
pos | Position where the interpolated value is computed. |
Implemented in CorrectedSphInterpolant< Type >, and SphInterpolant< Type >.