File: CHANGELOG.md

package info (click to toggle)
dune-istl 2.6.0-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 3,048 kB
  • sloc: cpp: 30,346; makefile: 3
file content (10 lines) | stat: -rw-r--r-- 404 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
# Release 2.6

- `BDMatrix` objects can now be constructed and assigned from `std::initializer_list`.

- `BDMatrix` and `BTDMatrix` now implement the `setSize` method, which allows to
  resize existing matrix objects.

- The solver infrastructure was updated to support SIMD data types (see
  current changes in `dune-common`). This allows to solve multiple systems
  simultaniously using vectorization.