https://github.com/precice/fortran-module
A Fortran module for the Fortran bindings of preCICE (formerly "f2003 bindings")
https://github.com/precice/fortran-module
Last synced: 3 months ago
JSON representation
A Fortran module for the Fortran bindings of preCICE (formerly "f2003 bindings")
- Host: GitHub
- URL: https://github.com/precice/fortran-module
- Owner: precice
- License: lgpl-3.0
- Created: 2020-01-30T19:30:34.000Z (over 6 years ago)
- Default Branch: develop
- Last Pushed: 2025-11-11T14:48:38.000Z (7 months ago)
- Last Synced: 2026-02-10T06:39:46.565Z (4 months ago)
- Language: Fortran
- Size: 65.4 KB
- Stars: 6
- Watchers: 2
- Forks: 7
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Fortran module for preCICE
This is a Fortran module that uses the [preCICE Fortran bindings](https://precice.org/couple-your-code-api.html) (written in C++) using the `iso_c_binding` intrinsic module.
Build this module using `make`. This executes:
```shell
gfortran -c precice.f90
```
This project was moved from the [main preCICE repository](https://github.com/precice/precice). See the [history](https://github.com/precice/precice/tree/d0fafbd912ad6cbf0727299d23e1210570957945/src/precice/bindings/f2003). Previous contributions by @haraldkl, @Krupp, @gatzhamm, @uekerman, @floli, @MakisH, @BenjaminRueth, @RPGP1.