#include <dune/localfunctions/utility/interpolationhelper.hh>
|
typedef std::vector< Dune::FieldVector< F, d > > | Result |
|
|
| Helper (const Func &func, Vector &vec) |
|
const Vector::value_type & | operator() (unsigned int row, unsigned int col) |
|
template<class Fy > |
void | set (unsigned int row, unsigned int col, const Fy &val) |
|
template<class Fy > |
void | add (unsigned int row, unsigned int col, const Fy &val) |
|
template<class DomainVector , std::enable_if_t< models< Impl::FunctionWithCallOperator< DomainVector >, Func >(), int > = 0> |
const Result & | evaluate (const DomainVector &x) const |
|
template<class DomainVector , std::enable_if_t< not models< Impl::FunctionWithCallOperator< DomainVector >, Func >(), int > = 0> |
const Result & | evaluate (const DomainVector &x) const |
|
unsigned int | size () const |
|
◆ Result
template<class F , unsigned int dimension>
template<class Func , class Vector >
◆ Helper()
template<class F , unsigned int dimension>
template<class Func , class Vector >
◆ add()
template<class F , unsigned int dimension>
template<class Func , class Vector >
template<class Fy >
◆ evaluate() [1/2]
template<class F , unsigned int dimension>
template<class Func , class Vector >
template<class DomainVector , std::enable_if_t< models< Impl::FunctionWithCallOperator< DomainVector >, Func >(), int > = 0>
◆ evaluate() [2/2]
template<class F , unsigned int dimension>
template<class Func , class Vector >
template<class DomainVector , std::enable_if_t< not models< Impl::FunctionWithCallOperator< DomainVector >, Func >(), int > = 0>
◆ operator()()
template<class F , unsigned int dimension>
template<class Func , class Vector >
◆ set()
template<class F , unsigned int dimension>
template<class Func , class Vector >
template<class Fy >
◆ size()
template<class F , unsigned int dimension>
template<class Func , class Vector >
◆ func_
template<class F , unsigned int dimension>
template<class Func , class Vector >
◆ tmp_
template<class F , unsigned int dimension>
template<class Func , class Vector >
◆ vec_
template<class F , unsigned int dimension>
template<class Func , class Vector >
The documentation for this struct was generated from the following file: