2009/3/16 <[email protected]>: > > Personally I would actually use this capability (It's on my Todo > list).... so if someone hasn't done it by the time I'm finished with > my current task (which is a big task so it might be at least 3 or 4 > days) I'll implement it myself. > > Derek >
Since the BoundaryInfo class will be changed, what about changing the hard-coded "short int" of the boundary id type to a typedef? (like the subdomain_id_type in the Elem class, recently changed). It shouldn't take too long, assuming that short isn't used for other purposes in libMesh. Personally I think that the invalid_id value (-1234) is a little awkward. It would make more sense to use unsigned short int for the type (or even unsigned char) and set invalid_id to 0. But that will conflict with other parts of the code. Paulo ------------------------------------------------------------------------------ Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are powering Web 2.0 with engaging, cross-platform capabilities. Quickly and easily build your RIAs with Flex Builder, the Eclipse(TM)based development software that enables intelligent coding and step-through debugging. Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com _______________________________________________ Libmesh-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/libmesh-users
