Skip to content

Commit

Permalink
Add problem description
Browse files Browse the repository at this point in the history
  • Loading branch information
fsimonis committed Dec 3, 2024
1 parent 0acd31b commit 54cb53a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions growing-mesh/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)):
Expand Down

0 comments on commit 54cb53a

Please sign in to comment.