Go to the source code of this file.
|
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...
|
|