-
- Downloads
[!264] Implement ILU and ILDL preconditioners for scalar matrix entries
Merge branch 'implement-ilu-double' into 'master' ref:core/dune-istl This merge request shifts to a new implementation strategy: There are methods toVector and toMatrix now that interpret scalars as FieldVector or FieldMatrix objects, respectively. That allows to get rid of the Hybrid::ifElse pattern, which is legible but longer. See merge request [!264] [!264]: gitlab.dune-project.org/core/dune-istl/merge_requests/264
No related branches found
No related tags found
Showing
- dune/istl/bvector.hh 50 additions, 0 deletionsdune/istl/bvector.hh
- dune/istl/ildl.hh 23 additions, 7 deletionsdune/istl/ildl.hh
- dune/istl/ilu.hh 16 additions, 33 deletionsdune/istl/ilu.hh
- dune/istl/test/hilbertmatrix.hh 6 additions, 0 deletionsdune/istl/test/hilbertmatrix.hh
- dune/istl/test/iluildltest.cc 8 additions, 7 deletionsdune/istl/test/iluildltest.cc
Loading
Please register or sign in to comment