Skip to content

Commit

Permalink
finish thought on comment
Browse files Browse the repository at this point in the history
  • Loading branch information
lroberts36 committed May 14, 2024
1 parent 24bd71d commit 9de45fa
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion doc/sphinx/src/mesh/mesh.rst
Original file line number Diff line number Diff line change
Expand Up @@ -133,4 +133,6 @@ Parthenon implements AMR via a forest of octrees type approach.
fact to make ``LogicalLocation`` hashable so that it can be used with ``std::map``
and other hashed containers.
- Unlike in the Athena++ ``MeshBlockTree`` implementation that was historically used by
Parthenon, the entire logical index space of the
Parthenon, the entire logical index space of each tree is within the domain of the problem.
Even for some hyper-rectangular base meshes, this can result in forests that contain
multiple trees.

0 comments on commit 9de45fa

Please sign in to comment.