PolyFEM
|
#include <Interpolation.hpp>
Public Member Functions | |
double | eval (const double t) const override |
Public Member Functions inherited from polyfem::utils::Interpolation | |
virtual | ~Interpolation () |
virtual void | init (const json ¶ms) |
Additional Inherited Members | |
Static Public Member Functions inherited from polyfem::utils::Interpolation | |
static std::shared_ptr< Interpolation > | build (const json ¶ms) |
Definition at line 20 of file Interpolation.hpp.
|
inlineoverridevirtual |
Implements polyfem::utils::Interpolation.
Definition at line 23 of file Interpolation.hpp.