-
-
Notifications
You must be signed in to change notification settings - Fork 278
Buggy configuration in test not detected #1436
Copy link
Copy link
Open
Labels
bugpreCICE does not behave the way we want and we should look into it (and fix it if possible)preCICE does not behave the way we want and we should look into it (and fix it if possible)configurationRelated to the preCICE configurationRelated to the preCICE configurationusabilityThis issue will make preCICE easier for non-expert usersThis issue will make preCICE easier for non-expert users
Milestone
Metadata
Metadata
Assignees
Labels
bugpreCICE does not behave the way we want and we should look into it (and fix it if possible)preCICE does not behave the way we want and we should look into it (and fix it if possible)configurationRelated to the preCICE configurationRelated to the preCICE configurationusabilityThis issue will make preCICE easier for non-expert usersThis issue will make preCICE easier for non-expert users
precice/tests/serial/TestImplicit.xml
Lines 19 to 35 in b81e53f
I just found this test configuration, which looks buggy to me:
SolverTwouses<read-data name="Forces" mesh="SquareTwo" />, but there is no mapping toSquareTwo.SolverOneuses<write-data name="Forces" mesh="Square" />.Can we raise an error here? I fixed the test on my local branch by introducing a read mapping, but there are, of course, other possible solutions.