Change log for Underworld 1.4.1 Enhancements ============ * backward compatibility for hdf5 checkpoint files from 1.2.0 * enhancements for Doxygen webpages * added a warning about particles not being in the domain, StgDomain = 585:15b2cba29424 ) * updates for test wrapper scripts and unit tests. Revisions: stgUnderworld: 240:e7c4dce79821 StGermain: 776:5595e5a83c90, 775:7fa13f018de0, 774:223d28735931 Experimental: 1131:d3e0265e77ac Underworld: 810:0d1748d52184 PICellerator: 396:d9b4b9192d0a StgFEM: 749:9f29dfe0be2c Bug Fixes ========= * For the definition of multiply viewports in a window where there are 2 or more spaces in the definition [gLucifer:a26907a39f4f] * For mpeg creation in parallel, [gLucifer:797e3a7ba46d] * Now all toolboxes are being Finalised, and PetscFinalize() is being called. [Experimental:f10808cb413f PICelerator:f0af717b7062 StGermain:b4b09b400465 StgDomain:e68ff9a12c81 StgFEM:5468b73a8d97 Underworld:69e1cdf7d177] (raw changesets of other changes below) StgDomain changeset: 591:40c6f173ebfd tag: tip parent: 588:1ed0705d273a user: JohnMansour date: Mon Mar 01 16:40:28 2010 +1100 summary: build phase for MeshShapeVC was attempting to use the passed in (void*)data to obtain a context. this function argument is generally null under the current implementation however. should instead use self->context to obtain required context. similar issues may present elsewhere. StgFEM Revision: 756 Branch: default Author: John Mansour 2010-03-02 13:01:38 Committer: John Mansour 2010-03-02 13:01:38 Tags: tip Parent: 755:80fe2a10b1a2 (Backed out changeset 3da956d80e71) _operatorfevariable_build was not calling _fevariable_build, this was resulting in no memory for GNx being allocated. on inspection, it seems that it should be fine for the _fevariable_build to be called, and all tests still pass. PICellerator changeset: 408:21c55474cd05 branch: 1.4.x tag: 1.4.1 parent: 405:541130b1620f user: JulianGiordani date: Fri Mar 05 11:29:14 2010 +1100 summary: silly typo in definition Julian Giordani, 25 Mar 2010 ChangeLog for Underworld-1.4 * New configuration step in installation process, './configure.py -h' for help. * Changes to the XML user interface, see the file XMLChanges_1.4 for details. * Multigrid solver is now available. * Superconvergent Patch Recovery (SPR) Method is now available. * Significant checkpointing improvements, hdf5 format is now the standard format, see manual for details. * Testing have been enabled. Currently 443 unit tests + 105 system tests. Automatic testing is run periodically on multiple platforms with Shinkou system, see https://www.mcc.monash.edu.au/trac/test/build. * New constructor/destroy/delete phases for all components and plugins. * Toolboxes / Context code tangle has been addressed. * Bugfixes and memory cleaning changes also.