File tree Expand file tree Collapse file tree
src/shammodels/gsph/include/shammodels/gsph/modules Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -75,7 +75,6 @@ namespace shammodels::gsph {
7575
7676 shamrock::solvergraph::SolverGraph solver_graph;
7777
78-
7978 // / Particle counts per patch
8079 std::shared_ptr<shamrock::solvergraph::Indexes<u32 >> part_counts;
8180 std::shared_ptr<shamrock::solvergraph::Indexes<u32 >> part_counts_with_ghost;
@@ -90,14 +89,9 @@ namespace shammodels::gsph {
9089 // / Patch rank ownership
9190 std::shared_ptr<shamrock::solvergraph::ScalarsEdge<u32 >> patch_rank_owner;
9291
93- // / Serial patch tree reference for solvergraph dependency tracking
9492 std::shared_ptr<shamrock::solvergraph::SerialPatchTreeRefEdge<Tvec>> serial_patch_tree_ref;
9593
96- // =====================================================================
97- // Component storage (tree storage, migrate to solvergraph later)
98- // =====================================================================
99-
100- // / Serial patch tree for load balancing (actual storage)
94+ // / Serial patch tree for load balancing
10195 Component<SerialPatchTree<Tvec>> serial_patch_tree;
10296
10397 // / Ghost handler for boundary particles
You can’t perform that action at this time.
0 commit comments