dune-localfunctions 2.10
|
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. | |
~PQkLocalFiniteElementCache () | |
const FiniteElementType & | get (const GeometryType >) const |
Get local finite element for given GeometryType. | |
Protected Types | |
typedef P0LocalFiniteElement< D, R, dim >::Traits::LocalBasisType::Traits | T |
typedef LocalFiniteElementVirtualInterface< T > | FE |
typedef std::map< GeometryType, FE * > | FEMap |
Protected Attributes | |
FEMap | cache_ |
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
D | Type used for domain coordinates |
R | Type used for shape function values |
dim | Element dimension |
k | Element order |
|
protected |
|
protected |
typedef FE Dune::PQkLocalFiniteElementCache< D, R, dim, k >::FiniteElementType |
Type of the finite elements stored in this cache.
|
protected |
|
inline |
Default constructor.
|
inline |
Copy constructor.
|
inline |
|
inline |
Get local finite element for given GeometryType.
|
mutableprotected |