Skip to content

Commit 54cb53a

Browse files
committed
Add problem description
1 parent 0acd31b commit 54cb53a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

growing-mesh/README.md

+6
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,12 @@ Get the [case files of this tutorial](https://github.com/precice/tutorials/tree/
1111

1212
## Setup
1313

14+
The problem consists of a unit-square uniformly discretized by 768 x 768 nodes.
15+
Running in parallel is only allowed for $n^2, \exists n in \mathbb{N}$.
16+
The unit square is partitioned equally among the ranks of a solver.
17+
18+
The mesh starts with 2 nodes in z direction and at a given frequency, 2 nodes are added to the mesh, changing only the load per rank, not the partitioning.
19+
1420
## Configuration
1521

1622
preCICE configuration (image generated using the [precice-config-visualizer](https://precice.org/tooling-config-visualization.html)):

0 commit comments

Comments
 (0)