13 May
2014
13 May
'14
10:38 a.m.
On 13/05/14 11:01, Cotter, Colin J wrote:
Hi Firedrakers, What's the easiest way to get an unstructured mesh of the unit square into Firedrake? Is there a built in mesh?
Our built in meshes are basically structured (modulo some of the triangles being flipped). So you have to provide us with a mesh. We read gmsh: Mesh('foo.msh') or triangle Mesh('foo.node') or exodusII Mesh('foo.e') or Mesh('foo.exo') Cheers, Lawrence