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
+13-9Lines changed: 13 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,21 +23,24 @@
23
23
# Changelog
24
24
All notable changes to this project will be documented in this file.
25
25
26
-
## [Unreleased]
27
-
### Added
28
-
26
+
## [4.7-1]
29
27
### Changed
30
-
31
-
### Deprecated
28
+
- change the language definition to use type as a construction function with named arguments for bem plugin
29
+
- PETSc version 3.14.0
30
+
- ARPACK compiled by SLEPc
31
+
- Mmg version 5.5.0
32
+
- -std=c++14 instead of -std=c++11 when possible
32
33
33
34
### Removed
34
-
35
+
- plugins thresholdings, symmetrizeCSR, and fflapack and associed example
35
36
36
37
### Fixed
37
-
38
+
- problem compilation with gfortran-10 of arpack and mumps (add -fallow-argument-mismatch flags)
38
39
39
40
## [4.7]
40
41
### Added
42
+
43
+
- new way to build matrix beetween 2d Finite element 2d and Curve finite element to do mortar (Thank to Axel ) , see first example `examples/tutorial/mortar-DN-4-v4.5.edp`
41
44
- add `Ns` normal vector in R^3 on meshS (normal of the surface) of current point (to day Ns of [x,y,0] plan is [0,0,-1]) no be compatibe to exterior normal.
42
45
- add `Tl` tangent vector in R^3 on meshL (tangent vector of the line/curve) of current point
43
46
- compile ffmaster / ffslave example under windows (thanks to [email protected])
@@ -337,14 +340,15 @@ All notable changes to this project will be documented in this file.
0 commit comments