From 54cb53accdf6932dff9bc3bc348d57e05c781a52 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Simonis?= Date: Tue, 3 Dec 2024 15:55:24 +0100 Subject: [PATCH] Add problem description --- growing-mesh/README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/growing-mesh/README.md b/growing-mesh/README.md index a9c6b043f..7064bf3af 100644 --- a/growing-mesh/README.md +++ b/growing-mesh/README.md @@ -11,6 +11,12 @@ Get the [case files of this tutorial](https://github.com/precice/tutorials/tree/ ## Setup +The problem consists of a unit-square uniformly discretized by 768 x 768 nodes. +Running in parallel is only allowed for $n^2, \exists n in \mathbb{N}$. +The unit square is partitioned equally among the ranks of a solver. + +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. + ## Configuration preCICE configuration (image generated using the [precice-config-visualizer](https://precice.org/tooling-config-visualization.html)):