template<class D, class R, int dim, int k>
class Dune::Nedelec1stKindCubeLocalFiniteElement< D, R, dim, k >
Nédélec elements of the first kind for cube elements.
These elements have been described in :
J.C. Nédélec, "Mixed finite elements in R^3", Numer.Math., 35(3):315-341,1980. DOI: http://dx.doi.org/10.1007/BF01396415
The order count starts at '1'. This is the counting used, e.g., by Nédélec himself, and by Kirby, Logg, Rognes, Terrel, "Common and unusual finite elements", https://doi.org/10.1007/978-3-642-23099-8_3
- Note
- These shape functions are implemented for the reference cube only! The transformation to other cubes has to be done by the user.
- Template Parameters
-
D | Number type used for domain coordinates |
R | Number type use for shape function values |
dim | Dimension of the domain |
k | Order of the Nedelec finite element (lowest is 1) |