Skip to content

Commit

Permalink
Update paper.md
Browse files Browse the repository at this point in the history
Co-authored-by: Sandro Elsweijer <[email protected]>
  • Loading branch information
jmark and sandro-elsweijer authored Apr 26, 2024
1 parent 5cc91bb commit cd1ff60
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions paper.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit cd1ff60

Please sign in to comment.