|
dune-localfunctions
2.4.1
|
Takes the basis factory from a given LocalFiniteElement (derived from GenericLocalFiniteElement) and replaces the coefficients with dg local keys, i.e., attaches all degrees of freedom to the codimension zero entity and uses a l2 interpolation. More...
#include <dune/localfunctions/utility/localfiniteelement.hh>

Public Types | |
| typedef GenericLocalFiniteElement < typename FE::BasisFactory, DGLocalCoefficientsFactory < typename FE::BasisFactory > , LocalL2InterpolationFactory < typename FE::BasisFactory, false > > | Base |
| typedef Base::Traits | Traits |
| typedef GenericLocalFiniteElement < FE::BasisFactory, DGLocalCoefficientsFactory < FE::BasisFactory > , LocalL2InterpolationFactory < FE::BasisFactory, false > > | This |
| typedef FE::BasisFactory::Key | Key |
| typedef FE::BasisFactory | BasisFactory |
| typedef DGLocalCoefficientsFactory < FE::BasisFactory > | CoefficientFactory |
| typedef LocalL2InterpolationFactory < FE::BasisFactory, false > | InterpolationFactory |
Public Member Functions | |
| L2LocalFiniteElement (const GeometryType >, const typename Base::Key &key) | |
Static Public Attributes | |
| static const unsigned int | dimDomain |
Takes the basis factory from a given LocalFiniteElement (derived from GenericLocalFiniteElement) and replaces the coefficients with dg local keys, i.e., attaches all degrees of freedom to the codimension zero entity and uses a l2 interpolation.
| typedef GenericLocalFiniteElement< typename FE::BasisFactory, DGLocalCoefficientsFactory< typename FE::BasisFactory >, LocalL2InterpolationFactory< typename FE::BasisFactory, false > > Dune::L2LocalFiniteElement< FE >::Base |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
| typedef Base::Traits Dune::L2LocalFiniteElement< FE >::Traits |
|
inline |
|
staticinherited |
1.8.8