On Sat, Jun 29, 2013 at 2:54 PM, Subramanya Sadasiva <[email protected]>wrote:
> On Sat, Jun 29, 2013 at 12:13 PM, subramanya gautam > <[email protected]> wrote: > > > > Why do you want your elements set names to have anything to do with > element > >type? This really shouldn't be necessary with libMesh. > > The current version of AbaqusIO in libmesh assigns subdomain ids based > element types. > Yes - and we do this because you can only have a single geometric element type in a given block for Exodus files. Since Exodus files are used so commonly by libmesh users, I decided to split up the elements within a given Abaqus elset into geometric types as well, to make writing them to Exodus files easier. -- John ------------------------------------------------------------------------------ This SF.net email is sponsored by Windows: Build for Windows Store. http://p.sf.net/sfu/windows-dev2dev _______________________________________________ Libmesh-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/libmesh-users
