[root]/Packages/ModelCreation/Dataflow/Modules/TensorVectorMath
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 26 (100.0%) | 210 (100.0%) | 8.0 |
jeroen | 8 (30.8%) | 179 (85.2%) | 22.3 |
mjc | 3 (11.5%) | 22 (10.5%) | 7.3 |
dav | 15 (57.7%) | 9 (4.3%) | 0.6 |
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.
2 lines of code changed in 2 files:
Update package with latest developments
171 lines of code changed in 3 files:
Progress on linking opposing boundaries in FEM
0 lines of code changed in 2 files:
Some things got apparently not fixed when the Module class was redone
6 lines of code changed in 1 file:
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
9 lines of code changed in 15 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
22 lines of code changed in 3 files: