-
- Downloads
[test][SolverAbort] Check that the solver aborts when given an unsolvable system to solve.
Here we try to solve A*x=b for x, with ``` / 1 1 \ / 1 \ A = | |, b = | |, \ 1 1 / \ 2 / ``` which has no solution. In the CGSolver, the this leads to a NaN defect after 46 iterations. In BiCGSTABSolver this leads to "abs(h) < EPSILON" after 1.5 iterations. BiCGSTABSolver and RestartedGMResSolver also throw SolverAbort when they detect "breakdown", checking for that is left as a todo.
parent
87022110
No related branches found
No related tags found
dune/istl/test/solveraborttest.cc
0 → 100644
Please register or sign in to comment