Skip to content

Kill test-localfe

Oliver Sander requested to merge kill-test-localfe into master

test-localfe contains way too much stuff: It performs the standard tests for all local finite elements implemented in the module. This merge request splits up test-localfe.cc into several smaller test files. Each of the new files tests only one particular class of finite elements, like 'all Lagrange', or 'all Raviart-Thomas', etc

Merge request reports