|
dune-localfunctions 2.9.1
|
Loading...
Searching...
No Matches
Public Types |
Public Member Functions |
Protected Types |
Protected Attributes |
List of all members
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. | |
| ~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_ |
Detailed Description
template<class D, class R, int dim, int k>
class Dune::PQkLocalFiniteElementCache< D, R, dim, 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
-
D Type used for domain coordinates R Type used for shape function values dim Element dimension k Element order
Member Typedef Documentation
◆ FE
template<class D , class R , int dim, int k>
|
protected |
◆ FEMap
template<class D , class R , int dim, int k>
|
protected |
◆ FiniteElementType
template<class D , class R , int dim, int k>
| typedef FE Dune::PQkLocalFiniteElementCache< D, R, dim, k >::FiniteElementType |
Type of the finite elements stored in this cache.
◆ T
template<class D , class R , int dim, int k>
|
protected |
Constructor & Destructor Documentation
◆ PQkLocalFiniteElementCache() [1/2]
template<class D , class R , int dim, int k>
|
inline |
Default constructor.
◆ PQkLocalFiniteElementCache() [2/2]
template<class D , class R , int dim, int k>
|
inline |
Copy constructor.
◆ ~PQkLocalFiniteElementCache()
template<class D , class R , int dim, int k>
|
inline |
Member Function Documentation
◆ get()
template<class D , class R , int dim, int k>
|
inline |
Get local finite element for given GeometryType.
Member Data Documentation
◆ cache_
template<class D , class R , int dim, int k>
|
mutableprotected |
The documentation for this class was generated from the following file:
Legal Statements / Impressum | Hosted by TU Dresden & Uni Heidelberg | Generated by
1.9.8