dune-localfunctions  2.6-git
Public Types | Public Member Functions | Static Public Attributes | List of all members
Dune::LocalLagrangeInterpolation< LP, dim, F > Class Template Reference

#include <dune/localfunctions/lagrange/interpolation.hh>

Public Types

typedef LP< F, dim > LagrangePointSet
 
typedef LagrangePointSet::Field Field
 

Public Member Functions

template<class Function , class Fy >
void interpolate (const Function &function, std::vector< Fy > &coefficients) const
 
template<class Matrix , class Basis >
void interpolate (const Basis &basis, Matrix &coefficients) const
 
const LagrangePointSetlagrangePoints () const
 

Static Public Attributes

static const unsigned int dimension = LagrangePointSet::dimension
 

Member Typedef Documentation

◆ Field

template<template< class, unsigned int > class LP, unsigned int dim, class F >
typedef LagrangePointSet::Field Dune::LocalLagrangeInterpolation< LP, dim, F >::Field

◆ LagrangePointSet

template<template< class, unsigned int > class LP, unsigned int dim, class F >
typedef LP<F,dim> Dune::LocalLagrangeInterpolation< LP, dim, F >::LagrangePointSet

Member Function Documentation

◆ interpolate() [1/2]

template<template< class, unsigned int > class LP, unsigned int dim, class F >
template<class Matrix , class Basis >
void Dune::LocalLagrangeInterpolation< LP, dim, F >::interpolate ( const Basis &  basis,
Matrix &  coefficients 
) const
inline

◆ interpolate() [2/2]

template<template< class, unsigned int > class LP, unsigned int dim, class F >
template<class Function , class Fy >
void Dune::LocalLagrangeInterpolation< LP, dim, F >::interpolate ( const Function &  function,
std::vector< Fy > &  coefficients 
) const
inline

◆ lagrangePoints()

template<template< class, unsigned int > class LP, unsigned int dim, class F >
const LagrangePointSet& Dune::LocalLagrangeInterpolation< LP, dim, F >::lagrangePoints ( ) const
inline

Member Data Documentation

◆ dimension

template<template< class, unsigned int > class LP, unsigned int dim, class F >
const unsigned int Dune::LocalLagrangeInterpolation< LP, dim, F >::dimension = LagrangePointSet::dimension
static

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