From cd1ff60470c7a8878ac39bb4778094fa84ced4be Mon Sep 17 00:00:00 2001 From: Johannes Markert <10619309+jmark@users.noreply.github.com> Date: Fri, 26 Apr 2024 15:06:24 +0200 Subject: [PATCH] Update paper.md Co-authored-by: Sandro Elsweijer <49643115+sandro-elsweijer@users.noreply.github.com> --- paper.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/paper.md b/paper.md index 809c370..ab192a6 100644 --- a/paper.md +++ b/paper.md @@ -117,8 +117,7 @@ applications. # Fundamental Concepts `t8code` is based on the concept of tree-based adaptive mesh refinement. -Starting point is an unstructured input mesh, which we call coarse mesh that -describes the geometry of the computational domain. The coarse mesh elements +Starting point for the usage of `t8code` is an unstructured input mesh, which we denote a coarse mesh. This coarse mesh describes the geometry of the computational domain. The coarse mesh elements are refined recursively in a structured pattern, resulting in refinement trees of which we store only minimal information of the finest elements (the leafs of the tree). We call this resulting fine mesh the forest.