Directory Core/Math/

Total Files:
33
Deleted Files:
0
Lines of Code:
5934

[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 136 (100.0%) 143 (100.0%) 1.0
jas 116 (85.3%) 93 (65.0%) 0.8
guilkey 16 (11.8%) 50 (35.0%) 3.1
luitjens 2 (1.5%) 0 (0.0%) 0.0
harman 2 (1.5%) 0 (0.0%) 0.0

Most Recent Commits

harman 2010-12-01 16:32 Rev.: 46529

Removed dead code.

0 lines of code changed in 2 files:

  • Core/Math: sub.mk (changed)
guilkey 2010-09-17 16:12 Rev.: 46221

Add volume scaling to the Gaussian functionality.

0 lines of code changed in 4 files:

  • Core/Math: Gaussian.cc (changed), Gaussian.h (changed)
guilkey 2010-09-17 14:12 Rev.: 46216

The Weibull distribution now expects a mean instead of a median. This change
is being made in order to make the Weibull interface more consistent with the
Gaussian interface.

0 lines of code changed in 4 files:

  • Core/Math: Weibull.cc (changed), Weibull.h (new)
guilkey 2010-09-17 13:38 Rev.: 46215

Change log(0.5) to log(2.0) and put a - sign in the right place to avoid
doing pow(-number,non_integer).

2 lines of code changed in 1 file:

  • Core/Math: Weibull.h (+2 -2)
guilkey 2010-09-17 13:10 Rev.: 46214

Oops, in the previous commit, the old wrong code hadn't yet been commented out.

3 lines of code changed in 1 file:

  • Core/Math: Weibull.h (+3 -3)
guilkey 2010-09-17 13:02 Rev.: 46213

Rewrite the unused prob function which was apparently incorrect.

10 lines of code changed in 1 file:

  • Core/Math: Weibull.h (+10 -1)
guilkey 2010-09-17 12:25 Rev.: 46212

Picked apart the code a bit to make it easier to understand and modify. This
version does not change the answers.

16 lines of code changed in 1 file:

  • Core/Math: Weibull.h (+16 -3)
guilkey 2010-09-16 18:43 Rev.: 46210

Add arguments to the Weibull constructor (an exponent value),
Gaussian constructor (an exponent value and a reference volume).
Not yet using any of these, that's next. Also added a particle volume as an
argument to the rand function for Gaussian. Updated the usage of these classes
in the relevant constitutive models.

19 lines of code changed in 4 files:

  • Core/Math: Gaussian.cc (+3 -2), Gaussian.h (+5 -2), Weibull.cc (+3 -1), Weibull.h (+8 -1)
luitjens 2010-08-26 14:04 Rev.: 46112

Possible fix for aliasing errors.

0 lines of code changed in 2 files:

  • Core/Math: UintahMiscMath.h (new)
jas 2010-08-13 16:42 Rev.: 46034

Fix doxygen errors.

1 lines of code changed in 2 files:

  • Core/Math: SymmMatrix3.h (+1 -1)
jas 2010-08-11 20:35 Rev.: 46018

Update copyright date.

10 lines of code changed in 20 files:

  • Core/Math: CubeRoot.cc (new), CubicPolyRoots.cc (+1 -1), FastMatrix.cc (new), Matrix3.cc (+1 -1), Primes.cc (new), Rand48.cc (new), Short27.cc (+1 -1), Sparse.cc (+1 -1), SymmMatrix3.cc (+1 -1), TangentModulusTensor.cc (+1 -1)
jas 2010-03-08 14:00 Rev.: 45409

Update copyright dates

18 lines of code changed in 34 files:

  • Core/Math: CubeRoot.h (+1 -1), CubicPolyRoots.h (+1 -1), FastMatrix.h (new), Matrix3.h (+1 -1), Primes.h (+1 -1), Rand48.h (new), Short27.h (new), Sparse.h (new), StaticNumberArray.h (+1 -1), StaticObjectArray.h (new), SymmMatrix3.h (+1 -1), TangentModulusTensor.h (+1 -1), Tensor.h (new), Tensor2D.h (new), Tensor4D.h (new), UintahMiscMath.h (+1 -1), share.h (+1 -1), uintahshare.h (new)
jas 2010-03-08 10:54 Rev.: 45405

Undoing commit 45403

32 lines of code changed in 30 files:

  • Core/Math: CubeRoot.cc (+1 -1), CubeRoot.h (+1 -1), CubicPolyRoots.cc (+1 -1), CubicPolyRoots.h (+1 -1), FastMatrix.cc (+1 -1), FastMatrix.h (+1 -1), Matrix3.cc (+1 -1), Matrix3.h (+1 -1), Primes.cc (+1 -1), Primes.h (+1 -1), Rand48.cc (+1 -1), Rand48.h (+1 -1), Short27.cc (+1 -1), Short27.h (+1 -1), Sparse.cc (+1 -1), Sparse.h (+1 -1), StaticNumberArray.h (+1 -1), StaticObjectArray.h (+1 -1), SymmMatrix3.cc (+1 -1), SymmMatrix3.h (+1 -1), TangentModulusTensor.cc (+1 -1), TangentModulusTensor.h (+1 -1), Tensor.h (+1 -1), Tensor2D.h (+1 -1), Tensor4D.h (+1 -1), UintahMiscMath.h (+1 -1), Weibull.cc (+2 -2), Weibull.h (+2 -2), share.h (+1 -1), uintahshare.h (+1 -1)
jas 2010-03-07 23:13 Rev.: 45403

Update copyright date.

32 lines of code changed in 30 files:

  • Core/Math: CubeRoot.cc (+1 -1), CubeRoot.h (+1 -1), CubicPolyRoots.cc (+1 -1), CubicPolyRoots.h (+1 -1), FastMatrix.cc (+1 -1), FastMatrix.h (+1 -1), Matrix3.cc (+1 -1), Matrix3.h (+1 -1), Primes.cc (+1 -1), Primes.h (+1 -1), Rand48.cc (+1 -1), Rand48.h (+1 -1), Short27.cc (+1 -1), Short27.h (+1 -1), Sparse.cc (+1 -1), Sparse.h (+1 -1), StaticNumberArray.h (+1 -1), StaticObjectArray.h (+1 -1), SymmMatrix3.cc (+1 -1), SymmMatrix3.h (+1 -1), TangentModulusTensor.cc (+1 -1), TangentModulusTensor.h (+1 -1), Tensor.h (+1 -1), Tensor2D.h (+1 -1), Tensor4D.h (+1 -1), UintahMiscMath.h (+1 -1), Weibull.cc (+2 -2), Weibull.h (+2 -2), share.h (+1 -1), uintahshare.h (+1 -1)
Generated by StatSVN 0.4.0