thegooglecodearchive / sfepy

Automatically exported from code.google.com/p/sfepy
0 stars 0 forks source link

add support for abaqus, avs_ucd and hmascii 2d elements #141

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
I've attached patch to include support for abaqus 2d.

Not sure how to add files to git repos but I've attached the test meshes.

Also - please check the logic in meshio.py. I added mesh_from_tri_quad function 
based directly on mesh_from_tetra_hexa.

Similar 2d functions must still developed for avs_ucd and hmascii formats.

Original issue reported on code.google.com by freevryh...@gmail.com on 13 Jun 2010 at 6:47

Attachments:

GoogleCodeExporter commented 9 years ago
Added EasytoFix label

Original comment by freevryh...@gmail.com on 13 Jun 2010 at 6:49

GoogleCodeExporter commented 9 years ago
Thanks, the patch is in!

For adding new files, just use 'git add' in the same way you schedule files for 
next commit. It works even if the files are ignored via .gitignore, and so are 
not visible with 'git status'.

Also put your user/e-mail configuration into .git/config:

[user]
    email = ...
    name = ...

so that the patches you create on your laptop use the same author as your 
normal patches :-)

Original comment by robert.c...@gmail.com on 14 Jun 2010 at 8:43

GoogleCodeExporter commented 9 years ago
Migrated to http://github.com/sfepy/sfepy/issues/143

Original comment by robert.c...@gmail.com on 30 Jan 2012 at 10:27