Directory Packages/Uintah/Core/Math/

Total Files:
13
Deleted Files:
6
Lines of Code:
2537

[root]/Packages/Uintah/Core/Math
                    directory in repo TntJama (2 files, 647 lines)

Lines of Code

Packages/Uintah/Core/Math/ Lines of Code

Developers

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

Most Recent Commits

dgroulx 2005-09-07 12:45 Rev.: 31912

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:

  • Packages/Uintah/Core/Math: Primes.cc (new)
livne 2005-08-22 13:22 Rev.: 31637

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:

  • Packages/Uintah/Core/Math: Matrix3.cc (+12 -9), Matrix3.h (new)
dgroulx 2005-07-12 12:26 Rev.: 31087

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:

  • Packages/Uintah/Core/Math: Primes.cc (+3 -2)
banerjee 2005-06-22 11:16 Rev.: 30809

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:

  • Packages/Uintah/Core/Math: Matrix3.cc (+6 -6)
worthen 2005-05-11 12:41 Rev.: 30145

Fix Mac (and windows) builds.

0 lines of code changed in 2 files:

  • Packages/Uintah/Core/Math: sub.mk (changed)
jas 2005-05-10 13:34 Rev.: 30124

Move LinearInterpolator and Node27Interpolator from Uintah/Core/Math to
Uintah/Core/Grid.

2 lines of code changed in 6 files:

  • Packages/Uintah/Core/Math: LinearInterpolator.cc (del), LinearInterpolator.h (del), Node27Interpolator.cc (del), Node27Interpolator.h (del), ParticleInterpolator.h (del), sub.mk (+2 -3)
jas 2005-04-29 11:45 Rev.: 30030

Revert single large Uintah_Core.so to smaller Uintah_Core_*.so.

5 lines of code changed in 1 file:

  • Packages/Uintah/Core/Math: sub.mk (+5 -1)
jas 2005-04-27 13:40 Rev.: 29989

Convert all libraries under the Uintah_Core_ to a single Uintah_Core.so.

1 lines of code changed in 1 file:

  • Packages/Uintah/Core/Math: sub.mk (+1 -5)
jas 2005-04-27 08:52 Rev.: 29984

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:

  • Packages/Uintah/Core/Math: Matrix3.h (+2)
jas 2005-04-26 20:35 Rev.: 29977

Move LinearInterpolator and Node27Interpolator to Uintah/Core/Math

0 lines of code changed in 5 files:

  • Packages/Uintah/Core/Math: LinearInterpolator.cc (new), LinearInterpolator.h (new), Node27Interpolator.cc (new), Node27Interpolator.h (new), ParticleInterpolator.h (new)
jas 2005-04-26 20:34 Rev.: 29976

Move LinearInterpolator and Node27Interpolator to Uintah/Core/Math.

5 lines of code changed in 1 file:

  • Packages/Uintah/Core/Math: sub.mk (+5 -2)
sparker 2005-04-15 19:36 Rev.: 29841

Retire .cvsignore files

0 lines of code changed in 1 file:

  • Packages/Uintah/Core/Math: .cvsignore (del)
banerjee 2005-03-10 12:54 Rev.: 29234

Removed bug in polar decomposition. Negative values were being set
to zero.

29 lines of code changed in 1 file:

  • Packages/Uintah/Core/Math: Matrix3.cc (+29 -23)
jas 2005-02-24 09:50 Rev.: 28911

Add newline.

0 lines of code changed in 2 files:

  • Packages/Uintah/Core/Math: Rand48.h (changed)
worthen 2005-02-22 11:33 Rev.: 28848

remove unnecessary SHARE

1 lines of code changed in 5 files:

  • Packages/Uintah/Core/Math: Matrix3.h (-1), Short27.h (-1), Sparse.cc (+1)
worthen 2005-02-22 11:32 Rev.: 28847

define a drand48 for win32

29 lines of code changed in 3 files:

  • Packages/Uintah/Core/Math: Rand48.cc (new 16), Rand48.h (+8), sub.mk (+5)
worthen 2005-02-08 14:25 Rev.: 28526

Fixes for gcc 3.4

20 lines of code changed in 6 files:

  • Packages/Uintah/Core/Math: Sparse.h (+1 -1), StaticNumberArray.h (+12 -12), Tensor4D.h (+7 -7)
banerjee 2005-01-03 20:15 Rev.: 27799

Added a few more methods for manipulating Symmetric 2nd-order tensors.

0 lines of code changed in 4 files:

  • Packages/Uintah/Core/Math: SymmMatrix3.cc (new), SymmMatrix3.h (new)
Generated by StatSVN 0.4.0