UFL

Activity log for bug #960000

Date Who What changed Old value New value Message
2012-03-20 08:10:57 Johan Hake bug added bug
2012-03-20 09:57:57 Johan Hake description The following three lines give comprehensible compilation error: from dolfin import * mesh = UnitSquare(2,2) assemble(dot(mesh.ufl_cell().n,mesh.ufl_cell().n)*dx) The following three lines give incomprehensible compilation error: from dolfin import * mesh = UnitSquare(2,2) assemble(dot(mesh.ufl_cell().n,mesh.ufl_cell().n)*dx)
2012-03-20 17:25:11 Anders Logg affects ffc ufl
2012-03-20 17:48:32 Martin Sandve Alnæs ufl: status New Confirmed
2012-03-20 17:48:53 Martin Sandve Alnæs ufl: importance Undecided Medium
2013-06-17 10:02:01 Martin Sandve Alnæs ufl: status Confirmed Invalid