Cleanup: Improve matrix-free handling in convection-diffusion-type local operators
- delete unused inheritances in local operators
- implement
jacobian_apply_volume()
andjacobian_apply_skeleton()
by forwarding to thealpha_volume()
andalpha_skeleton()
methods. The constant parts (that only depend on the test function) are already in thelambda_volume()
methods