We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28cdfc5 commit d0aebceCopy full SHA for d0aebce
2 files changed
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# CHANGES
2
3
+## v.1.10.0
4
+
5
+### Changed
6
+ - `SolverConfiguration` has no `LP` property any more: everything is available via the `linsolver`.
7
+ - `initialize_linear_solver` is slightly changed and called much later in `solve`.
8
9
## v.1.9.1
10
11
### Fixed
Project.toml
@@ -1,6 +1,6 @@
name = "ExtendableFEM"
uuid = "a722555e-65e0-4074-a036-ca7ce79a4aed"
-version = "1.9.1"
+version = "1.10.0"
authors = ["Christian Merdon <merdon@wias-berlin.de>", "Patrick Jaap <patrick.jaap@wias-berlin.de>"]
[deps]
0 commit comments