Skip to content

Feature/seq stokes solver

Timo Koch requested to merge feature/seq-stokes-solver into master
  • Adds a solver specialized for the Stokes problem
  • Add a helper to symmetrize Dirichlet, this can be used to make sure a symmetric matrix stays symmetric. Moreover it sometimes seems to help in the solver even for slightly non-symmetric problems
  • Test solver in the benchmark test

Merge request reports