dune-localfunctions
2.4.1
|
Takes the basis and interpolation 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. More...
#include <dune/localfunctions/utility/localfiniteelement.hh>
Public Types | |
typedef GenericLocalFiniteElement < typename FE::BasisFactory, DGLocalCoefficientsFactory < typename FE::BasisFactory > , typename FE::InterpolationFactory > | Base |
typedef Base::Traits | Traits |
typedef GenericLocalFiniteElement < FE::BasisFactory, DGLocalCoefficientsFactory < FE::BasisFactory > , FE::InterpolationFactory > | This |
typedef FE::BasisFactory::Key | Key |
typedef FE::BasisFactory | BasisFactory |
typedef DGLocalCoefficientsFactory < FE::BasisFactory > | CoefficientFactory |
typedef FE::InterpolationFactory | InterpolationFactory |
Public Member Functions | |
DGLocalFiniteElement (const GeometryType >, const typename Base::Key &key) | |
Static Public Attributes | |
static const unsigned int | dimDomain |
Takes the basis and interpolation 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.
typedef GenericLocalFiniteElement< typename FE::BasisFactory, DGLocalCoefficientsFactory< typename FE::BasisFactory >, typename FE::InterpolationFactory> Dune::DGLocalFiniteElement< FE >::Base |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
typedef Base::Traits Dune::DGLocalFiniteElement< FE >::Traits |
|
inline |
|
staticinherited |