Skip to content
#

co-simulation

Here are 35 public repositories matching this topic...

precice
uekerman
uekerman commented Mar 15, 2022

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

bug good first issue
MakisH
MakisH commented Sep 20, 2021

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

enhancement good first issue compatibility
HELICS
nightlark
nightlark commented Jan 3, 2020

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.

help wanted good first issue

Improve this page

Add a description, image, and links to the co-simulation topic page so that developers can more easily learn about it.

Curate this topic

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."

Learn more