Re: [Libmesh-devel] Parallel:: changes incoming

2011-05-19 Thread Derek Gaston
Thanks for the heads up. I have some big test jobs running over e weekend to try to answer some of your questions about the new System::update() code. Hopefully we'll have some clarity on Monday... Derek Sent from my iPad On May 19, 2011, at 4:46 PM, Roy Stogner wrote: > > In the course of m

[Libmesh-devel] Parallel:: changes incoming

2011-05-19 Thread Roy Stogner
In the course of making BoundaryInfo::sync() compatible with ParallelMesh, I found myself wishing that Parallel::set_union() worked on std::map,T3>. So I made that happen. This involved replacing the Parallel::data_type() template function with a Parallel::StandardType template class, but mostly