dune-localfunctions  2.11
Public Types | Static Public Member Functions | Static Public Attributes | List of all members
Dune::LagrangeBasisFactory< LP, dim, D, R, SF, CF > Struct Template Reference

Factory for Lagrange local basis based on a Lagrange point-set. More...

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

Inheritance diagram for Dune::LagrangeBasisFactory< LP, dim, D, R, SF, CF >:
Inheritance graph

Public Types

typedef D Domain
 
typedef R Range
 
typedef SF StorageField
 
typedef CF ComputeField
 
typedef MonomialBasisFactory< dim, CF > PreBasisFactory
 
typedef PreBasisFactory::Object PreBasis
 
typedef LagrangeInterpolationFactory< LP, dim, CF > InterpolationFactory
 
typedef InterpolationFactory::Object Interpolation
 
typedef PreBasisFactory::template EvaluationBasisFactory< dim, SF >::Type MonomialBasisFactory
 
typedef MonomialBasisFactory::Object MonomialBasis
 
typedef StandardEvaluator< MonomialBasisEvaluator
 
typedef PolynomialBasisWithMatrix< Evaluator, SparseCoeffMatrix< SF, dimRange >, D, R > Basis
 
typedef const Basis Object
 
typedef InterpolationFactory::Key Key
 

Static Public Member Functions

static Objectcreate (const Key &key)
 
static void release (Object *object)
 release the object returned by the create methods More...
 

Static Public Attributes

static const unsigned int dimension
 
static const unsigned int dimRange
 

Detailed Description

template<template< class, unsigned int > class LP, unsigned int dim, class D, class R, class SF = R, class CF = SF>
struct Dune::LagrangeBasisFactory< LP, dim, D, R, SF, CF >

Factory for Lagrange local basis based on a Lagrange point-set.

Template Parameters
LPTemplate class defining the points for the lagrange interpolation
dimDimension of reference elements
DDomain field-type of the basis functions
RRange field-type of the basis functions
SFStorage field-type for basis matrix
CFCompute field-type for basis matrix

Member Typedef Documentation

◆ Basis

typedef PolynomialBasisWithMatrix< Evaluator, SparseCoeffMatrix< SF, dimRange >, D, R > Dune::DefaultBasisFactory< MonomialBasisFactory< dim, CF > , LagrangeInterpolationFactory< LP, dim, CF > , dim, dimR, D, R, SF, CF, Identity >::Basis
inherited

◆ ComputeField

typedef CF Dune::DefaultBasisFactory< MonomialBasisFactory< dim, CF > , LagrangeInterpolationFactory< LP, dim, CF > , dim, dimR, D, R, SF, CF, Identity >::ComputeField
inherited

◆ Domain

typedef D Dune::DefaultBasisFactory< MonomialBasisFactory< dim, CF > , LagrangeInterpolationFactory< LP, dim, CF > , dim, dimR, D, R, SF, CF, Identity >::Domain
inherited

◆ Evaluator

typedef StandardEvaluator< MonomialBasis > Dune::DefaultBasisFactory< MonomialBasisFactory< dim, CF > , LagrangeInterpolationFactory< LP, dim, CF > , dim, dimR, D, R, SF, CF, Identity >::Evaluator
inherited

◆ Interpolation

typedef InterpolationFactory::Object Dune::DefaultBasisFactory< MonomialBasisFactory< dim, CF > , LagrangeInterpolationFactory< LP, dim, CF > , dim, dimR, D, R, SF, CF, Identity >::Interpolation
inherited

◆ InterpolationFactory

typedef LagrangeInterpolationFactory< LP, dim, CF > Dune::DefaultBasisFactory< MonomialBasisFactory< dim, CF > , LagrangeInterpolationFactory< LP, dim, CF > , dim, dimR, D, R, SF, CF, Identity >::InterpolationFactory
inherited

◆ Key

typedef InterpolationFactory::Key Dune::DefaultBasisFactory< MonomialBasisFactory< dim, CF > , LagrangeInterpolationFactory< LP, dim, CF > , dim, dimR, D, R, SF, CF, Identity >::Key
inherited

◆ MonomialBasis

typedef MonomialBasisFactory::Object Dune::DefaultBasisFactory< MonomialBasisFactory< dim, CF > , LagrangeInterpolationFactory< LP, dim, CF > , dim, dimR, D, R, SF, CF, Identity >::MonomialBasis
inherited

◆ MonomialBasisFactory

typedef PreBasisFactory::template EvaluationBasisFactory<dim,SF>::Type Dune::DefaultBasisFactory< MonomialBasisFactory< dim, CF > , LagrangeInterpolationFactory< LP, dim, CF > , dim, dimR, D, R, SF, CF, Identity >::MonomialBasisFactory
inherited

◆ Object

typedef const Basis Dune::DefaultBasisFactory< MonomialBasisFactory< dim, CF > , LagrangeInterpolationFactory< LP, dim, CF > , dim, dimR, D, R, SF, CF, Identity >::Object
inherited

◆ PreBasis

typedef PreBasisFactory::Object Dune::DefaultBasisFactory< MonomialBasisFactory< dim, CF > , LagrangeInterpolationFactory< LP, dim, CF > , dim, dimR, D, R, SF, CF, Identity >::PreBasis
inherited

◆ PreBasisFactory

typedef MonomialBasisFactory< dim, CF > Dune::DefaultBasisFactory< MonomialBasisFactory< dim, CF > , LagrangeInterpolationFactory< LP, dim, CF > , dim, dimR, D, R, SF, CF, Identity >::PreBasisFactory
inherited

◆ Range

typedef R Dune::DefaultBasisFactory< MonomialBasisFactory< dim, CF > , LagrangeInterpolationFactory< LP, dim, CF > , dim, dimR, D, R, SF, CF, Identity >::Range
inherited

◆ StorageField

typedef SF Dune::DefaultBasisFactory< MonomialBasisFactory< dim, CF > , LagrangeInterpolationFactory< LP, dim, CF > , dim, dimR, D, R, SF, CF, Identity >::StorageField
inherited

Member Function Documentation

◆ create()

static Object* Dune::DefaultBasisFactory< MonomialBasisFactory< dim, CF > , LagrangeInterpolationFactory< LP, dim, CF > , dim, dimR, D, R, SF, CF, Identity >::create ( const Key key)
inlinestaticinherited

◆ release()

static void Dune::DefaultBasisFactory< MonomialBasisFactory< dim, CF > , LagrangeInterpolationFactory< LP, dim, CF > , dim, dimR, D, R, SF, CF, Identity >::release ( Object object)
inlinestaticinherited

release the object returned by the create methods

Member Data Documentation

◆ dimension

const unsigned int Dune::DefaultBasisFactory< MonomialBasisFactory< dim, CF > , LagrangeInterpolationFactory< LP, dim, CF > , dim, dimR, D, R, SF, CF, Identity >::dimension
staticinherited

◆ dimRange

const unsigned int Dune::DefaultBasisFactory< MonomialBasisFactory< dim, CF > , LagrangeInterpolationFactory< LP, dim, CF > , dim, dimR, D, R, SF, CF, Identity >::dimRange
staticinherited

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