Skip to content

Commit 8d8077a

Browse files
author
Michael Zingale
committed
docstrings throughout. Some functions made private
1 parent 0020a7f commit 8d8077a

2 files changed

Lines changed: 161 additions & 41 deletions

File tree

multigrid/mg_vis.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ def f(x,y):
4848
xr_BC_type="dirichlet", yr_BC_type="dirichlet",
4949
verbose=0,
5050
nsmooth=5, nsmooth_bottom=10,
51-
vis=1, trueFunc=true,
51+
vis=1, true_function=true,
5252
vis_title=r"$u_{xx} + u_{yy} = -2[(1-6x^2)y^2(1-y^2) + (1-6y^2)x^2(1-x^2)]$")
5353

5454
pylab.ion()

0 commit comments

Comments
 (0)