[root]/Packages/Uintah/Core/Math
TntJama
(2 files, 647 lines)
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 47 (100.0%) | 119 (100.0%) | 2.5 |
worthen | 16 (34.0%) | 50 (42.0%) | 3.1 |
banerjee | 6 (12.8%) | 35 (29.4%) | 5.8 |
livne | 4 (8.5%) | 15 (12.6%) | 3.7 |
jas | 17 (36.2%) | 15 (12.6%) | 0.8 |
dgroulx | 3 (6.4%) | 4 (3.4%) | 1.3 |
sparker | 1 (2.1%) | 0 (0.0%) | 0.0 |
Changes to make Uintah build on purple. Added function declarations for functions that were previous delcared only as friends. Added a configure variable IS_AIX instead of checking against the compiler for aix specific configure options.
1 lines of code changed in 2 files:
Moved the operator<< to be friend functions as this allows the (g++) compiler to find the functions and not get confused and give a unknown function error message when compiling. Strangely, all (most?) << functions must be friends as most any arbitrary new << function that is not a friend function causes others to be 'lost'. Also had to put the << functions into the Uintah namespace in the .cc files.
15 lines of code changed in 4 files:
Added two arguments to the end of all exception constructors, __FILE__ and __LINE__ for use in printing out meaningful exception info when exceptions are broken.
3 lines of code changed in 1 file:
Turn off clamping of R and U in polar decomposition. This change will
break the regression tester in a few places.
6 lines of code changed in 1 file:
Fix Mac (and windows) builds.
0 lines of code changed in 2 files:
Move LinearInterpolator and Node27Interpolator from Uintah/Core/Math to
Uintah/Core/Grid.
2 lines of code changed in 6 files:
Revert single large Uintah_Core.so to smaller Uintah_Core_*.so.
5 lines of code changed in 1 file:
Convert all libraries under the Uintah_Core_ to a single Uintah_Core.so.
1 lines of code changed in 1 file:
Remove reference to Matrix3 -- causes circular dependencies after move
of LinearInterpolator to Core/Math.
Turn off graphview compilation until it can be compiled cleanly.
2 lines of code changed in 1 file:
Move LinearInterpolator and Node27Interpolator to Uintah/Core/Math
0 lines of code changed in 5 files:
Move LinearInterpolator and Node27Interpolator to Uintah/Core/Math.
5 lines of code changed in 1 file:
Retire .cvsignore files
0 lines of code changed in 1 file:
Removed bug in polar decomposition. Negative values were being set
to zero.
29 lines of code changed in 1 file:
Add newline.
0 lines of code changed in 2 files:
remove unnecessary SHARE
1 lines of code changed in 5 files:
define a drand48 for win32
29 lines of code changed in 3 files:
Fixes for gcc 3.4
20 lines of code changed in 6 files:
Added a few more methods for manipulating Symmetric 2nd-order tensors.
0 lines of code changed in 4 files: