Skip to content

Refactor Composite Functions

Marcus Mohr requested to merge mohr/refactorCompositeFuncs into master

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.

Merge request reports