On Wed, Oct 30, 2019 at 4:48 PM Yuxiang Wang <yw...@virginia.edu> wrote:

> Thank you John for looking at it! I have been reading abaqus_io.C and
> think I found out why.
>
> There are two ways for ABAQUS to define the surface and only #1 is
> supported by libMesh now:
> 1) By specifying elem_id, side_id. This is the currently supported one,
> for example "391, S2"
> 2) By specifying elemset_name, side_id. This is NOT currently supported,
> and looks like "Elset_1, S3". This will probably be internally expanded to
> the format like #1: it will find all the elem_ids in the element set of
> Elset_1, and use S3 for all of them.
>
> We added a few lines and this now works with the #2 as well. Should I
> create a ticket and a pull request?
>

Sure, that would be great.

Thanks,
John

_______________________________________________
Libmesh-users mailing list
Libmesh-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/libmesh-users

Reply via email to