Implement first-order Nedelec elements of the first kind for triangles
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.