Directory Core/Algorithms/Converter/

Total Files:
10
Deleted Files:
0
Lines of Code:
238

[root]/Core/Algorithms/Converter

Lines of Code

Core/Algorithms/Converter/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 20 (100.0%) 1050 (100.0%) 52.5
jeroen 14 (70.0%) 1039 (99.0%) 74.2
callahan 4 (20.0%) 8 (0.8%) 2.0
worthen 2 (10.0%) 3 (0.3%) 1.5

Most Recent Commits

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.

9 lines of code changed in 4 files:

  • Core/Algorithms/Converter: ConverterAlgo.cc (new), ConverterAlgo.h (+2 -10)
callahan 2006-05-18 10:18 Rev.: 34274

Fix various compiler warnings.

7 lines of code changed in 2 files:

  • Core/Algorithms/Converter: MatricesToDipoleField.cc (+7 -2)
callahan 2006-05-17 16:10 Rev.: 34270

Fix compiler warnings.

1 lines of code changed in 2 files:

  • Core/Algorithms/Converter: NrrdToField.cc (+1 -1)
worthen 2006-05-10 12:23 Rev.: 34182

Latest wave of windows fixes.

3 lines of code changed in 2 files:

  • Core/Algorithms/Converter: MatrixToField.h (+3 -1)
jeroen 2006-05-08 17:08 Rev.: 34169

Merge my algorithms from the ModelCreation package to Core/Algorithms so they are available for everyone. I added four directories to Core/Algorithms: Math for mathematical operations (mirrors Math in module tree), this currently has the FE code, Fields: my version of the field algorithms, these contain new ones and old ones with bug fixes to get my CardioWave stuff to work, Converter: Converter algorithms a series of converters to deal with conversion between Matrices, Nrrds and Fields, DataIO: gui less version for writing and reading in SCIRun files using PersistentIO or the Plug-ins. All the algorithms are grouped into libraries with one main header file: Algorithms/Math/MathAlgo.h Algorithms/Fields/FieldsAlgo.h Algorithms/DataIO/DataIOAlgo.h Algorithms/Converter/ConverterAlgo.h. Each library needs to be initialised with the ProgressReporter after which all the dynamic compilation is hidden from the user. I put all the algorithms in a separate namespace call SCIRunAlgo to avoid possible conflicts between class names. Similarly all the dynamic files will start with the word ALGO, to avoid duplication of filenames created by the current set of modules. --Jeroen

1030 lines of code changed in 10 files:

  • Core/Algorithms/Converter: ConverterAlgo.cc (+314), ConverterAlgo.h (+83), MatricesToDipoleField.cc (+117), MatricesToDipoleField.h (new 48), MatrixToField.cc (new 97), MatrixToField.h (+48), NrrdToField.cc (+236), NrrdToField.h (new 48), share.h (new 11), sub.mk (new 28)
Generated by StatSVN 0.4.0