Plot doesn't find mesh from ufl expressions with geometric quantities

Issue #544 resolved
Martin Sandve Alnæs created an issue

No reason this shouldn't work:

from dolfin import *
plot(SpatialCoordinate(UnitCubeMesh(3,3,3)))

Comments (3)

  1. Log in to comment