Skip to content

Commit 22335ff

Browse files
committed
fix typo
1 parent 9cd55a9 commit 22335ff

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/source/multigrid_basics.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Multigrid solvers
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://bender.astro.sunysb.edu/hydro_by_example/CompHydroTutorial.pdf>`_ gives an introduction to solving elliptic equations, including multigrid.
88

99
There are three solvers:
1010

0 commit comments

Comments
 (0)