On Tuesday 23 December 2008 12:14:51 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: 5446:b389f5659227c736445a0d90b16f23df0c52afb4 > tag: tip > user: Anders Logg <[email protected]> > date: Tue Dec 23 12:14:45 2008 +0100 > files: demo/pde/dg/advection-diffusion/python/demo.py > site-packages/dolfin/interpolate.py site-packages/dolfin/project.py > description: > Minor formatting fixes in demo and remove isinstance(v, Function) test in > interpolate() and project() which fails for IsOutflowFacet.
All special functions now also inherits from Function, making these tests pass again, and they are therfore added back. Johan > changeset: 5445:066d4b174350016f48ac3ff69807da5e849fe42b > user: "Garth N. Wells <[email protected]>" > date: Tue Dec 23 11:06:52 2008 +0000 > files: demo/pde/dg/advection-diffusion/python/demo.py > description: > Fix bug in Python DG advection-diffusion demo. > > > changeset: 5444:a75596904e724e76baf7cec4dd6bbc746cac82f7 > user: "Garth N. Wells <[email protected]>" > date: Tue Dec 23 10:59:10 2008 +0000 > files: demo/pde/dg/advection-diffusion/cpp/AdvectionDiffusion.form > demo/pde/dg/advection-diffusion/cpp/AdvectionDiffusion.h > demo/pde/dg/advection-diffusion/cpp/OutflowFacet.form > demo/pde/dg/advection-diffusion/cpp/OutflowFacet.h > demo/pde/dg/advection-diffusion/cpp/main.cpp description: > Use new IsOutflowFacet in C++ DG advection-diffusion demo. > > Results verified to be the same as the old version. > > ---------------------------------------------------------------------- > 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
