[root]/Packages/BioPSE/Dataflow/Modules/Forward
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 110 (100.0%) | 2121 (100.0%) | 19.2 |
sbabaeiz | 5 (4.5%) | 985 (46.4%) | 197.0 |
sachse | 6 (5.5%) | 652 (30.7%) | 108.6 |
callahan | 55 (50.0%) | 318 (15.0%) | 5.7 |
dav | 31 (28.2%) | 79 (3.7%) | 2.5 |
mjc | 8 (7.3%) | 75 (3.5%) | 9.3 |
dmw | 2 (1.8%) | 6 (0.3%) | 3.0 |
worthen | 2 (1.8%) | 5 (0.2%) | 2.5 |
mdavis | 1 (0.9%) | 1 (0.0%) | 1.0 |
Use get_input_handle and send_output_handle for ports.
0 lines of code changed in 46 files:
Check in basic for BEMTransferSrcToInf module.
253 lines of code changed in 4 files:
Fix compiler warnings.
2 lines of code changed in 1 file:
Fix compiler warnings.
1 lines of code changed in 1 file:
bug fix
0 lines of code changed in 2 files:
- Make ApplyFEMCurrentSource module work with source/sink configuration again. - No longer split the output Matrix in build-fem-elem-leadfield network
5 lines of code changed in 1 file:
Solved the forward problem of EIT
529 lines of code changed in 2 files:
adding SetupEITMatrix which solves the forward problem of EIT
2 lines of code changed in 1 file:
Dataflow/Modules/Render/Painter.h
Dataflow/Modules/Render/Painter.cc
Fixed compiler warnings.
Dataflow/Modules/String/SprintfMatrix.cc
Packages/BioPSE/Dataflow/Modules/Forward/ApplyFEMVoltageSource.cc
Packages/BioPSE/Dataflow/Modules/Forward/EITAnalyticSolution.cc
Packages/BioPSE/Dataflow/Modules/Inverse/Tikhonov.cc
Packages/BioPSE/Dataflow/Modules/Inverse/DipoleSearch.cc
Initialized variables that could be used uninitialized. (Not sure if
these are the right defaults, but at least they will be consistent.)
Packages/BioPSE/Dataflow/Modules/Forward/SetupBEMatrix.cc
Changed 'filed' to 'field'... I think it was a typo.
Packages/rtrt/Core/SketchMaterial.h
Packages/rtrt/StandAlone/scenes/sub.mk
SketchMaterial no longer compiles with the newest Teem. It was
originally created by James Bigler to work around thread safety/memory
issues in Teem. He used internal Teem functions/variables to make
things work. With the updates to Teem, the SketchMaterial will
probably need to be completely rewritten. It is only used in one
scene right now, so I am turning it off. (Note, there are a few #if
0's in the SketchMaterial.h file right now as I was trying to get it
to compile, but it doesn't make sense to turn everything off and leave
the file, so I'm removing it from the sub.mk.
Packages/rtrt/StandAlone/tex-utils/pnn-vq.cc
Fixed (strict) compilation error. (Must use the Class, not an
instance of the Class.)
Packages/rtrt/StandAlone/tex-utils/pca-error.cc
Use the new Teem '_nva' version of the function.
8 lines of code changed in 3 files:
Two things coming on it commit:
1) Dataflow/Ports was moved into Dataflow/Network/Ports
- Fixed the sub.mk files to not use libDataflow_Ports as it is now part of
libDataflow_Network. Cleaned many of the sub.mk files up so that
libraries were only listed once.
- I've only tested these changes on the main Packages... I visually
inspected the others, don't know for sure if I got everything.
2) Clean up of Uintah problems from the large commit Marty made earlier
- continue to use getID() for patches.
- another commit is coming shortly to continue the fixes for Uintah
70 lines of code changed in 27 files:
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
14 lines of code changed in 7 files:
formatting changes
61 lines of code changed in 1 file:
Dynamic compilation added, generalization of dipole
431 lines of code changed in 2 files:
Fixed typo so that compilation would pass... Thanks for helping me pad
my commit stats. ;-)
1 lines of code changed in 1 file:
Cleanup ProgressReporter class. Remvoed un-needed ProgressReporter::update_progress(int, int) method, and replaced w/ call to ProgressReporter(double) method. Removed double Module::progress; and use base class protected double ProgressReporter::progress_percent_; instead
1 lines of code changed in 1 file:
Generalization
221 lines of code changed in 2 files:
- Add missing library dependency to link line (fixes build on OSX)
1 lines of code changed in 1 file:
Instead of adding the module I had developed for Eric Voth to solve the BEM-ESI problem to SCIRun, I modified the existing SetupBEMatrix.cc, so now it works for both BEM-ECG and BEM-ESI problems.
454 lines of code changed in 2 files:
Windows Port. Big changes: new share.h includes and SHARE macros. Change use of hash_map to be compatible with windows. Use of gl extensions
5 lines of code changed in 2 files:
Remove unused get_gradient_basis function from some TetVolMesh. This should be done through the basis now. Move the implementation to the only place it is still used in BioPSE/Forward/ApplyFEMCurrentSource.
62 lines of code changed in 1 file:
(1 more)