Element subdomain ID is not related to partitioning. I use CUBIT to make exodus files, and "block IDs" in CUBIT get read in as subdomain IDs in libMesh, which is very convenient. This is analogous to how sidesets get read in as boundary IDs.
David On 11/12/2013 05:02 PM, Manav Bhatia wrote: > A follow-up question: > Is the element subdomain-id also coupled with the mesh partitioning? > Or can that be set independently? > Also, can this be read in from the mesh files, like the bounday ids? > Thanks, > Manav > > On Tue, Nov 12, 2013 at 4:59 PM, Manav Bhatia <[email protected] > <mailto:[email protected]>> wrote: > > I think that would work. > Thanks, David! > -Manav > > On Tue, Nov 12, 2013 at 4:56 PM, David Knezevic > <[email protected] <mailto:[email protected]>> > wrote: > > Can you just use elem->subdomain_id() ? > > David > > > On 11/12/2013 04:44 PM, Manav Bhatia wrote: > > Hi, > > > > Is there a mechanism, similar to the boundary id in > BoundaryInfo, to > > set tags on a subset of elements in the mesh. I am trying to > see if this is > > possible for assigning material properties, volumetric > loads, etc. > > > > Thanks, > > Manav > > > > ------------------------------------------------------------------------------ > > DreamFactory - Open Source REST & JSON Services for HTML5 & > Native Apps > > OAuth, Users, Roles, SQL, NoSQL, BLOB Storage and External > API Access > > Free app hosting. Or install the open source package on any > LAMP server. > > Sign up and see examples for AngularJS, jQuery, Sencha Touch > and Native! > > > > http://pubads.g.doubleclick.net/gampad/clk?id=63469471&iu=/4140/ostg.clktrk > > _______________________________________________ > > Libmesh-users mailing list > > [email protected] > <mailto:[email protected]> > > https://lists.sourceforge.net/lists/listinfo/libmesh-users > > > > ------------------------------------------------------------------------------ > DreamFactory - Open Source REST & JSON Services for HTML5 & > Native Apps > OAuth, Users, Roles, SQL, NoSQL, BLOB Storage and External API > Access > Free app hosting. Or install the open source package on any > LAMP server. > Sign up and see examples for AngularJS, jQuery, Sencha Touch > and Native! > > http://pubads.g.doubleclick.net/gampad/clk?id=63469471&iu=/4140/ostg.clktrk > _______________________________________________ > Libmesh-users mailing list > [email protected] > <mailto:[email protected]> > https://lists.sourceforge.net/lists/listinfo/libmesh-users > > > ------------------------------------------------------------------------------ DreamFactory - Open Source REST & JSON Services for HTML5 & Native Apps OAuth, Users, Roles, SQL, NoSQL, BLOB Storage and External API Access Free app hosting. Or install the open source package on any LAMP server. Sign up and see examples for AngularJS, jQuery, Sencha Touch and Native! http://pubads.g.doubleclick.net/gampad/clk?id=63469471&iu=/4140/ostg.clktrk _______________________________________________ Libmesh-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/libmesh-users
