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
+12
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,18 @@
5
5
1.`MKL` includes outdated `FEAST`, the external names in `FEAST` library are modified to avoid linking error.
6
6
2.`OpenBLAS` causes SEGFAULT with version 0.3.15+ when compiled with `DYNAMIC_ARCH` enabled.
7
7
8
+
## version 2.7
9
+
10
+
1. optimise assembling of symmetric global matrices [#79](https://github.com/TLCFEM/suanPan/pull/79)
11
+
2. extend `BatheTwoStep` to allow customisation of spectral radius [#81](https://github.com/TLCFEM/suanPan/pull/81) and sub-step size [#82](https://github.com/TLCFEM/suanPan/pull/82)
12
+
3. update `Catch2` to version `2.13.10`
13
+
4. update `Armadillo` to version `11.4`
14
+
5. update modern `Arpack`[#94](https://github.com/TLCFEM/suanPan/pull/94)
15
+
6. add `Tchamwa`[#88](https://github.com/TLCFEM/suanPan/pull/88), `BatheExplicit`[#90](https://github.com/TLCFEM/suanPan/pull/90) and `GeneralisedAlphaExplicit`[#93](https://github.com/TLCFEM/suanPan/pull/93) explicit time integration methods
16
+
7. add `OALTS` two-step implicit time integration method [#92](https://github.com/TLCFEM/suanPan/pull/92)
17
+
8. add `Sinh1D` and `Tanh1D` nonlinear elastic 1D material
18
+
9. add `linear_system` flag to speed up linear system analysis
19
+
8
20
## version 2.6.1
9
21
10
22
1. add `-nu` (`--noupdate`) flag to skip check of new version on startup
0 commit comments