[root]/Packages/BioPSE/Core/Algorithms/NumApproximation
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 41 (100.0%) | 1176 (100.0%) | 28.6 |
callahan | 12 (29.3%) | 496 (42.2%) | 41.3 |
sachse | 12 (29.3%) | 471 (40.1%) | 39.2 |
mjc | 14 (34.1%) | 208 (17.7%) | 14.8 |
mdavis | 1 (2.4%) | 1 (0.1%) | 1.0 |
dav | 2 (4.9%) | 0 (0.0%) | 0.0 |
Hack... had to cast to (int) so the SGI compiler would know what to do... :-(
0 lines of code changed in 2 files:
Minor cleanups, move initialization code out of parallel function
69 lines of code changed in 1 file:
Privatize BuildFEMatrix to match interface, remove unneeded private stuff.
21 lines of code changed in 1 file:
Cleanup file, move functions out of class declaration, indent properly, fix spacing, remove dead code
348 lines of code changed in 1 file:
Fix compiler warnings, turn off debugging by default, don't use DEBUG as a define in a header
11 lines of code changed in 1 file:
bug fix
37 lines of code changed in 1 file:
fix compiler warnings, some readabilty improvements
60 lines of code changed in 1 file:
fix compile, use ASSERT not assert
5 lines of code changed in 1 file:
Upgrade BuildFEMatrix part 1
434 lines of code changed in 11 files:
Fix SetupFEMatrix to use new basis
9 lines of code changed in 1 file:
Fix BuildTriFEMatrix.cc compilation
10 lines of code changed in 1 file:
Fixes for Mac OSX after H_O_Basis merge. Now compiles and runs on OSX 10.4.
Disabled MacForceLoad in Core/Init/init.cc until needed as the static constructors that were being called by this function no longer exist because the derived Field types went away.
Added in unsigned int operator for MaskedLatVolMesh::NodeIter.
Changed #include <values.h> to #include <float.h> for OSX compatibility.
Added in Core/Basis to various sub.mk files in BioPSE and Teem Packages.
1 lines of code changed in 1 file:
initial commit of H_O_Basis branch merge
139 lines of code changed in 7 files:
fix crash bug, remove SciTclStream
0 lines of code changed in 2 files:
Fix race condition in Thread::parallel. Make all of the templated versions blocking (so that we don't dangle the stack pointer object). Call the function directly if nthreads == 1.
3 lines of code changed in 2 files:
Merge v1_24_1_release into trunk
21 lines of code changed in 2 files:
checkpoint merge from branch for bux fixes
4 lines of code changed in 3 files:
Merge v1_24_0_release
4 lines of code changed in 2 files: