Skip to content

Commit 8678f2e

Browse files
committed
Link tutorials and config reference from porting guide
1 parent 3bb9dd7 commit 8678f2e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

content/docs/couple-your-code/porting/couple-your-code-porting-v2-3.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -211,6 +211,8 @@ error: ‘class precice::Participant’ has no member named ‘initializeData’
211211

212212
## preCICE configuration file
213213

214+
See the [tutorials](tutorials.html) for some examples, and the [configuration reference](configuration-xml-reference.html) for more details.
215+
214216
- The XML tag `<solver-interface>` was removed and all underlying functionality was moved to the `<precice-configuration>` tag. Remove the lines including `<solver-interface>` and `</solver-interface>`, and move any attributes (such as `experimental`) from the `solver-interface` to the `precice-configuration` tag. Move the `sync-mode` attribute to the new `<profiling>` tag (see below).
215217
- The `dimensions` configuration is now defined per mesh. Move the `dimensions="2"` or `dimensions="3"` from the `<solver-interface>` tag to each `<mesh>` tag: `<mesh name="MeshOne" dimensions="3">`.
216218
- Rename the `<m2n: ... />` attributes `from` -> `acceptor` and `to` -> `connector`.

0 commit comments

Comments
 (0)