Quoting Anders Logg <[email protected]>: > On Fri, Dec 12, 2008 at 08:50:28PM +0100, DOLFIN wrote: > > One or more new changesets pushed to the primary dolfin repository. > > A short summary of the last three changesets is included below. > > > > changeset: 5323:641d9ef5646c82a621dbc6b6400200480843e38d > > tag: tip > > user: "Kristian Oelgaard <[email protected]>" > > date: Fri Dec 12 19:49:57 2008 +0000 > > files: TODO demo/pde/dg/poisson/cpp/main.cpp > demo/pde/dg/poisson/python/demo.py site-packages/dolfin/specialfunctions.py > > description: > > Fix copy/paste bug in specialfunctions.py and make dg/poisson demo work. > > Is the dot product on the last line of the form necessary or a > left-over from debugging?
The '+ gamma/h*dot(v, u)*ds' in 'a' should be there. Kristian > -- > Anders > > > > > changeset: 5322:d1b074b9e57c98584d654b6deb168d8966b3caed > > user: Anders Logg <[email protected]> > > date: Fri Dec 12 18:14:44 2008 +0100 > > files: TODO demo/la/block-matrix/cpp/main.cpp > demo/la/block-matrix/python/demo.py dolfin/ale/TransfiniteInterpolation.cpp > dolfin/la/BlockMatrix.cpp dolfin/la/BlockMatrix.h dolfin/la/BlockVector.cpp > dolfin/la/BlockVector.h > > description: > > Formatting fixes and cleanups for BlockMatrix and BlockVector. > > Demo also cleaned up. > > > > > > changeset: 5321:5127b5b4ea73c6cb350fe0894a787bc13d7f312a > > user: Anders Logg <[email protected]> > > date: Fri Dec 12 17:32:57 2008 +0100 > > files: TODO demo/nls/nonlinearpoisson/python/demo.py > > description: > > Attempt at fixing demo/nls/nonlinearpoisson/. Does not work, please have a > look. > > > > ---------------------------------------------------------------------- > > For more details, visit http://www.fenics.org/hg/dolfin > > _______________________________________________ > > DOLFIN-dev mailing list > > [email protected] > > http://www.fenics.org/mailman/listinfo/dolfin-dev > _______________________________________________ DOLFIN-dev mailing list [email protected] http://www.fenics.org/mailman/listinfo/dolfin-dev
