dolfin team mailing list archive
-
dolfin team
-
Mailing list archive
-
Message #20243
Re: [Question #133812]: Tagged surfaces in input mesh
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
Follow ups
References