dune-localfunctions  2.2.1
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 >:

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

template<template< class, unsigned int > class LP, unsigned int dim, class F >
typedef Traits::Key Dune::LagrangeInterpolationFactory< LP, dim, F >::Key
template<template< class, unsigned int > class LP, unsigned int dim, class F >
typedef Traits::Object Dune::LagrangeInterpolationFactory< LP, dim, F >::Object
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

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
template<template< class, unsigned int > class LP, unsigned int dim, class F >
static void Dune::LagrangeInterpolationFactory< LP, dim, F >::release ( Object object)
inlinestatic
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: