Directory Core/Math/

Total Files:
32
Deleted Files:
0
Lines of Code:
6654

[root]/Core/Math
            directory in repo TntJama (26 files, 7967 lines)

Lines of Code

Core/Math/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 73 (100.0%) 849 (100.0%) 11.6
banerjee 2 (2.7%) 632 (74.4%) 316.0
jsutherland 10 (13.7%) 132 (15.5%) 13.2
guilkey 3 (4.1%) 56 (6.6%) 18.6
jas 58 (79.5%) 29 (3.4%) 0.5

Most Recent Commits

banerjee 2011-11-24 23:17 Rev.: 47874

Fast integration of smooth functions using double expopential integrator.

632 lines of code changed in 2 files:

  • Core/Math: DEIntegrationConstants.h (new 448), DEIntegrator.h (new 184)
jas 2011-08-31 02:48 Rev.: 47536

Update copyright year.

29 lines of code changed in 58 files:

  • Core/Math: CubeRoot.cc (new), CubeRoot.h (new), CubicPolyRoots.cc (new), CubicPolyRoots.h (new), FastMatrix.cc (+1 -1), FastMatrix.h (new), Matrix3.cc (+1 -1), Matrix3.h (new), Primes.cc (new), Primes.h (+1 -1), Rand48.cc (new), Rand48.h (+1 -1), Short27.cc (+1 -1), Short27.h (new), Sparse.cc (new), Sparse.h (+1 -1), StaticNumberArray.h (new), StaticObjectArray.h (new), SymmMatrix3.cc (+1 -1), SymmMatrix3.h (new), TangentModulusTensor.cc (+1 -1), TangentModulusTensor.h (new), Tensor.h (+1 -1), Tensor2D.h (+1 -1), Tensor4D.h (+1 -1), UintahMiscMath.h (new), Weibull.h (new), share.h (new), uintahshare.h (new)
jsutherland 2011-07-13 13:49 Rev.: 47330

tighten up a few things here.

2 lines of code changed in 1 file:

  • Core/Math: FastMatrix.cc (+2 -2)
jsutherland 2011-07-12 23:04 Rev.: 47324

Eliminate "using namespace std" and similar from header files. That is a big no-no!

13 lines of code changed in 7 files:

  • Core/Math: FastMatrix.cc (+1), FastMatrix.h (+2 -2), MiscMath.h (+1 -1), Sparse.cc (+1), Sparse.h (+7 -8), TangentModulusTensor.cc (+1)
guilkey 2011-03-16 12:05 Rev.: 46966

Adding yet another polarDecomposition technique. This one
(polarDecompositionAFFinvTran) seems to do a better job of returning
an orthogonal rotation tensor that polarDecompositionRMB.

54 lines of code changed in 2 files:

  • Core/Math: Matrix3.cc (+46 -3), Matrix3.h (+8 -5)
guilkey 2011-01-28 16:45 Rev.: 46753

Spit out a bit more information when polar decomposition fails.

2 lines of code changed in 1 file:

  • Core/Math: Matrix3.cc (+2)
jsutherland 2011-01-05 10:40 Rev.: 46667

This checkin may break something if I was not able to build it. I will clean it up if that happens...

- removing "using" standard namespace stuff from headers. This is really bad practice, and anyone doing it should be flogged. Opening up a namespace in a header file defeats the purpose of namespaces because all downstream inclusions of the header file will also result in that namespace opening up. This can lead to inadvertent name clashes, etc. Only open a namespace in an implementation file!

- put the SymmMatrix3 implementation in the Uintah namespace to be consistent with its declaration.

117 lines of code changed in 2 files:

  • Core/Math: Matrix3.h (+3 -6), SymmMatrix3.cc (+114 -110)
Generated by StatSVN 0.4.0