diff --git a/changelog-entries/786.md b/changelog-entries/786.md new file mode 100644 index 000000000..6232fe6c6 --- /dev/null +++ b/changelog-entries/786.md @@ -0,0 +1 @@ +- Remove redundant `substeps="true"` option (default) from the oscillator, oscillator-overlap, partitioned-heat-condiction, and resonant-circuit tutorials. [#786](https://github.com/precice/tutorials/pull/786) \ No newline at end of file diff --git a/oscillator-overlap/precice-config.xml b/oscillator-overlap/precice-config.xml index 382605b42..a09d28bde 100644 --- a/oscillator-overlap/precice-config.xml +++ b/oscillator-overlap/precice-config.xml @@ -56,14 +56,12 @@ mesh="Mass-Left-Mesh" from="Mass-Left" to="Mass-Right" - initialize="true" - substeps="true" /> + initialize="true" /> + initialize="true" /> diff --git a/oscillator/precice-config.xml b/oscillator/precice-config.xml index 751610702..bfc1ffa92 100644 --- a/oscillator/precice-config.xml +++ b/oscillator/precice-config.xml @@ -56,14 +56,12 @@ mesh="Mass-Left-Mesh" from="Mass-Left" to="Mass-Right" - initialize="true" - substeps="true" /> + initialize="true" /> + initialize="true" /> diff --git a/partitioned-heat-conduction/precice-config.xml b/partitioned-heat-conduction/precice-config.xml index cacfcb0a6..2371e5daa 100644 --- a/partitioned-heat-conduction/precice-config.xml +++ b/partitioned-heat-conduction/precice-config.xml @@ -58,15 +58,13 @@ mesh="Dirichlet-Mesh" from="Dirichlet" to="Neumann" - initialize="true" - substeps="true" /> + initialize="true" /> + initialize="true" />