On Mar 19, 2014, at 11:12 AM, Daniel Wheeler <[email protected]> wrote:
> Can you send me the script and geo file and I'll try running it on
> multiple nodes and check that it at least works for me or try and
> debug it.
I wonder if the `open('tmsh3d.geo').read()` isn't what's blocking. Try
splitting this into three lines to see if you can tell where the problem lies,
e.g.
f = open('tmsh3d.geo')
geo = f.read()
mesh = Gmsh3D(geo)
_______________________________________________
fipy mailing list
[email protected]
http://www.ctcms.nist.gov/fipy
[ NIST internal ONLY: https://email.nist.gov/mailman/listinfo/fipy ]