Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions changelog-entries/695.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- removed warning about python and cpp solvers not having the same results [#695](https://github.com/precice/tutorials/pull/695)
4 changes: 0 additions & 4 deletions elastic-tube-1d/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down