[root]/Dataflow/Modules/Math
doc
(1 files, 0 lines)
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 90 (100.0%) | 1235 (100.0%) | 13.7 |
callahan | 46 (51.1%) | 1067 (86.4%) | 23.1 |
mjc | 14 (15.6%) | 119 (9.6%) | 8.5 |
dav | 22 (24.4%) | 34 (2.8%) | 1.5 |
allen | 4 (4.4%) | 7 (0.6%) | 1.7 |
darbyb | 1 (1.1%) | 4 (0.3%) | 4.0 |
worthen | 2 (2.2%) | 2 (0.2%) | 1.0 |
dgroulx | 1 (1.1%) | 2 (0.2%) | 2.0 |
RHS doesn't need to be a strict ColumnMatrix anymore (but should still be Nx1)
0 lines of code changed in 2 files:
Fix SolveMatrix memory leaks.
29 lines of code changed in 1 file:
Separate out initialization part of parallel agorithm for sci SolveMatrix methods.
195 lines of code changed in 1 file:
Use get_input_handle for input ports.
3 lines of code changed in 1 file:
Use send_output_handle to send results downstream.
38 lines of code changed in 24 files:
Add some more includes to LinearAlgebra.h, including math.h.
0 lines of code changed in 2 files:
Fix timer issue, more code cleanups
135 lines of code changed in 1 file:
more code cleanups
99 lines of code changed in 1 file:
code cleanup
500 lines of code changed in 1 file:
changed NrrdData-> to NrrdData->nrrd_ and cleaned up everything associated with it
2 lines of code changed in 2 files:
Upgrading to Teem 1.9. Main changes include API changes for var-arg functions and more careful use of unsigned types. See http://sourceforge.net/project/shownotes.php?release_id=380683&group_id=85445 for more information.
4 lines of code changed in 1 file:
updated to use coding std for gui vars and to use the helpers methods for getting and sending handles
5 lines of code changed in 2 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
34 lines of code changed in 22 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
119 lines of code changed in 14 files:
Fix string initializer crash
6 lines of code changed in 1 file:
Move module gui variable initialization into the .cc files.
6 lines of code changed in 1 file:
Move module gui variable initialization into the .cc files. Also add some virtual destructors that were missing from modules.
12 lines of code changed in 2 files:
Move module gui variable initialization into the .cc files.
44 lines of code changed in 8 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
2 lines of code changed in 2 files:
The libxml2 branch merge
2 lines of code changed in 1 file: