Skip to content

[richards] fix parallel test

Bernd Flemisch requested to merge fix/test-richards-parallel into master

Commit 219dd9 defaulted the linear solver to a sequential one. Since the box Richards test is running in parallel, a parallel linear solver has to be set. The AMGBackend gives slightly different results above the fuzzy threshold. Therefore, also the reference solution is adapted.

Merge request reports