Skip to content

Commit

Permalink
rm trivial (+ trivially wrong) comment in QG demo
Browse files Browse the repository at this point in the history
  • Loading branch information
dorugeber authored Jun 19, 2017
1 parent 138fa50 commit 4473f18
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions demos/quasigeostrophy_1layer/qg_1layer_wave.py.rst
Original file line number Diff line number Diff line change
Expand Up @@ -147,8 +147,8 @@ along with the physical parameters of the model. ::
Next, we define the variational problems. First the elliptic problem
for the stream function. ::

psi = TrialFunction(Vcg) # Test function
phi = TestFunction(Vcg) # Trial function
psi = TrialFunction(Vcg)
phi = TestFunction(Vcg)

# Build the weak form for the inversion
Apsi = (inner(grad(psi),grad(phi)) + F*psi*phi)*dx
Expand Down

0 comments on commit 4473f18

Please sign in to comment.