PolyFEM
|
#include <Interpolation.hpp>
Public Member Functions | |
double | eval (const double t) const override |
void | init (const json ¶ms) override |
Public Member Functions inherited from polyfem::utils::Interpolation | |
virtual | ~Interpolation () |
Private Attributes | |
double | to_ |
double | from_ |
Additional Inherited Members | |
Static Public Member Functions inherited from polyfem::utils::Interpolation | |
static std::shared_ptr< Interpolation > | build (const json ¶ms) |
Definition at line 32 of file Interpolation.hpp.
|
overridevirtual |
Implements polyfem::utils::Interpolation.
Definition at line 47 of file Interpolation.cpp.
|
overridevirtual |
Reimplemented from polyfem::utils::Interpolation.
Definition at line 41 of file Interpolation.cpp.
|
private |
Definition at line 40 of file Interpolation.hpp.
|
private |
Definition at line 39 of file Interpolation.hpp.