-
-
Notifications
You must be signed in to change notification settings - Fork 24
Open
Description
Is there a reason, why SimulationData is filled/ initialised early in nonlingeo_precice.c and not just right before it is used in Precice_Setup?
For a testcase of mine it happens, that the data within SimulationData seems to be alternated in between declaration and usage and therefore some values are not correct when calling Precice_Setup. I would guess that the size of some fields inside the struct differ in between, so we have a problem of memory allocation or access.
For my case it helped to move the struct SimulationData part right in front of the Precice_Setup call.
Metadata
Metadata
Assignees
Labels
No labels