Skip to content
Snippets Groups Projects
Commit 77892183 authored by Uli Sack's avatar Uli Sack Committed by usack
Browse files

Implemented interface method preprocess() (inherited from Solver).

Moved call of iterationStep->preprocess from LoopSolver::solve() to LoopSolver::preprocess()
ATTENTION:
This might affect your code although it's not an interface change. So far the LoopSolver::preprocess() method was empty and therefore it was working - although against the dune-solvers paradigm -
to call LoopSolver::solve() without calling LoopSolver::preprocess() before.
Now, YOU NEED TO CALL preprocess() otherwise your iteration step will not be initialized properly.

[[Imported from SVN: r7334]]
parent 6969a4d9
Branches
Tags
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment