dune-localfunctions 2.11
Loading...
Searching...
No Matches
Implementation of local function elements
Collaboration diagram for Implementation of local function elements:

Topics

 Implementation of Brezzi-Douglas-Fortin-Marini elements
 Implementation of Brezzi-Douglas-Marini elements
 Implementation of Lagrange elements
 Implementation of Nedelec elements
 Implementation of Dual Mortar basis elements
 Implementation of Monomial elements
 Implementation of Rannacher-Turek elements
 Implementation of Raviart-Thomas elements
 Implementation of Whitney elements

Classes

class  Dune::CubeQ1BubbleLocalBasis< D, R, dim >
 Q1 basis in dim-d enriched by an (order 2) element bubble function. More...
class  Dune::CubeQ1BubbleLocalCoefficients< dim >
 The Local keys associated to the dim-d local basis functions. More...
class  Dune::CubeQ1BubbleLocalInterpolation< LB >
 Interpolation into the CubeQ1BubbleLocalBasis. More...
class  Dune::SimplexP1BubbleLocalBasis< D, R, dim >
 P1 basis in dim-d enriched by an (order dim+1) element bubble function. More...
class  Dune::SimplexP1BubbleLocalCoefficients< dim >
 The Local keys associated to the dim-d local basis functions. More...
class  Dune::SimplexP1BubbleLocalInterpolation< LB >
 Interpolation into the SimplexP1BubbleLocalBasis. More...
class  Dune::HierarchicalSimplexP2LocalBasis< D, R, 1 >
 Hierarchical P2 basis in 1d. More...
class  Dune::HierarchicalSimplexP2LocalBasis< D, R, 2 >
 Hierarchical P2 basis in 2d. More...
class  Dune::HierarchicalSimplexP2LocalBasis< D, R, 3 >
 Hierarchical P2 basis in 3d. More...
class  Dune::HierarchicalSimplexP2WithElementBubbleLocalBasis< D, R, dim >
 P1 basis in dim-d enriched by quadratic edge bubble functions and an element bubble function of order dim+1. More...
class  Dune::HierarchicalSimplexP2WithElementBubbleLocalCoefficients< dim >
 The local keys of the hierarchical basis functions with element bubble. More...
class  Dune::HierarchicalSimplexP2WithElementBubbleLocalInterpolation< LB, dim >
class  Dune::PowerFiniteElementFactory< BackendFiniteElement, dimR >
 Factory for meta-finite elements turning scalar finite elements into vector-valued ones. More...
class  Dune::PowerBasis< Backend, dimR >
 Meta-basis turning a scalar basis into vector-valued basis. More...
class  Dune::PowerCoefficients
 Meta-coefficients turning a scalar coefficients into vector-valued coefficients. More...
class  Dune::PowerInterpolation< Backend, BasisTraits >
 Meta-interpolation turning a scalar interpolation into vector-valued interpolation. More...
class  Dune::RefinedSimplexLocalBasis< D, 1 >
 Base class for LocalBasis classes based on uniform refinement in 1D; provides numbering and local coordinates of subelements. More...
class  Dune::RefinedSimplexLocalBasis< D, 2 >
 Base class for LocalBasis classes based on uniform refinement in 2D; provides numbering and local coordinates of subelements. More...
class  Dune::RefinedSimplexLocalBasis< D, 3 >
 Base class for LocalBasis classes based on uniform refinement in 3D; provides numbering and local coordinates of subelements. More...
class  Dune::RefinedP0LocalBasis< D, R, dim >
 Uniformly refined constant shape functions on a unit simplex in R^dim. More...
class  Dune::RefinedP0LocalCoefficients< k >
 Layout map for RefinedP0 elements. More...
class  Dune::RefinedP0LocalInterpolation< LB >
class  Dune::RefinedP0LocalInterpolation< RefinedP0LocalBasis< D, R, 1 > >
class  Dune::RefinedP0LocalInterpolation< RefinedP0LocalBasis< D, R, 2 > >
class  Dune::RefinedP0LocalInterpolation< RefinedP0LocalBasis< D, R, 3 > >
class  Dune::RefinedP1LocalBasis< D, R, 1 >
 Uniformly refined linear Lagrange shape functions in 1D. More...
class  Dune::RefinedP1LocalBasis< D, R, 2 >
 Uniformly refined linear Lagrange shape functions on the triangle. More...
class  Dune::RefinedP1LocalBasis< D, R, 3 >
 Uniformly refined linear Lagrange shape functions on the 3D-simplex (tetrahedron). More...

Detailed Description