Skip to content

Commit

Permalink
maybe link the notes
Browse files Browse the repository at this point in the history
  • Loading branch information
lroberts36 committed Jun 10, 2024
1 parent 7ae50f6 commit bd7b6c3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
4 changes: 3 additions & 1 deletion doc/sphinx/src/mesh/mesh.rst
Original file line number Diff line number Diff line change
Expand Up @@ -135,4 +135,6 @@ Parthenon implements AMR via a forest of octrees type approach.
- Unlike in the Athena++ ``MeshBlockTree`` implementation that was historically used by
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.
multiple trees.

Some implementation notes about our forest can be found in :ref:`these notes <doc/latex/main.pdf>`.
5 changes: 4 additions & 1 deletion doc/sphinx/src/solvers.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,10 @@ of a multi-grid based linear solver in Parthenon is also given in
preconditioner for BiCGStab). We plan to build wrappers that simplify the
use of these methods in down stream codes in the future. Note that the
example code does not currently rely on the Stencil and SparseMatrixAccessor
code described below.
code described below.

Some implementation notes about geometric multi-grid can be found in
:ref:`these notes <doc/latex/main.pdf>`.

Stencil
-------
Expand Down

0 comments on commit bd7b6c3

Please sign in to comment.