Make FastAMG work with non-blocked matrices
All threads resolved!
All threads resolved!
The internal operations of FastAMG
assumed that the entries
of the matrix are vectors are matrices and vectors themselves
by making use of the dune matrix and vector interfaces. As a
consequence FastAMG
cannot be used with BCRSMatrix<double>
in contrast to BCRSMatrix<FieldMatrix<double,1,1>>
.
This patch introduces IsNumber
-based switches in the respective
places that use plain arithmetic operators if the matrix/vector
is not blocked thus adds the missing support for e.g. BCRSMatrix<double>
.
Merge request reports
Activity
assigned to @markus.blatt
added 16 commits
-
e0ac95e0...8de016aa - 15 commits from branch
master
- 07b05428 - Make FastAMG work with non-blocked matrices
-
e0ac95e0...8de016aa - 15 commits from branch
mentioned in merge request dune-common!1499
- Resolved by Carsten Gräser
- Resolved by Carsten Gräser
mentioned in commit e4079597
Please register or sign in to reply