DUNE-FEM (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 FiniteElementType & | get (const GeometryType >) 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 >
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
The documentation for this class was generated from the following file:
- dune/localfunctions/lagrange/pqkfactory.hh
|
Legal Statements / Impressum |
Hosted by TU Dresden |
generated with Hugo v0.111.3
(Nov 12, 23:30, 2024)