>>> Yeah, that whole function regressed when I was playing around with it >>> a while ago, and I didn't notice it until I started running more >>> adaptive simulations last week. >> >> Speaking of which... we really need a regression test system... and a >> suite of tests. We have some unit tests now... (although a _lot_ more >> work needs to be done there as well)... but we could benefit a lot >> from a simple regression test system (where we compare against "gold" >> outputs). I've been talking to _several_ people recently about the >> apparent lack of open source regression test software.... maybe it's >> time to fill the gap...
We should be able to start simple by scripting up the examples, and modifying them where appropriate. ex4 can work with any C1+ basis, and we should exercise it like that more frequently. Similarly with ex10 with the refinement, etc... > > Must be that time again ... the time where we talk about software > quality. > > I volunteer to be the first one to not do anything ;-] Along these lines, I'd like to target a new release in a month or so. Not too much beyond what is currently in the library, but there are some small mods to reading parallel meshes I'd like to make, and the EquationSystemsIO backwards compatibility needs to be made transparent. Specifically, I want to be able to use the ParallelMesh to solve a problem bigger than any single processor's RAM. This includes reading the mesh from disk, solving a steady linear system, and writing the solution back out. Nothing fancy, but enough to demonstrate a real advantage for using the ParallelMesh. (Although I doubt ParallelMesh will be the default yet.) BTW, sounds like y'all are getting some good results. Don't forget the gallery on the wiki. -Ben ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ Libmesh-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/libmesh-devel
