Fix istl solver factory + uzawa for dune-2.7
!2013 (merged) applies to 3.2
Edited by Kilian Weishaupt
Merge request reports
Activity
Filter activity
changed milestone to %3.3
added Bug Fix label
@timok Dune complains about Uzawa not being registered in 2.7:
Dune::InvalidStateException [create:/temp/weishaupt/Dumux_testing/dune-common/dune/common/parameterizedobject.hh:80]: ParametrizedObjectFactory: key ``uzawa'' not registered
Do you have any idea?
mentioned in issue #829 (closed)
- Resolved by Timo Koch
Ok, got it. Dune::PreconditionerFactor expects a Matrix type in 2.7 and an Operator in master. It compiles but the error message really does not help.
added 4 commits
Toggle commit list- Resolved by Ned Coltman
@kweis Ok this works now with 2.7?
- Resolved by Ned Coltman
- Resolved by Kilian Weishaupt
added 10 commits
-
a5242491...32db16a9 - 6 commits from branch
master
- 55c866b6 - [linear][istlsolverfactorybackend] Make compile with dune-2.7
- c57a816c - [linear][preconditioners] Remove check for dune-2.7
- e8e584dd - [linear][preconditioners] Make compile with dune-2.7
- 40f655df - [linearsolverparameters] Add AMG.MaxLevel as default param
Toggle commit list-
a5242491...32db16a9 - 6 commits from branch
Please register or sign in to reply