Directory Packages/Uintah/Core/Math/

Total Files:
10
Deleted Files:
0
Lines of Code:
3103

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

Lines of Code

Packages/Uintah/Core/Math/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 21 (100.0%) 19 (100.0%) 0.9
jas 20 (95.2%) 13 (68.4%) 0.6
dav 1 (4.8%) 6 (31.6%) 6.0

Most Recent Commits

jas 2008-07-21 16:11 Rev.: 41664

Remove using namespace std; and replace with only what is needed.

2 lines of code changed in 4 files:

  • Packages/Uintah/Core/Math: FastMatrix.cc (new), Sparse.cc (new)
jas 2008-07-07 20:07 Rev.: 41434

Use the proper c++ standard for include files for the C inlude files, i.e.
<stdio.h> --> <cstdio>
<math.h> --> <cmath>

Tested on g++ 4.2 and 4.3 compilers.

11 lines of code changed in 16 files:

  • Packages/Uintah/Core/Math: CubeRoot.cc (new), CubicPolyRoots.cc (+2 -2), Matrix3.cc (+1 -1), Matrix3.h (+1 -1), Rand48.cc (new), Short27.cc (+1 -1), Short27.h (new), Sparse.h (+1 -1)
dav 2008-02-08 16:40 Rev.: 40151


M doc/MPM/MPMMaterialModels.tex
M CCA/Components/SimulationController/AMRSimulationController.cc
M Core/Grid/SimulationTime.cc
M Core/Grid/SimulationTime.h
M StandAlone/UintahUI/TimeInputPanel.java

Updates to deprecate "max_iterations" in favor of "max_Timesteps".

M CCA/Components/ICE/ICEDebug.cc

Remove compiler warnings by initializing variable.

M Core/Math/Sparse.cc

Fix indentation. Remove tabs.

6 lines of code changed in 1 file:

  • Packages/Uintah/Core/Math: Sparse.cc (+6 -5)
Generated by StatSVN 0.4.0