17 Feb
2016
17 Feb
'16
3:28 p.m.
Attached. print repr(mesh.ufl_cell()) returns: Cell('interval', 1) ________________________________________ From: firedrake-bounces@imperial.ac.uk <firedrake-bounces@imperial.ac.uk> on behalf of Lawrence Mitchell <lawrence.mitchell@imperial.ac.uk> Sent: 17 February 2016 15:23 To: firedrake@imperial.ac.uk Subject: Re: [firedrake] dimension with external mesh On 17/02/16 15:19, Tomasz Salwa [RPG] wrote:
Dear Lawrence
It's 2D. Similar to wave_tank.geo in your examples. But: ... v = TestFunction(V) delv_B = nabla_grad(v) delv_B.shape = (1, 2) ... while it should be (2,2).
OK, after you make the mesh, what does: print repr(mesh.ufl_cell()) return? Can you send the geo file you use? Lawrence