Skip to content

Releases: precice/fenics-adapter

v2.2.0

31 Oct 07:44
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.1.0...v2.2.0

v2.2.0rc1

25 Oct 15:33
Compare
Choose a tag to compare
v2.2.0rc1 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: v2.1.0...v2.2.0rc1

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