From 53cf580f21c5e7199c46c47557c896ef77ec51cf Mon Sep 17 00:00:00 2001 From: Julian Schmoll Date: Thu, 15 Jan 2026 16:52:36 +0100 Subject: [PATCH 1/2] remove warning as corresponding issue was closed --- elastic-tube-1d/README.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/elastic-tube-1d/README.md b/elastic-tube-1d/README.md index 9356ca566..e375fc40f 100644 --- a/elastic-tube-1d/README.md +++ b/elastic-tube-1d/README.md @@ -62,10 +62,6 @@ cd solid-cpp **Optional for python-fluid:** A run-time plot visualization can be triggered by passing `--enable-plot` in `run.sh` of `FluidSolver.py`. Additionally a video of the run-time plot visualization can be generated by additionally passing `--write-video` -{% warning %} -The C++ and Python solvers lead to different results. Please consider the Python results as the correct ones and refer to this [open issue](https://github.com/precice/tutorials/issues/195) for more insight. Contributions are particularly welcome here. -{% endwarning %} - ## Post-processing ![Elastic tube animation](images/tutorials-elastic-tube-1d-animation.gif) From 6fb552b9b2bb6aeee25155f38760b436e6bd1e37 Mon Sep 17 00:00:00 2001 From: Julian Schmoll Date: Thu, 15 Jan 2026 17:00:25 +0100 Subject: [PATCH 2/2] add changelog-entry for #695 --- changelog-entries/695.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 changelog-entries/695.md diff --git a/changelog-entries/695.md b/changelog-entries/695.md new file mode 100644 index 000000000..12bc658de --- /dev/null +++ b/changelog-entries/695.md @@ -0,0 +1 @@ +- removed warning about python and cpp solvers not having the same results [#695](https://github.com/precice/tutorials/pull/695)