Fenics Adapter Versions Save

preCICE-adapter for the open source computing platform FEniCS

v2.1.0

2 months ago

What's Changed

Full Changelog: https://github.com/precice/fenics-adapter/compare/v2.0.0...v2.1.0

v2.0.0

3 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/precice/fenics-adapter/compare/v1.4.0...v2.0.0

v2.0.0rc1

3 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/precice/fenics-adapter/compare/v1.4.0...v2.0.0rc1

v1.4.0

1 year ago

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

2 years ago
  • 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 https://github.com/precice/tutorials/pull/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

2 years ago
  • 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

3 years ago
  • 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

3 years ago

This is a bugfix release:

v1.0.1rc1

3 years ago

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

v1.0.0

3 years ago

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 https://github.com/precice/tutorials/pull/124. For a detailed explanation of the functionality of this adapter version a paper is in preparation.