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
* Remove API functions that are removed in v3.0.0. Fix data initialization.
* Forward dt to python bindings.
* Set mesh connectivity information only if it is required. Closes#138
* Update tests
* Update links of contributors
* Update CHANGELOG.md
* Call checkpointing functions from the interface
* Change required version of pyprecice to >=3.0.0.0
* Comment out nearest projection volume coupling.
---------
Co-authored-by: Ishaan Desai <ishaandesai@gmail.com>
Copy file name to clipboardexpand all lines: CHANGELOG.md
+6
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,11 @@
1
1
# FEniCS-preCICE adapter changelog
2
2
3
+
## latest
4
+
5
+
* Drop support for preCICE 2.x version, as this is a breaking release.
6
+
* Update adapter to use preCICE v3 API [#153](https://github.com/precice/fenics-adapter/pull/153).
7
+
* Remove functionality to define mesh connectivity in 2D cases in the form of triangles due to lack of testing and compatibility problems (might be added again). See [#162](https://github.com/precice/fenics-adapter/issues/162).
8
+
3
9
## 1.4.0
4
10
5
11
* Adding CITATION.cff to link the adapter repository to the relevant publication in the journal SoftwareX.
0 commit comments