Directory Core/Algorithms/Util/

Total Files:
7
Deleted Files:
0
Lines of Code:
265

[root]/Core/Algorithms/Util

Lines of Code

Core/Algorithms/Util/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 22 (100.0%) 1568 (100.0%) 71.2
jeroen 21 (95.5%) 1563 (99.7%) 74.4
worthen 1 (4.5%) 5 (0.3%) 5.0

Most Recent Commits

jeroen 2006-06-09 12:57 Rev.: 34453

Series of bug fixes and first version of regression test for the core algorithms (currently limited), but will expand this soon to include most algorithms. Fixed HexVolMesh to do degenerate elements properly this time. First series of test indicated a series of problems in the algorithms fixed these here. To run the regression tests one still needs to have example files and gold standards. We will be setting up that directory shortly. Added the ability in the algorithms to compile dynamic files and delete them afterwards, so it is not a burden on the filing system. This now happens automatically when the algorithm detects that the ProgressReporter is of the class RegressionReporter. This automatically triggers the dynamic compilation system to build those libs on-the-fly but remove them afterwards

127 lines of code changed in 4 files:

  • Core/Algorithms/Util: FieldInformation.cc (+110), FieldInformation.h (+17)
jeroen 2006-05-29 21:23 Rev.: 34352

Adding preparations for Regression testing: added comaprison functions for dataflow objects. Modified Dynamic compilation so it has an option to compile load and destroy the library, to prevent the on-the-fly-lib directory to grow out of control when testing whether dynamically compilled algorithms work. Fixed HexVolMesh to deal with degenerate meshes and started to better optimize this mesh to use less memory (still need to finish this as table sizes can be shrunk even more). Added a RegressionReporter to store all the information during regression testing. Fixed the Finite Element Code to deal with degenerate elements (Comparison with Tetsn and Prisms show that Hexahedral elements with degenerate nodes can act as tetrahedrals or prisms and still generate the proper stiffness matrix). Fixed the visualization so degenerate elements show upm properly (fixed the order of the faces of these degenerate elements so the three unique element nodes are always returned first when quering a face). Still need to upgrade the quadsurfmesh to also support degenerate elements. Field boundary now also supports degenerate elements as the number of faces returned per element can now vary with the actual number of faces. Next to do: generate degenerate meshes with tets, piramids, prisms and hexahedral and test which algorithms fail and fix those.

16 lines of code changed in 6 files:

  • Core/Algorithms/Util: AlgoLibrary.h (new), DynamicAlgo.h (new), FieldInformation.cc (+10), FieldInformation.h (+4)
worthen 2006-05-10 12:23 Rev.: 34182

Latest wave of windows fixes.

5 lines of code changed in 1 file:

  • Core/Algorithms/Util: FieldInformation.cc (+5)
jeroen 2006-05-05 19:17 Rev.: 34140

Change Numeric into Math to better represent the tree we have as module names in the dataflow system. And a few fixes to FieldInformation class

209 lines of code changed in 3 files:

  • Core/Algorithms/Util: AlgoLibrary.h (+6), FieldInformation.cc (+197 -165), FieldInformation.h (+6)
jeroen 2006-04-14 13:53 Rev.: 33866

bug fix

1 lines of code changed in 1 file:

  • Core/Algorithms/Util: FieldInformation.cc (+1 -1)
jeroen 2006-03-06 13:47 Rev.: 33415

Moving classes for simplifying dynamic compilation here

1210 lines of code changed in 7 files:

  • Core/Algorithms/Util: AlgoLibrary.h (+94), AlgoList.h (new 80), DynamicAlgo.h (+55), FieldInformation.cc (+790), FieldInformation.h (+135), share.h (new 11), sub.mk (new 45)
Generated by StatSVN 0.4.0