Forked from
agnumpde / dune-solvers
59 commits behind the upstream repository.
-
Patrick Jaap authored
This is a follow-up change from the dune-istl Cholmod changes in https://gitlab.dune-project.org/core/dune-istl/-/merge_requests/424
Patrick Jaap authoredThis is a follow-up change from the dune-istl Cholmod changes in https://gitlab.dune-project.org/core/dune-istl/-/merge_requests/424
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
To find the state of this project's repository at the time of any of these versions, check out the tags.
CHANGELOG.md 532 B
Master (will become release 2.8)
-
UMFPackSolver
can now handle matrices and vectors with scalar entries. -
CholmodSolver: Added
errorCode_
member to report errors and warnings during the matrix decomposition -
CholmodSolver:
CholmodSolver
can be used with any blocked matrix/vector type supported byflatMatrixForEach
andflatVectorForEach
in dune-istl.
Deprecations and removals
- The file
blockgsstep.hh
has been removed after four years of deprecation. Use the replacement inblockgssteps.hh
instead.