Directory Packages/ModelCreation/Dataflow/Modules/FiniteElements/

Total Files:
4
Deleted Files:
2
Lines of Code:
0

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

Lines of Code

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

Developers

Author Changes Lines of Code Lines per Change
Totals 30 (100.0%) 488 (100.0%) 16.2
jeroen 28 (93.3%) 475 (97.3%) 16.9
mjc 2 (6.7%) 13 (2.7%) 6.5

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

6 lines of code changed in 8 files:

  • Packages/ModelCreation/Dataflow/Modules/FiniteElements: BuildFEMatrix.cc (+1 -1), LinkToCompGrid.cc (new), LinkToCompGridByDomain.cc (+2 -2), sub.mk (+1 -1)
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.

3 lines of code changed in 2 files:

  • Packages/ModelCreation/Dataflow/Modules/FiniteElements: BuildFEMatrix.cc (+2 -2), sub.mk (+1 -1)
jeroen 2006-04-26 01:35 Rev.: 34014

Update package with latest developments

2 lines of code changed in 2 files:

  • Packages/ModelCreation/Dataflow/Modules/FiniteElements: BuildFEMatrix.cc (+1 -1), sub.mk (+1 -1)
jeroen 2006-04-08 16:00 Rev.: 33810

update to most recent version

149 lines of code changed in 6 files:

  • Packages/ModelCreation/Dataflow/Modules/FiniteElements: BuildFEMatrix.cc (-1), LinkFieldBoundary.cc (del), LinkFieldBoundaryByElement.cc (del), LinkToCompGrid.cc (+74), LinkToCompGridByDomain.cc (+73), sub.mk (+2 -2)
jeroen 2006-03-28 18:11 Rev.: 33669

Bug fixes and updates

4 lines of code changed in 1 file:

  • Packages/ModelCreation/Dataflow/Modules/FiniteElements: BuildFEMatrix.cc (+4 -4)
jeroen 2006-03-26 21:16 Rev.: 33648

Fixes to the system to link opposing boundaries in a geometry

12 lines of code changed in 2 files:

  • Packages/ModelCreation/Dataflow/Modules/FiniteElements: LinkFieldBoundary.cc (new 8), LinkFieldBoundaryByElement.cc (new 4)
jeroen 2006-03-23 19:59 Rev.: 33632

Some things got apparently not fixed when the Module class was redone

99 lines of code changed in 4 files:

  • Packages/ModelCreation/Dataflow/Modules/FiniteElements: BuildFEMatrix.cc (+2 -2), LinkFieldBoundary.cc (+4 -4), LinkFieldBoundaryByElement.cc (+91), sub.mk (+2 -1)
mjc 2006-03-22 16:42 Rev.: 33591

add with-tetgen option to configure, Make Module.h conform to the coding standard, and all the massive fallout from renaming variables and slots in that class

13 lines of code changed in 2 files:

  • Packages/ModelCreation/Dataflow/Modules/FiniteElements: BuildFEMatrix.cc (+5 -5), LinkFieldBoundary.cc (+8 -8)
jeroen 2006-03-22 10:12 Rev.: 33584

Sync package with latest development

200 lines of code changed in 3 files:

  • Packages/ModelCreation/Dataflow/Modules/FiniteElements: BuildFEMatrix.cc (+79), LinkFieldBoundary.cc (+89), sub.mk (+32)
Generated by StatSVN 0.4.0