Tagged surfaces in input mesh

Asked by Jack

Hi

If I have an input mesh in, say, Abaqus .inp format with one or more tagged surfaces or even grouped nodes, does dolfin-convert recognise these. If it does, how do I refer to these surfaces in actual code?

Many thanks

Jack

Question information

Language:
English Edit question
Status:
Answered
For:
DOLFIN Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
Jack (attacking-chess) said :
#1

Is this possible?

Revision history for this message
Johan Hake (johan-hake) said :
#2

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

Revision history for this message
Jack (attacking-chess) said :
#3

Thanks Johan. This is actually quite helpful and I'll give it a try.

Jack

Can you help with this problem?

Provide an answer of your own, or ask Jack for more information if necessary.

To post a message you must log in.