Implement the 'partial' method for all LocalBasis classes
This patch implements the 'partial' method for all LocalBasis classes that didn't have one previously. All classes implement zero-order partial derivatives, and quite a few also implement first order.
The test-localfe test is extended to test for zero-order partial in all cases. It is up for debate whether first-order partial derivatives should also be mandatory.