This is the second major release of the adapter. This version introduces some breaking changes:
- The adapter is updated to be compatible with preCICE newer than(including) v3. The multiple data transferring functions for different data types are simplified to general ones.
- DuMuX should be newer than(including) v3.7.
- The docker container recipes are modified to build with
precice:develop
. - Instructions on exporting
dumux-precice
as a module library are added.
What's Changed
- Update steps in installation and also some paths by @IshaanDesai in #16
- Fixes incorrect assertion check from #17 by @IshaanDesai in #18
- Fix/ci versions and formatting by @mathiskelm in #20
- Resolve deprecations in DuMux 3.6 by @mathiskelm in #19
- Draft: Update/dumux 3.7 by @mathiskelm in #22
- Modifying docker container recipes to build with
precice:develop
by @IshaanDesai in #26 - Update the adapter according to preCICE V3 by @Fujikawas in #25
- Remove old
.gitlab
folder by @IshaanDesai in #29 - Revert to use standard library definitions in API functions and examples by @IshaanDesai in #30
- Use dune_enable_all_packages to export dumux-precice as module library by @mathiskelm in #27
- Remove outdated tag in the
dummytest
configuration file by @Fujikawas in #32
New Contributors
- @mathiskelm made their first contribution in #20
Full Changelog: v1.0.0...v2.0.0