Fixes for the dune-fem linear solver backend #1
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
this fixes the abstractions of the backends introduced by OPM#511. note that I only tested the
FemSolverBackend
, so your milage with theAmgXSolverBackend
andPetscSolverBackend
classes will vary. (the adaptations required for them should be small, though.)Also, I noticed that using the
FemSolverBackend
for thelens_immiscible_ecfv_ad
test regresses linear solver performance by more than factor 2 on my machine (0.425 seconds for the linear solver withFemSolverBackend
versus 0.196 seconds with the default)