#include <dune/localfunctions/lagrange/interpolation.hh>
|
template<class Fn , class Vector > |
auto | interpolate (const Fn &fn, Vector &coefficients) const -> std::enable_if_t< std::is_same< decltype(std::declval< Vector >().resize(1)), void >::value, void > |
|
template<class Basis , class Matrix > |
auto | interpolate (const Basis &basis, Matrix &coefficients) const -> std::enable_if_t< std::is_same< decltype(std::declval< Matrix >().rowPtr(0)), typename Matrix::Field * >::value, void > |
|
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 >
auto Dune::LocalLagrangeInterpolation< LP, dim, F >::interpolate |
( |
const Basis & | basis, |
|
|
Matrix & | coefficients ) const -> std::enable_if_t< std::is_same<
decltype(std::declval<Matrix>().rowPtr(0)), typename Matrix::Field* >::value,void>
|
|
inline |
◆ interpolate() [2/2]
template<template< class, unsigned int > class LP, unsigned int dim, class F >
template<class Fn , class Vector >
auto Dune::LocalLagrangeInterpolation< LP, dim, F >::interpolate |
( |
const Fn & | fn, |
|
|
Vector & | coefficients ) const -> std::enable_if_t< std::is_same< decltype(std::declval<Vector>().resize(1) ),void >::value,void>
|
|
inline |
◆ 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: