Skip to content

Releases: precice/fenics-adapter

v2.1.0

20 Mar 09:57
f3abeb0
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.0.0...v2.1.0

v2.0.0

12 Feb 16:35
8b76fe2
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.4.0...v2.0.0

v2.0.0rc1

12 Feb 11:28
Compare
Choose a tag to compare
v2.0.0rc1 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: v1.4.0...v2.0.0rc1

v1.4.0

22 Sep 08:42
9aa3e22
Compare
Choose a tag to compare

Main features of this release are:

  • Adding CITATION.cff to link the adapter repository to the relevant publication in the journal SoftwareX.
  • Add functionality to define mesh connectivity in 2D cases in the form of triangles.

v1.3.0

08 Feb 15:56
b8e65ac
Compare
Choose a tag to compare
  • Adding functionality for 3D cases with PointSource objects at coupling boundaries. See PRs #133, #146 and #147. A tutorial case having a 3D FEniCS setup was also added in precice/tutorials#222
  • Fixing an issue of the config object not being able to find the adapter configuration file in a Jupyter notebook. See PR #144

v1.2.0

13 Jul 12:49
69a16bd
Compare
Choose a tag to compare
  • Improves runtime of initialization of the adapter. This is especially important for large (parallel) cases.
  • More minor changes can be found in the CHANGELOG.md

v1.1.0

15 Apr 14:56
beabcd1
Compare
Choose a tag to compare
  • Removes the deprecated package fenicsadapter. Please use fenicsprecice instead.
  • Make output less verbose
  • Many changes relevant for developers w.r.t testing and code quality

v1.0.1

10 Jan 19:43
bd74827
Compare
Choose a tag to compare

This is a bugfix release:

  • Bugfix for PointSources #109
  • Bugfix in parallelization #110

v1.0.1rc1

23 Dec 17:37
3ee642c
Compare
Choose a tag to compare
v1.0.1rc1 Pre-release
Pre-release

This is a pre-release for the bugfix release v1.0.1 containing the bugfix #110.

v1.0.0

21 Dec 17:38
Compare
Choose a tag to compare

This release includes a major redesign of the adapter API and allows parallel runs for coupled simulations using FEniCS Expressions for coupling.

Compatible with preCICE v2.x.x (e.g. v2.1.1) and the corresponding python bindings (e.g. v2.1.1.1).

For usage examples, please refer to the version of the tutorials released with precice/tutorials#124. For a detailed explanation of the functionality of this adapter version a paper is in preparation.