[Libmesh-devel] patch for eliminating warnings with -Wextra for optimized builds

2011-08-09 Thread Roy Stogner
I want to run this by everyone before committing. I personally think that [compiling cleanly in opt mode with extra warnings enabled] is important enough to be worth [wrapping tons of function arguments in libmesh_debug_var()], but I want to give more than just John and I a chance to chime in ab

[Libmesh-devel] SubdomainID patch

2011-08-09 Thread Cody Permann
subdomain_id is now configurable in r4794 ./configure --with-subdomain-id-bytes=<1|2|4> The default is now set to 2 bytes (previously 1). This should not interfere with memory usage on any 64 bit machine. Cody -- ub

Re: [Libmesh-devel] Fwd: Exodus II Update

2011-08-09 Thread Cody Permann
This patch is committed - Exodus_IO_helper and Nemesis_IO_helper will now write "zero" IDs to their respective output files. I also committed a utility "src/apps/meshid.C" that will allow users to remap IDs in their solution files as needed. I have not tested this extensively but it appears to

Re: [Libmesh-devel] Fwd: Exodus II Update

2011-08-09 Thread Cody Permann
This patch is committed - Exodus_IO_helper and Nemesis_IO_helper will now write "zero" IDs to their respective output files. I also committed a utility "src/apps/meshid.C" that will allow users to remap IDs in their solution files as needed. I have not tested this extensively but it appears to