dune-localfunctions 2.10
Loading...
Searching...
No Matches
Public Types | Static Public Member Functions | Public Attributes | Static Public Attributes | List of all members
Dune::LagrangeCoefficientsFactory< LP, dim, F > Struct Template Reference

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

Public Types

typedef std::size_t Key
 

Static Public Member Functions

template<GeometryType::Id geometryId>
static Objectcreate (const Key &order)
 
static void release (Object *object)
 

Public Attributes

const typedef LP< F, dim > Object
 

Static Public Attributes

static const unsigned int dimension = dim
 

Member Typedef Documentation

◆ Key

template<template< class, unsigned int > class LP, unsigned int dim, class F >
typedef std::size_t Dune::LagrangeCoefficientsFactory< LP, dim, F >::Key

Member Function Documentation

◆ create()

template<template< class, unsigned int > class LP, unsigned int dim, class F >
template<GeometryType::Id geometryId>
static Object * Dune::LagrangeCoefficientsFactory< LP, dim, F >::create ( const Key order)
inlinestatic

◆ release()

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

Member Data Documentation

◆ dimension

template<template< class, unsigned int > class LP, unsigned int dim, class F >
const unsigned int Dune::LagrangeCoefficientsFactory< LP, dim, F >::dimension = dim
static

◆ Object

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

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