Directory Packages/ModelCreation/Dataflow/Modules/Math/

Total Files:
6
Deleted Files:
0
Lines of Code:
0

[root]/Packages/ModelCreation/Dataflow/Modules/Math

Lines of Code

Packages/ModelCreation/Dataflow/Modules/Math/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
jeroen 28 (100.0%) 450 (100.0%) 16.0

Most Recent Commits

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

8 lines of code changed in 12 files:

  • Packages/ModelCreation/Dataflow/Modules/Math: ApplyColumnOperation.cc (new), ApplyRowOperation.cc (new), CuthillMcKee.cc (new), ResizeMatrix.cc (+3 -3), ReverseCuthillMcKee.cc (+1 -1), sub.mk (new)
jeroen 2006-05-05 19:18 Rev.: 34141

Updates to fix the changes I made in Core/Algorithms. Renamed a couple of modules to better represent the functionality. Remove Cardiac Visualization tools developed for CVRTI.

11 lines of code changed in 6 files:

  • Packages/ModelCreation/Dataflow/Modules/Math: ApplyColumnOperation.cc (+2 -2), ApplyRowOperation.cc (+2 -2), CuthillMcKee.cc (+2 -2), ResizeMatrix.cc (+2 -2), ReverseCuthillMcKee.cc (+2 -2), sub.mk (+1 -1)
jeroen 2006-05-01 01:17 Rev.: 34056

Renamed CompartmentBoundary into DomainBoundary for more consistent naming, added framework for datastreaming (needs to be finished) add two modules for doing operations on a matrix on a row or column basis. Updated some of the module descriptions and various bug fixes.

153 lines of code changed in 6 files:

  • Packages/ModelCreation/Dataflow/Modules/Math: ApplyColumnOperation.cc (+74), ApplyRowOperation.cc (+73), CuthillMcKee.cc (+1 -1), ResizeMatrix.cc (+1 -1), ReverseCuthillMcKee.cc (+1 -1), sub.mk (+3 -1)
jeroen 2006-04-08 16:00 Rev.: 33810

update to most recent version

278 lines of code changed in 4 files:

  • Packages/ModelCreation/Dataflow/Modules/Math: CuthillMcKee.cc (+73), ResizeMatrix.cc (+99), ReverseCuthillMcKee.cc (+73), sub.mk (+33)
Generated by StatSVN 0.4.0