Skip to content

Commit

Permalink
Make preCICE configs in examples/ consistent
Browse files Browse the repository at this point in the history
  • Loading branch information
IshaanDesai committed Mar 21, 2024
1 parent 0822fcf commit d57e723
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/precice-config-adaptivity.xml
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@
<max-time value="3.0"/>
<time-window-size value="1.0"/>
<max-iterations value="5"/>
<exchange data="micro-scalar-data" mesh="macro-mesh" from="Micro-Manager" to="Macro-dummy" initialize="no"/>
<exchange data="micro-vector-data" mesh="macro-mesh" from="Micro-Manager" to="Macro-dummy" initialize="no"/>
<exchange data="micro-scalar-data" mesh="macro-mesh" from="Micro-Manager" to="Macro-dummy"/>
<exchange data="micro-vector-data" mesh="macro-mesh" from="Micro-Manager" to="Macro-dummy"/>
<exchange data="macro-scalar-data" mesh="macro-mesh" from="Macro-dummy" to="Micro-Manager"/>
<exchange data="macro-vector-data" mesh="macro-mesh" from="Macro-dummy" to="Micro-Manager"/>
<relative-convergence-measure limit="1e-5" data="macro-scalar-data" mesh="macro-mesh"/>
Expand Down

0 comments on commit d57e723

Please sign in to comment.