[root]/Packages/ModelCreation/Core/Numeric
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 42 (100.0%) | 1915 (100.0%) | 45.5 |
jeroen | 41 (97.6%) | 1914 (99.9%) | 46.6 |
darbyb | 1 (2.4%) | 1 (0.1%) | 1.0 |
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
0 lines of code changed in 7 files:
Update package with latest developments
267 lines of code changed in 2 files:
Adding Filename output ports for file readers so one can add the filename in the viewer automatically. Fixing problem with std namespaces being added by SCIRun include files. Using explicit namespace declarations to avoid problem by spill over of other namespaces included using 'using namespace'
1 lines of code changed in 1 file:
add Frank's edits to FEM generation to Module-less copy
6 lines of code changed in 1 file:
Added a special linear stiffness matrix generator to speed up the code
0 lines of code changed in 6 files:
bug fixes
0 lines of code changed in 1 file:
bug fixes
0 lines of code changed in 1 file:
update to most recent version
126 lines of code changed in 4 files:
Fixed capitalization of Datatypes directory in include.
1 lines of code changed in 1 file:
Bug fixes and updates
87 lines of code changed in 3 files:
Sync package with latest development
21 lines of code changed in 3 files:
Updates of functions that are called by the CardioWave interface
523 lines of code changed in 4 files:
Rewrote BuidFEMatrix, so other modules can call it as a library function. Added a converter from matrix to field (as the route using nrrds is still broken). Improved functions to build membrane models in a volume conductor
691 lines of code changed in 5 files:
Added new modules and FieldAlgorithms for computation of geometry of cellular models
192 lines of code changed in 3 files: