Skip to content

Implement the 'partial' method for all LocalBasis classes

Oliver Sander requested to merge feature/implement-partial-methods into master

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.

Merge request reports