We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 630d535 commit 3c5022cCopy full SHA for 3c5022c
2 files changed
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# CHANGES
2
3
+## v1.4.0 July 17, 2025
4
+ - added new weighted reconstruction operator `WeightedReconstruct` (so far only for H1BR{2})
5
+ - fixed H1CR{2} reconstruction
6
+
7
## v1.3.0 July 09, 2025
8
- some bugfixes related to new template parameter from 1.2.0
9
- @show of FEVectorBlock does not crash anymore
Project.toml
@@ -1,7 +1,7 @@
name = "ExtendableFEMBase"
uuid = "12fb9182-3d4c-4424-8fd1-727a0899810c"
authors = ["Christian Merdon <merdon@wias-berlin.de>", "Patrick Jaap <patrick.jaap@wias-berlin.de>"]
-version = "1.3.0"
+version = "1.4.0"
[deps]
DiffResults = "163ba53b-c6d8-5494-b064-1a9d43ac40c5"
0 commit comments