dune-localfunctions  2.5-git
Public Types | Static Public Member Functions | List of all members
Dune::LagrangeInterpolationFactory< LP, dim, F > Struct Template Reference

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

Inheritance diagram for Dune::LagrangeInterpolationFactory< LP, dim, F >:
Inheritance graph

Public Types

typedef LagrangeInterpolationFactoryTraits< LP, dim, F > Traits
 
typedef Traits::Key Key
 
typedef Traits::Object Object
 

Static Public Member Functions

template<class Topology >
static ObjectcreateObject (const Key &key)
 
template<class Topology >
static bool supports (const typename Traits::Key &key)
 
static void release (Object *object)
 

Member Typedef Documentation

§ Key

template<template< class, unsigned int > class LP, unsigned int dim, class F >
typedef Traits::Key Dune::LagrangeInterpolationFactory< LP, dim, F >::Key

§ Object

template<template< class, unsigned int > class LP, unsigned int dim, class F >
typedef Traits::Object Dune::LagrangeInterpolationFactory< LP, dim, F >::Object

§ Traits

template<template< class, unsigned int > class LP, unsigned int dim, class F >
typedef LagrangeInterpolationFactoryTraits< LP,dim,F > Dune::LagrangeInterpolationFactory< LP, dim, F >::Traits

Member Function Documentation

§ createObject()

template<template< class, unsigned int > class LP, unsigned int dim, class F >
template<class Topology >
static Object* Dune::LagrangeInterpolationFactory< LP, dim, F >::createObject ( const Key key)
inlinestatic

§ release()

template<template< class, unsigned int > class LP, unsigned int dim, class F >
static void Dune::LagrangeInterpolationFactory< LP, dim, F >::release ( Object object)
inlinestatic

§ supports()

template<template< class, unsigned int > class LP, unsigned int dim, class F >
template<class Topology >
static bool Dune::LagrangeInterpolationFactory< LP, dim, F >::supports ( const typename Traits::Key key)
inlinestatic

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