This merge is the next step on the long road to make our operator and solver implementation more flexible, by changing over to BlockOperators. It refactors the composite functions
- P1StokesFunction
- P2P1TaylorHoodFunction
- P2P2StokesFunction
to be children of the BlockFunction
class.