I wrote my own meshing software using the CGAL libraries, I would like to use VTK files if possible as they are what I know the best (although I don't know it that well). It would be easy for me to create a mesh for each subdomain, would it be possible to have libmesh put them together? But, this doesn't seem like the best solution.
Any other suggests are welcome, it seems to me that ideally each subdomain should be contained as a "piece" in the VTK format (am I correct in this, or is there another preferred method). If importing pieces or element id in some fashion is something that libmesh could use I could likely add that functionality, if it isn't too difficult. Thanks, Andrew On 05/19/2012 02:29 PM, Kirk, Benjamin (JSC-EG311) wrote: > Exodus imports the "element block" information, which can be used to set > subdomains. We also support remapping subdomains if that is useful. > > What formats does your software support? We should import the subdomain ids > for any of the file formats we support. If not, it is an easy addition. > > -Ben > > > > On May 19, 2012, at 1:11 PM, "Andrew E > Slaughter"<[email protected]> wrote: > >> I need to import a grid that contains sub-domains, is this supported and >> in what formats? >> >> Thanks, >> Andrew >> >> ------------------------------------------------------------------------------ >> Live Security Virtual Conference >> Exclusive live event will cover all the ways today's security and >> threat landscape has changed and how IT managers can respond. Discussions >> will include endpoint security, mobile security and the latest in malware >> threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ >> _______________________________________________ >> Libmesh-users mailing list >> [email protected] >> https://lists.sourceforge.net/lists/listinfo/libmesh-users ------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ _______________________________________________ Libmesh-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/libmesh-users
