Skip to content

Implement first-order Nedelec elements of the first kind for triangles

Oliver Sander requested to merge feature/nedelec-1st-kind-simplex-elements into master

The new implementation class is called Nedelec1stKindSimplexLocalFiniteElement. Simplex dimension and finite element order are template parameters, but this is an investment into the future: Only the case dim==2, order==1 are currently implemented.

Merge request reports