Skip to content

Commit

Permalink
Move dimensions attribute from precice-configuration to mesh
Browse files Browse the repository at this point in the history
  • Loading branch information
IshaanDesai committed Aug 25, 2023
1 parent 5f800b8 commit f9498cc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions examples/solverdummy/precice-config.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8" ?>
<precice-configuration dimensions="3">
<precice-configuration>
<log>
<sink
type="stream"
Expand All @@ -12,12 +12,12 @@
<data:vector name="Data-One" />
<data:vector name="Data-Two" />

<mesh name="SolverOne-Mesh">
<mesh name="SolverOne-Mesh" dimensions="3">
<use-data name="Data-One" />
<use-data name="Data-Two" />
</mesh>

<mesh name="SolverTwo-Mesh">
<mesh name="SolverTwo-Mesh" dimensions="3">
<use-data name="Data-One" />
<use-data name="Data-Two" />
</mesh>
Expand Down

0 comments on commit f9498cc

Please sign in to comment.