From 80179e8c60f9518c052242219149882909042e31 Mon Sep 17 00:00:00 2001 From: Johannes Markert <10619309+jmark@users.noreply.github.com> Date: Fri, 26 Apr 2024 15:12:05 +0200 Subject: [PATCH] Update paper.md Co-authored-by: Sandro Elsweijer <49643115+sandro-elsweijer@users.noreply.github.com> --- paper.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/paper.md b/paper.md index 9b35ab6..552ff2e 100644 --- a/paper.md +++ b/paper.md @@ -132,9 +132,9 @@ parallel process only stores a unique portion of the forest mesh, the boundaries of which are calculated from the SFC indices; see \autoref{fig:SpaceFillingCurves}. -While in the past being successfully applied to quadrilateral +While being successfully applied to quadrilateral and hexahedral meshes [@burstedde_p4est_2011; @weinzierl_peano_2019], -`t8code` extends these SFC techniques in a modular fashion, such that arbitrary +these SFC techniques are extended by `t8code` in a modular fashion, such that arbitrary element shapes are supported. We achieve this modularity through a novel decoupling approach that separates high-level (mesh global) algorithms from low-level (element local) implementations. All high-level algorithms can then