dune-localfunctions  2.2.1
Classes | Namespaces
localfiniteelement.hh File Reference
#include <dune/geometry/type.hh>
#include <dune/geometry/genericgeometry/conversion.hh>
#include <dune/localfunctions/common/localfiniteelementtraits.hh>
#include <dune/localfunctions/utility/l2interpolation.hh>
#include <dune/localfunctions/utility/dglocalcoefficients.hh>

Go to the source code of this file.

Classes

struct  Dune::GenericLocalFiniteElement< BasisF, CoeffF, InterpolF >
 A LocalFiniteElement implementation bassed on three TopologyFactories providing the LocalBasis, LocalCoefficients, and LocalInterpolations. Note the key type for all three factories must coincide. More...
 
struct  Dune::GenericLocalFiniteElement< BasisF, CoeffF, InterpolF >::FiniteElement::Maker< Topology >
 
struct  Dune::DGLocalFiniteElement< FE >
 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...
 
struct  Dune::L2LocalFiniteElement< FE >
 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...
 

Namespaces

namespace  Dune