> Working w/ the latest tag libMesh-0.6.3 > > Shouldn't > > ExodusII::get_num_elem_blk() > > & > > MeshBase::n_subdomains() > > return the same value? > or do they represent different things?
Exodus blocks are used solely to group elements of like type, not like materials (which is how I view the libMesh subdomain_id tag). So an Exodus file with 1 element type will have 1 element block - likewise a 3D mesh with hexes, prisms, tets, and pyramids will have four blocks. -Ben ------------------------------------------------------------------------------ SF.Net email is Sponsored by MIX09, March 18-20, 2009 in Las Vegas, Nevada. The future of the web can't happen without you. Join us at MIX09 to help pave the way to the Next Web now. Learn more and register at http://ad.doubleclick.net/clk;208669438;13503038;i?http://2009.visitmix.com/ _______________________________________________ Libmesh-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/libmesh-users
