On Mon, Mar 15, 2010 at 11:58 AM, Derek Gaston <[email protected]> wrote: > The problem with this is compatibility with existing mesh generators > like Cubit... Might be tricky to get them to write the correct > attribute as the subdomain ID.
Mesh generators don't have to write anything extra. If there are no attributes, libmesh doesn't assign any particular value to subdomain IDs, or it assigns the block id, at your discretion. It's only exodusII files written by libmesh that have the extra attribute. I'm not certain if the attributes are per-element, looking at the Exodus API now to check on that. -- John ------------------------------------------------------------------------------ Download Intel® Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proactively, and fine-tune applications for parallel performance. See why Intel Parallel Studio got high marks during beta. http://p.sf.net/sfu/intel-sw-dev _______________________________________________ Libmesh-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/libmesh-devel
