dune-localfunctions 2.10
Loading...
Searching...
No Matches
Public Types | Static Public Member Functions | Static Public Attributes | List of all members
Dune::DGLocalCoefficientsFactory< BasisFactory > Struct Template Reference

A factory class for the dg local coefficients. More...

#include <dune/localfunctions/utility/dglocalcoefficients.hh>

Public Types

typedef BasisFactory::Key Key
 
typedef const DGLocalCoefficients Object
 

Static Public Member Functions

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

Static Public Attributes

static const unsigned int dimension = BasisFactory::dimension
 

Detailed Description

template<class BasisFactory>
struct Dune::DGLocalCoefficientsFactory< BasisFactory >

A factory class for the dg local coefficients.

Member Typedef Documentation

◆ Key

template<class BasisFactory >
typedef BasisFactory::Key Dune::DGLocalCoefficientsFactory< BasisFactory >::Key

◆ Object

template<class BasisFactory >
typedef const DGLocalCoefficients Dune::DGLocalCoefficientsFactory< BasisFactory >::Object

Member Function Documentation

◆ create()

template<class BasisFactory >
template<GeometryType::Id geometryId>
static Object * Dune::DGLocalCoefficientsFactory< BasisFactory >::create ( const Key key)
inlinestatic

◆ release()

template<class BasisFactory >
static void Dune::DGLocalCoefficientsFactory< BasisFactory >::release ( Object object)
inlinestatic

Member Data Documentation

◆ dimension

template<class BasisFactory >
const unsigned int Dune::DGLocalCoefficientsFactory< BasisFactory >::dimension = BasisFactory::dimension
static

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