#include <dune/localfunctions/lagrange/interpolation.hh>
|
template<class Fn , class Vector , decltype(std::declval< Vector >().size(), bool{}) = true, decltype(std::declval< Vector >().resize(0u), bool{}) = true> |
void | interpolate (const Fn &fn, Vector &coefficients) const |
|
template<class Basis , class Matrix , decltype(std::declval< Matrix >().rows(), bool{}) = true, decltype(std::declval< Matrix >().cols(), bool{}) = true, decltype(std::declval< Matrix >().resize(0u, 0u), bool{}) = true> |
void | interpolate (const Basis &basis, Matrix &coefficients) const |
|
const LagrangePointSet & | lagrangePoints () const |
|
|
static const unsigned int | dimension = LagrangePointSet::dimension |
|
◆ Field
template<template< class, unsigned int > class LP, unsigned int dim, class F >
◆ LagrangePointSet
template<template< class, unsigned int > class LP, unsigned int dim, class F >
◆ interpolate() [1/2]
template<template< class, unsigned int > class LP, unsigned int dim, class F >
template<class Basis , class Matrix , decltype(std::declval< Matrix >().rows(), bool{}) = true, decltype(std::declval< Matrix >().cols(), bool{}) = true, decltype(std::declval< Matrix >().resize(0u, 0u), bool{}) = true>
◆ interpolate() [2/2]
template<template< class, unsigned int > class LP, unsigned int dim, class F >
template<class Fn , class Vector , decltype(std::declval< Vector >().size(), bool{}) = true, decltype(std::declval< Vector >().resize(0u), bool{}) = true>
◆ lagrangePoints()
template<template< class, unsigned int > class LP, unsigned int dim, class F >
◆ dimension
template<template< class, unsigned int > class LP, unsigned int dim, class F >
The documentation for this class was generated from the following file: