Skip to content

Releases: precice/fortran-module

v3.4.0

13 Apr 15:10
ea81583

Choose a tag to compare

First release of this repository, following the versioning scheme PRECICE_MAJOR.PRECICE_MINOR.BINDINGS_PATCH.

Compared to the latest update of the main branch in October 2025 (#45), this release renames some inconsistently-named functions, following updates in the intrinsic Fortran bindings (see #49 and precice/precice#2487):

  • precicef_set_vertex is now precicef_set_mesh_vertex
  • precicef_set_vertices is now precicef_set_mesh_vertices
  • precicef_set_edge is now precicef_set_mesh_edge
  • precicef_set_triangle is now precicef_set_mesh_triangle
  • precicef_set_quad is now precicef_set_mesh_quad
  • precicef_set_tetrahedron is now precicef_set_mesh_tetrahedron

Thanks to @kcooley-cvd and @fsimonis for reviewing.

Note that the master branch has now been renamed to main, to follow the conventions of the core library, and using the GitHub redirects.

Full Changelog: https://github.com/precice/fortran-module/commits/v3.4.0