PolyFEM
Loading...
Searching...
No Matches
polyfem::utils::Interpolation Class Referenceabstract

#include <Interpolation.hpp>

Inheritance diagram for polyfem::utils::Interpolation:
[legend]

Public Member Functions

virtual ~Interpolation ()
 
virtual double eval (const double t) const =0
 
virtual void init (const json &params)
 

Static Public Member Functions

static std::shared_ptr< Interpolationbuild (const json &params)
 

Detailed Description

Definition at line 10 of file Interpolation.hpp.

Constructor & Destructor Documentation

◆ ~Interpolation()

virtual polyfem::utils::Interpolation::~Interpolation ( )
inlinevirtual

Definition at line 13 of file Interpolation.hpp.

Member Function Documentation

◆ build()

std::shared_ptr< Interpolation > polyfem::utils::Interpolation::build ( const json params)
static

Definition at line 15 of file Interpolation.cpp.

References polyfem::log_and_throw_error().

Referenced by polyfem::mesh::Obstacle::append_mesh(), polyfem::mesh::Obstacle::change_displacement(), polyfem::mesh::Obstacle::change_displacement(), polyfem::mesh::Obstacle::change_displacement(), polyfem::assembler::GenericTensorProblem::set_parameters(), and polyfem::assembler::GenericScalarProblem::set_parameters().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ eval()

virtual double polyfem::utils::Interpolation::eval ( const double  t) const
pure virtual

◆ init()

virtual void polyfem::utils::Interpolation::init ( const json params)
inlinevirtual

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