Comment 5 for bug 893029

Revision history for this message
Anders Logg (logg) wrote : Re: [Bug 893029] Re: Used VectorElement instead of VectorFunctionSpace in python script

Yes! It's a bug. I'll fix it and send it to the publisher.

I'm not sure it will make it into the printing. It depends on how far
the production process has come.

--
Anders

On Tue, Nov 22, 2011 at 12:33:35PM -0000, Martin Sandve Alnæs wrote:
> Then I must have looked at the wrong code and I guess you are right!
>
> Martin
>
>
> On 22 November 2011 13:10, Lothar Schumacher <email address hidden> wrote:
> > The python script in question starts with
> >
> > "from dolfin import *
> > mesh = UnitSquare(8, 8)
> > V = VectorElement(mesh, "Lagrange", 1)"
> >
> > If I run this through python I get
> >
> > "Invalid domain Lagrange."
> >
> > "V=VectorFunctionSpace(mesh, "Lagrange", 1)" would work and to me makes
> > much more sense.
> >
> >
> > Title:
> >  Used VectorElement instead of VectorFunctionSpace in python script
> >
> > Status in FEniCS Book Project:
> >  Invalid
> >
> > Bug description:
> >  According to the arguments page 197 line 3 of first python script on
> >  page should probably use VectorFunctionSpace and not VectorElement.
> >
> > To manage notifications about this bug go to:
> > https://bugs.launchpad.net/fenics-book/+bug/893029/+subscriptions
> >
>