Comment 2 for bug 893029

Revision history for this message
Lothar Schumacher (lschumacher) 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.