Skip to content

dune 2.7 updated some preconditioners in istl such that some precompiler files had to be fixed

Praetorius, Simon requested to merge issue/updated_dune_2-7 into master

in dune istl the SeqGS preconditioner changed from a class to a typedef to SeqSOR. A typedef can not be explicitly instantiated, leading to a compiler error. This is resolved in this MR.

Merge request reports