Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add oscillator tutorial to the lists #226

Merged
merged 2 commits into from
Nov 18, 2022
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 _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,7 @@ subprojects:
- imported/tutorials/partitioned-heat-conduction
- imported/tutorials/partitioned-heat-conduction-complex
- imported/tutorials/partitioned-heat-conduction-direct
- imported/tutorials/oscillator
- imported/tutorials/perpendicular-flap
- imported/tutorials/turek-hron-fsi3
- imported/tutorials/partitioned-pipe
Expand Down
4 changes: 4 additions & 0 deletions _data/sidebars/tutorial_sidebar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,10 @@ entries:
- title: Partitioned pipe
url: /tutorials-partitioned-pipe.html
output: web

- title: Oscillator
url: /tutorials-oscillator.html
output: web

- title: ASTE turbine
url: /tutorials-aste-turbine.html
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@ Option | Type | Default | Description
`PRECICE_CTEST_MPI_FLAGS` | String | | Additional flags to pass to `mpiexec` when running the tests.
`CMAKE_INTERPROCEDURAL_OPTIMIZATION` | Boolean | OFF | Enable interprocedural/link-time optimization


{% version 2.4.0 %}
Version 2.4.0 introduces the CMake options `PRECICE_RELEASE_WITH_ASSERTIONS`, `..._DEBUG_LOG`, `..._TRACE_LOG`, which allow release builds with extended debugging functionality.
{% endversion %}
Expand Down
1 change: 1 addition & 0 deletions pages/tutorials/tutorials.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ In the following cases, you can explore different aspects of preCICE:
- [Partitioned heat conduction: direct access](tutorials-partitioned-heat-conduction-direct.html): A partitioned heat conduction case with Nutils, showcasing the direct mesh access feature.
- [Partitioned elastic beam](tutorials-partitioned-elastic-beam.html): An experimental structure-structure coupling scenario, with two CalculiX solvers.
- [Partitioned pipe](tutorials-partitioned-pipe.html): An experimental fluid-fluid coupling scenario, with two OpenFOAM solvers.
- [Oscillator](tutorials-oscillator.html): A simple mass-spring oscillator with two masses, coupling two instances of a Python solver.
- [Volume-coupled diffusion](tutorials-volume-coupled-diffusion.html): An experimental volume coupling scenario, with two FEniCS solvers.
- [ASTE turbine](tutorials-aste-turbine.html): An example case for ASTE to investigate different preCICE mappings using a turbine geometry.
- [Channel transport](tutorials-channel-transport.html): A channel flow coupled to a transport (of, e.g., a chemistry species) in a uni-directional way, with Nutils.
Expand Down