dune-localfunctions  2.2.1
Public Types | Public Member Functions | Static Public Attributes | Friends | 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
 

Friends

class LagrangeInterpolationFactory< LP, dim, F >
 

Member Typedef Documentation

template<template< class, unsigned int > class LP, unsigned int dim, class F >
typedef LagrangePointSet::Field Dune::LocalLagrangeInterpolation< LP, dim, F >::Field
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

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

References Dune::field_cast().

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
template<template< class, unsigned int > class LP, unsigned int dim, class F >
const LagrangePointSet& Dune::LocalLagrangeInterpolation< LP, dim, F >::lagrangePoints ( ) const
inline

Friends And Related Function Documentation

template<template< class, unsigned int > class LP, unsigned int dim, class F >
friend class LagrangeInterpolationFactory< LP, dim, F >
friend

Member Data Documentation

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: