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

Document visual styles #378

Merged
merged 3 commits into from
Apr 15, 2024
Merged
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
12 changes: 11 additions & 1 deletion pages/docs/tooling/tooling-config-visualization.md
Original file line number Diff line number Diff line change
Expand Up @@ -130,9 +130,19 @@ To see the full list of options, run:
precice-config-visualizer --help
```

## Visual style

Some features are visually encoded without textual annotations:

* Colors represent participants.
* Data exchange has the color of the sending participant.
* Received meshes have the color of the providing participant.
* Data exchange using `initialize="yes"` is displayed using **bold** arrows.
* Data exchange using `substeps="yes"` is displayed using a double arrow.

## Examples

These examples are based on the elastictube1d example.
The following examples are based on the [elastic-tube-1d tutorial](tutorials-elastic-tube-1d).

### The full picture

Expand Down
Loading