Changes enumeration of elements and basisfunction to consistent scheme
The element reordering as it stands is currently optional, but the basisfunction reordering is forced. This is because any call to LRSpline::generateIDs() will overwrite the enumeration given by LRSpline::renumberBasisfunctions(). generateIDs() is frequently called, for instance during write-to-file, so I couldn't find a good way around this. Let me know if you have any suggestions.
Hopefully this will not break any downstream applications such as IFEM, but it is not unthinkable that it is going to since the new enumeration scheme is forced.
As requested @TheBB
Wow, I didn't expect this so quickly.
Will try to build the python bindings against this, at least.
Rebased on #42 which will be merged shortly