You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+60-2Lines changed: 60 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,11 +7,41 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [Next] - xxxx-xx-xx
9
9
10
+
## [v1.3.0] - 2026-01-09
11
+
10
12
### Added
11
-
- Support for directly assembling to `SparseMatrixCSR` (from `SparseMatricesCSR.jl`). ([#864])
13
+
- New function `Ferrite.write_facetset` for exporting facet sets to VTK. ([#1132], [#1259])
14
+
15
+
### Documentation
16
+
- Fix errors in incompressible elasticity tutorial. ([#1251])
17
+
- Add utility for downloading meshes (and other assets) for tutorials. ([#1037])
18
+
19
+
## [v1.2.0] - 2025-11-14
20
+
21
+
### Added
22
+
- Support for directly assembling to `SparseMatrixCSR` (from `SparseMatricesCSR.jl`). ([#864])
23
+
- Enhance `generate_grid` to support outputting line meshes embedded in two and three
24
+
spatial dimentions. ([#1122], [#1214])
25
+
26
+
### Fixes
27
+
- Fix L2 projection of tensor fields on discontinuous interpolations. ([#1197], [#1198])
28
+
- Fix VTK output of tensor data in embedded domains. ([#1212], [#1213])
29
+
- Fix VTK nodal output for discontinuous output. ([#1194])
30
+
- Fix `facetskeleton` for mixed grids. ([#1223])
31
+
- Fix normal vector computation for boundary integration in embedded domains. ([#1226],
32
+
[#1235])
33
+
- Relax vector input type from `Vector` to `AbstractVector` in `evaluate_at_points!`.
34
+
([#1183])
35
+
- The result of grid coloring is now not dependent on iteration order of dictionaries and sets. This may change the coloring obtained from `create_coloring`
36
+
compared to previous Ferrite versions.
12
37
13
38
### Documentation updates
14
-
- Extended assembly docs with information on how to support direct assembly into new matrix types. ([#864])
39
+
- Extended assembly docs with information on how to support direct assembly into new matrix
40
+
types. ([#864])
41
+
- Add a list of reserach papers where Ferrite was used for numbeir simulations. Please add
42
+
your paper! ([#1221])
43
+
- Add section on global and local DoF numbering. ([#1089])
44
+
- Fix some typos and grammar ([#1210], [#1224], [#1228])
15
45
16
46
## [v1.1.0] - 2025-05-01
17
47
@@ -873,6 +903,8 @@ poking into Ferrite internals:
0 commit comments