Skip to content
Snippets Groups Projects
Commit e233914a authored by Ansgar Burchardt's avatar Ansgar Burchardt
Browse files

Merge branch 'edit-changelog' into 'master'

CHANGELOG.MD: Be more precise about FieldTraits requirement in ISTL vector types

See merge request !466
parents dcd3dce2 dc21276b
No related branches found
No related tags found
1 merge request!466CHANGELOG.MD: Be more precise about FieldTraits requirement in ISTL vector types
Pipeline #42445 passed
......@@ -3,7 +3,10 @@
- Added a function to write nested matrices as SVG objects: `writeSVGMatrix(...)`
- `MultiTypeBlockVector` uses now `std::common_type` of the entries for the `field_type`. The old `double`
default is only used in case of an empty `MultiTypeBlockVector`.
default is replaced by `Std::nonesuch` of an empty `MultiTypeBlockVector`.
- All vector implementations require a `FieldTraits` class specialization to export `field_type` and `real_type`
in order to work with blocked ISTL vector types.
- MINRES: The algorithm computes the preconditioned defect during the iterations. However, the initial
defect was computed as the defect of the original/non-preconditioned system. This is now changed so
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment