File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ There are three solvers:
2121* The class :func: `general_MG.GeneralMG2d <pyro.multigrid.general_MG.GeneralMG2d> ` solves a general elliptic
2222 equation of the form
2323
24- $$` \a lpha \p hi + \n abla \c dot ( \b eta \n abla \p hi) + \g amma \c dot \n abla \p hi = f$$
24+ $$\a lpha \p hi + \n abla \c dot ( \b eta \n abla \p hi) + \g amma \c dot \n abla \p hi = f$$
2525
2626 This class inherits
2727 the core functionality from :func: `MG.CellCenterMG2d <pyro.multigrid.MG.CellCenterMG2d> `.
@@ -35,6 +35,8 @@ to square grids with zoning a power of 2.
3535.. note ::
3636
3737 The multigrid solver is not controlled through ``pyro_sim.py ``
38- since there is no time-dependence in pure elliptic problems. Instead,
39- there are a few scripts in the multigrid/ subdirectory that
40- demonstrate its use.
38+ since there is no time-dependence in pure elliptic
39+ problems. Instead, there are a few scripts in the ``multigrid/ ``
40+ subdirectory (see:
41+ https://github.com/python-hydro/pyro2/tree/main/pyro/multigrid/examples)
42+ that demonstrate its use.
You can’t perform that action at this time.
0 commit comments