Skip to content

Commit 1b0adc3

Browse files
committed
Add readme
1 parent c799433 commit 1b0adc3

File tree

1 file changed

+43
-0
lines changed

1 file changed

+43
-0
lines changed

growing-mesh/README.md

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
---
2+
title: Growing Mesh
3+
permalink: tutorials-growing-mesh.html
4+
keywords: python, remeshing
5+
summary: The growing mesh case is a showcase example of two solvers which grow their mesh at predefined points in time.
6+
---
7+
8+
{% note %}
9+
Get the [case files of this tutorial](https://github.com/precice/tutorials/tree/master/growing-mesh). Read how in the [tutorials introduction](https://precice.org/tutorials.html).
10+
{% endnote %}
11+
12+
## Setup
13+
14+
## Configuration
15+
16+
preCICE configuration (image generated using the [precice-config-visualizer](https://precice.org/tooling-config-visualization.html)):
17+
18+
![preCICE configuration visualization](images/tutorials-growing-mesh-precice-config.png)
19+
20+
## Available solvers
21+
22+
There are two solvers that define the same mesh:
23+
24+
- A who runs first
25+
- B who runs second
26+
27+
## Running the Simulation
28+
29+
Pass the amount of ranks to the run script of the solvers.
30+
Not passing a number, runs the simulation on a single rank.
31+
To run both on a two rank each, use:
32+
33+
```bash
34+
cd fluid-cpp
35+
./run.sh 2
36+
```
37+
38+
and
39+
40+
```bash
41+
cd solid-cpp
42+
./run.sh 2
43+
```

0 commit comments

Comments
 (0)