Skip to content

Feature/pdesolver

Timo Koch requested to merge feature/pdesolver into master
  • Implement abstract base class for PDESolvers
  • Make NewtonSolver inherit from this new base class
  • Implement LinearPDESolver based on this class
  • Use the linear pde solver in one of the 1p tests

Merge request reports