You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/source/multigrid_basics.rst
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,7 +25,10 @@ There are three solvers:
25
25
We simply use V-cycles in our implementation, and restrict ourselves
26
26
to square grids with zoning a power of 2.
27
27
28
-
The multigrid solver is not controlled through pyro.py since there is no time-dependence in pure elliptic problems. Instead, there are a few scripts in the multigrid/ subdirectory that demonstrate its use.
28
+
The multigrid solver is not controlled through ``pyro_sim.py`` since
29
+
there is no time-dependence in pure elliptic problems. Instead, there
30
+
are a few scripts in the multigrid/ subdirectory that demonstrate its
0 commit comments