From b4db816cd2c507e3539182e68f5502103a111696 Mon Sep 17 00:00:00 2001 From: Lena Ploetzke Date: Thu, 19 Feb 2026 15:29:05 +0100 Subject: [PATCH 1/6] first working version --- mesh_handle/competence_pack.hxx | 5 +- mesh_handle/competences.hxx | 50 ++++++- mesh_handle/data_handler.hxx | 125 ++++++++++++++++++ mesh_handle/element.hxx | 55 ++------ mesh_handle/mesh.hxx | 85 ++++-------- .../t8_gtest_adapt_partition_balance.cxx | 7 +- .../t8_gtest_compare_handle_to_forest.cxx | 2 +- test/mesh_handle/t8_gtest_ghost.cxx | 4 +- test/mesh_handle/t8_gtest_handle_data.cxx | 15 ++- test/mesh_handle/t8_gtest_mesh_handle.cxx | 2 +- 10 files changed, 236 insertions(+), 114 deletions(-) create mode 100644 mesh_handle/data_handler.hxx diff --git a/mesh_handle/competence_pack.hxx b/mesh_handle/competence_pack.hxx index 258e93f66a..196e8ebb82 100644 --- a/mesh_handle/competence_pack.hxx +++ b/mesh_handle/competence_pack.hxx @@ -36,10 +36,11 @@ template