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

Switch submodules to their develop branch #147

Merged
merged 3 commits into from
Mar 8, 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
4 changes: 2 additions & 2 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[submodule "tutorials"]
path = imported/tutorials
url = https://github.com/precice/tutorials.git
branch = master
branch = develop
[submodule "openfoam-adapter"]
path = imported/openfoam-adapter
url = https://github.com/precice/openfoam-adapter.git
branch = master
branch = develop
2 changes: 1 addition & 1 deletion imported/openfoam-adapter
2 changes: 1 addition & 1 deletion imported/tutorials
2 changes: 1 addition & 1 deletion pages/docs/configuration/configuration-coupling-multi.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ In a fully-implicit multi-coupling, an arbitrary number of solvers are executed
</coupling-scheme:multi>
```

Exactly one participant needs to take `control` of the coupling. preCICE computes the convergence measures and the acceleration on this participant.
Exactly one participant needs to take `control` of the coupling. preCICE computes the convergence measures and the acceleration on this participant.

{% version 2.3.0 %}
Prior to version 2.3.0, this controlling participant needs to be centric.
Expand Down