17 Feb
2016
17 Feb
'16
3:23 p.m.
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