dune-localfunctions  2.1.1
Public Types | Public Member Functions | Static Public Attributes | Friends
Dune::LocalLagrangeInterpolation< LP, dim, F > Class Template Reference

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

List of all members.

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 >

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