13 May
                
                    2014
                
            
            
                13 May
                
                '14
                
            
            
            
        
    
                11:18 a.m.
            
        Hi Colin, You probably want something like: mesh = UnitSquareMesh(10,10) For anything more unstructured than this you can include an unstructured mesh from Gmsh. mesh = Mesh("/path/to/meshname.node") Hope this helps, Doru ________________________________ From: firedrake-bounces@imperial.ac.uk [firedrake-bounces@imperial.ac.uk] on behalf of Cotter, Colin J [colin.cotter@imperial.ac.uk] Sent: 13 May 2014 11:01 To: firedrake Subject: [firedrake] mesh Hi Firedrakers, What's the easiest way to get an unstructured mesh of the unit square into Firedrake? Is there a built in mesh? cheers --cjc