dolfin team mailing list archive
-
dolfin team
-
Mailing list archive
-
Message #11127
Re: [HG DOLFIN] Fix copy/paste bug in specialfunctions.py and make dg/poisson demo work.
On Fri, Dec 12, 2008 at 09:09:28PM +0100, Kristian Oelgaard wrote:
> Quoting Anders Logg <logg@xxxxxxxxx>:
>
> > 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 <k.b.oelgaard@xxxxxxxxxx>"
> > > 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
Yes, but I mean should it be written
gamma/h*v*u*ds
as before?
--
Anders
Attachment:
signature.asc
Description: Digital signature
References