co-simulation
Here are 35 public repositories matching this topic...
preCICE v2.3.0 precice/precice#1080 introduces an API method to ask whether mesh connectivity is required. In the OpenFOAM adapter, we currently ask the user whether this is required, which the user should not need to configure, as it is system-internal information: https://precice.org/adapter-openfoam-config.html#nearest-projection-mapping
We could directly ask preCICE
Docker Hub Autobuilds is going away for the free tier - https://www.docker.com/blog/changes-to-docker-hub-autobuilds/
I think we have some builds running there, so we'll either need to try to join the Open Source program they have, or build the images elsewhere and push them to Docker Hub.
Conan integration
Currently PADE mix behaviours and protocols in a same file located in /pade/behaviours/protocols.py.
The idea is split behaviours and protocols in different files.
-
Updated
Jan 12, 2022 - C++
Once #61 is merged, serialization of the state functions should be tested using FMPy.
Maybe other stuff like the XML could be checked too.
-
Updated
Mar 10, 2022 - C
-
Updated
Mar 21, 2022 - C++
-
Updated
Jun 17, 2019 - MATLAB
-
Updated
Sep 3, 2021 - Ada
-
Updated
Feb 24, 2022 - C
-
Updated
Mar 23, 2022 - Java
-
Updated
Mar 11, 2022 - C++
-
Updated
Apr 7, 2020 - HTML
-
Updated
Apr 30, 2021 - C++
-
Updated
Apr 29, 2021 - Python
Describe the bug
The pi-exchange examples for different languages have differences in implementation that make some of them behave differently.
What is the expected behavior?
The pi-exchange federates written in different languages should be drop in replacements for each other when running examples. A pisender written in Python should work with a pireceiver written in C.
-
Updated
Mar 21, 2022 - C++
-
Updated
Dec 13, 2018 - R
-
Updated
Nov 23, 2021 - Kotlin
-
Updated
Nov 2, 2019 - C++
-
Updated
Mar 24, 2022 - Python
-
Updated
Feb 14, 2019 - C++
The HELICS helper SetupFederate function currently creates a new federate each time it gets called. There should be a check to see if it has already been initialized before creating a new federate.
-
Updated
Oct 29, 2020 - Python
-
Updated
Sep 17, 2019
Improve this page
Add a description, image, and links to the co-simulation topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the co-simulation topic, visit your repo's landing page and select "manage topics."
Describe your setup
Current preCICE develop version
Describe the problem
When we allowed multiple read mappings to the same mesh in #849, we forgot to update the following assignment (which still assumes that there is only one read mapping to a certain mesh).
https://github.com/precice/precice/blob/ebce55ab5c563295909b0179f6610b6e4d4fa529/src/precice/config/ParticipantConfigur