FFC

Comment 2 for bug 1154721

Revision history for this message
Marie Rognes (meg-simula) wrote :

Even easier to reproduce without custom mesh using:

from dolfin import *
mesh = BoundaryMesh(UnitCubeMesh(5, 5, 5), "exterior")
E = FunctionSpace(mesh, "B", 3)