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

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

Public Types

typedef LagrangeCoefficientsFactory< LP, dim, F > LagrangePointSetFactory
 
typedef LagrangePointSetFactory::Object LagrangePointSet
 
typedef LagrangePointSetFactory::Key Key
 

Static Public Member Functions

template<class Topology >
static Objectcreate (const Key &key)
 
template<class Topology >
static bool supports (const Key &key)
 
static void release (Object *object)
 

Public Attributes

const typedef LocalLagrangeInterpolation< LP, dim, F > Object
 

Member Typedef Documentation

◆ Key

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

◆ LagrangePointSet

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

◆ LagrangePointSetFactory

template<template< class, unsigned int > class LP, unsigned int dim, class F >
typedef LagrangeCoefficientsFactory<LP,dim,F> Dune::LagrangeInterpolationFactory< LP, dim, F >::LagrangePointSetFactory

Member Function Documentation

◆ create()

template<template< class, unsigned int > class LP, unsigned int dim, class F >
template<class Topology >
static Object* Dune::LagrangeInterpolationFactory< LP, dim, F >::create ( 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 Key key)
inlinestatic

Member Data Documentation

◆ Object

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

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