Skip to content

Commit 7751476

Browse files
authored
change link to multigrid notebook (#182)
we split up the old notebook, so this points to the basic example now
1 parent 7b7c6ba commit 7751476

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -105,10 +105,10 @@ on the grid are described in a jupyter notebook:
105105
https://github.com/python-hydro/pyro2/blob/main/pyro/mesh/mesh-examples.ipynb
106106
107107
108-
Many of the methods here rely on multigrid. The multigrid solver is
108+
Many of the methods here rely on multigrid. The basic multigrid solver is
109109
demonstrated in the juputer notebook:
110110
111-
https://github.com/python-hydro/pyro2/blob/main/pyro/multigrid/multigrid-examples.ipynb
111+
https://github.com/python-hydro/pyro2/blob/main/pyro/multigrid/multigrid-constant-coefficients.ipynb
112112
113113
114114
## Solvers
@@ -251,7 +251,7 @@ with their data.
251251
There is a set of notes that describe the background and details of the
252252
algorithms that pyro implements:
253253
254-
http://bender.astro.sunysb.edu/hydro_by_example/CompHydroTutorial.pdf
254+
http://open-astrophysics-bookshelf.github.io/numerical_exercises/
255255
256256
The source for these notes is also available on github:
257257

docs/source/multigrid_basics.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Multigrid Class Overview
44
pyro solves elliptic problems (like Laplace's equation or Poisson's
55
equation) through multigrid. This accelerates the convergence of
66
simple relaxation by moving the solution down and up through a series
7-
of grids. Chapter 9 of the `pdf notes <http://bender.astro.sunysb.edu/hydro_by_example/CompHydroTutorial.pdf>`_ gives an introduction to solving elliptic equations, including multigrid.
7+
of grids. Chapter 9 of the `pdf notes <http://open-astrophysics-bookshelf.github.io/numerical_exercises/CompHydroTutorial.pdf>`_ gives an introduction to solving elliptic equations, including multigrid.
88

99
There are three solvers:
1010

docs/source/notes.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Notes on the numerical methods
66
Detailed discussions and derivations of the numerical methods used in
77
pyro are given in the set of notes `Introduction to Computational
88
Astrophysical Hydrodynamics
9-
<http://bender.astro.sunysb.edu/hydro_by_example/CompHydroTutorial.pdf>`_,
9+
<http://open-astrophysics-bookshelf.github.io/numerical_exercises/CompHydroTutorial.pdf>`_,
1010
part of the `Open Astrophysics Bookshelf
1111
<https://github.com/Open-Astrophysics-Bookshelf>`_.
1212

0 commit comments

Comments
 (0)