On Wed, Sep 01, 2010 at 11:55:34AM -0000, [email protected] wrote:
> ------------------------------------------------------------
> revno: 151
> committer: Marie E. Rognes <[email protected]>
> branch nick: fenics-doc
> timestamp: Wed 2010-09-01 13:52:09 +0200
> message:
>   Fix comment to match code to make verify_demo script more happy.
> modified:
>   source/demos/la/eigenvalue/python/documentation.rst
>
>

> === modified file 'source/demos/la/eigenvalue/python/documentation.rst'
> --- source/demos/la/eigenvalue/python/documentation.rst       2010-08-31 
> 19:57:18 +0000
> +++ source/demos/la/eigenvalue/python/documentation.rst       2010-09-01 
> 11:52:09 +0000
> @@ -50,7 +50,7 @@
>    mesh = Mesh("box_with_dent.xml.gz")
>    V = FunctionSpace(mesh, "CG", 1)
>
> -  # Define basis and then form the stiffness matrix
> +  # Define basis and bilinear form
>    u = TrialFunction(V)
>    v = TestFunction(V)
>    a = dot(grad(v), grad(u))*dx

Another thing to fix is a(u, v) in all the new demos.

--
Anders

_______________________________________________
Mailing list: https://launchpad.net/~fenics
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~fenics
More help   : https://help.launchpad.net/ListHelp

Reply via email to