17 Feb
2016
17 Feb
'16
3:34 p.m.
On 17/02/16 15:28, Tomasz Salwa [RPG] wrote:
Attached.
print repr(mesh.ufl_cell()) returns:
Cell('interval', 1)
OK, this is your problem. The mesh is actually a mesh of intervals. Looking at your geo file, I see you need to add a physical surface, otherwise only the physical line is meshed. Something like: Physical Surface(6) = {6}; Then when I generate and read in the mesh, I get quadrilateral cells. Cheers, Lawrence