dune-localfunctions 2.10
Loading...
Searching...
No Matches
Public Types | Static Public Member Functions | 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
 
typedef const LocalLagrangeInterpolation< LP, dim, F > Object
 

Static Public Member Functions

template<GeometryType::Id geometryId>
static Objectcreate (const Key &key)
 
template<GeometryType::Id geometryId>
static bool supports (const Key &key)
 
static void release (Object *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

◆ Object

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

Member Function Documentation

◆ create()

template<template< class, unsigned int > class LP, unsigned int dim, class F >
template<GeometryType::Id geometryId>
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<GeometryType::Id geometryId>
static bool Dune::LagrangeInterpolationFactory< LP, dim, F >::supports ( const Key key)
inlinestatic

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