-
- Downloads
[!240] Allow number types as entries of matrix and vector types
Merge branch 'allow-blockvector-of-doubles' into 'master' ref:core/dune-istl So, for example, you can write BlockVector<double> instead of BlockVector<FieldVector<double,1> > and it will do what you expect it to do. With this patch, any type for which Dune::IsNumber<T>::value returns true will end the recursion. See merge request [!240] [!240]: gitlab.dune-project.org/core/dune-istl/merge_requests/240
Showing
- CHANGELOG.md 9 additions, 0 deletionsCHANGELOG.md
- dune/istl/bcrsmatrix.hh 228 additions, 87 deletionsdune/istl/bcrsmatrix.hh
- dune/istl/bdmatrix.hh 11 additions, 4 deletionsdune/istl/bdmatrix.hh
- dune/istl/btdmatrix.hh 76 additions, 21 deletionsdune/istl/btdmatrix.hh
- dune/istl/bvector.hh 175 additions, 52 deletionsdune/istl/bvector.hh
- dune/istl/matrix.hh 194 additions, 100 deletionsdune/istl/matrix.hh
- dune/istl/test/bvectortest.cc 20 additions, 20 deletionsdune/istl/test/bvectortest.cc
- dune/istl/test/dotproducttest.cc 21 additions, 9 deletionsdune/istl/test/dotproducttest.cc
- dune/istl/test/matrixtest.cc 142 additions, 7 deletionsdune/istl/test/matrixtest.cc
- dune/istl/test/vbvectortest.cc 9 additions, 0 deletionsdune/istl/test/vbvectortest.cc
- dune/istl/vbvector.hh 2 additions, 5 deletionsdune/istl/vbvector.hh
Loading
Please register or sign in to comment