Skip to content

Cleanup MultiDomainNewtonSolver

Dennis Gläser requested to merge fix/newton-constructor into master

The way I see it the newton solver class does not receive the time loop anymore but uses the isStationary query from the assembler. This fixes the comment above the constructor and removes the non-compiling constructor from the multidomain newton solver.

TODO:

  • run tests
Edited by Timo Koch

Merge request reports