On Tuesday November 23 2010 03:21:18 Jack wrote: > Question #133812 on DOLFIN changed: > https://answers.launchpad.net/dolfin/+question/133812 > > Jack posted a new comment: > Is this possible?
Disclaimer: I have no experience with meshconverter :P That said: Have you tried using the dolfin-convert on your .inp file, and what did you get? Are there any meshfunctions either as a separate files or embeded in the generated mesh file? You should be able to grep on "mesh_data" in the generated mesh file to look for this. If not then the information is probably discarded. You can also take a look at the _abaqus function in: src/site-packages/dolfin/mesh/meshconverter.py to see if you can demangle what happens. Sorry for the lame answer... Johan _______________________________________________ Mailing list: https://launchpad.net/~dolfin Post to : [email protected] Unsubscribe : https://launchpad.net/~dolfin More help : https://help.launchpad.net/ListHelp

