[root]/Packages/BioPSE/Core/Algorithms/NumApproximation
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 28 (100.0%) | 1431 (100.0%) | 51.1 |
sbabaeiz | 4 (14.3%) | 802 (56.0%) | 200.5 |
worthen | 15 (53.6%) | 361 (25.2%) | 24.0 |
callahan | 3 (10.7%) | 129 (9.0%) | 43.0 |
sachse | 4 (14.3%) | 124 (8.7%) | 31.0 |
dmw | 2 (7.1%) | 15 (1.0%) | 7.5 |
- gcc on the MacBooks requires pointers to GL variables to have explicit GL types
15 lines of code changed in 2 files:
Temporary fix for SetupFEMatrix crash bug until code rewrite is completed.
5 lines of code changed in 1 file:
bug fixes
20 lines of code changed in 1 file:
bug fixes
45 lines of code changed in 1 file:
More code cleanups, identify class variables.
68 lines of code changed in 1 file:
Fix compiler warnings, minor cleanup
56 lines of code changed in 1 file:
bug fix jacobian ordering
40 lines of code changed in 1 file:
bug fixes: get_cell=>get_node, indexing
19 lines of code changed in 1 file:
Port Insight to windows, fix recent commits and Containers to work with Windows, and use an $(OBJEXT) in make variables instead of assuming .o for compiling
2 lines of code changed in 2 files:
I added the general BEM matrices to a new class BuildBEMatrix (cc and h) in /src/Packages/BioPSE/Core/Algorithms/NumApproximation/ and added BuildBEMatrix.cc file in the corresponding sub.mk file. Then changed SetupBEMatrix.h and SetupBEMatrix.cc accordingly
802 lines of code changed in 2 files:
I added the general BEM matrices to a new class BuildBEMatrix (cc and h) in /src/Packages/BioPSE/Core/Algorithms/NumApproximation/ and added BuildBEMatrix.cc file in the corresponding sub.mk file. Then changed SetupBEMatrix.h and SetupBEMatrix.cc accordingly
0 lines of code changed in 2 files:
SHARE -> SCISHARE
7 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
352 lines of code changed in 5 files: