PolyFEM
Loading...
Searching...
No Matches
polyfem::utils::LinearInterpolation Class Reference

#include <Interpolation.hpp>

Inheritance diagram for polyfem::utils::LinearInterpolation:
[legend]
Collaboration diagram for polyfem::utils::LinearInterpolation:
[legend]

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 &params)
 

Additional Inherited Members

- Static Public Member Functions inherited from polyfem::utils::Interpolation
static std::shared_ptr< Interpolationbuild (const json &params)
 

Detailed Description

Definition at line 26 of file Interpolation.hpp.

Member Function Documentation

◆ eval()

double polyfem::utils::LinearInterpolation::eval ( const double  t) const
inlineoverridevirtual

Implements polyfem::utils::Interpolation.

Definition at line 29 of file Interpolation.hpp.


The documentation for this class was generated from the following file: