Dune Core Modules (unstable)

Dune::PQkLocalFiniteElementCache< D, R, dim, k > Class Template Reference

A cache that stores all available Pk/Qk like local finite elements for the given dimension and order. More...

#include <dune/localfunctions/lagrange/pqkfactory.hh>

Public Types

typedef FE FiniteElementType
 Type of the finite elements stored in this cache.
 

Public Member Functions

 PQkLocalFiniteElementCache ()
 Default constructor.
 
 PQkLocalFiniteElementCache (const PQkLocalFiniteElementCache &other)
 Copy constructor.
 
const FiniteElementTypeget (const GeometryType &gt) const
 Get local finite element for given GeometryType.
 

Detailed Description

template<class D, class R, int dim, int k>
class Dune::PQkLocalFiniteElementCache< D, R, dim, k >

A cache that stores all available Pk/Qk like local finite elements for the given dimension and order.

An interface for dealing with different vertex orders is currently missing. So you can in general only use this for order=1,2 or with global DG spaces

Template Parameters
DType used for domain coordinates
RType used for shape function values
dimElement dimension
kElement order

The documentation for this class was generated from the following file:
Creative Commons License   |  Legal Statements / Impressum  |  Hosted by TU Dresden  |  generated with Hugo v0.80.0 (Apr 23, 22:30, 2024)