[root]/Core/Math
TntJama
(15 files, 4756 lines)
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 110 (100.0%) | 5980 (100.0%) | 54.3 |
jas | 85 (77.3%) | 5644 (94.4%) | 66.4 |
guilkey | 9 (8.2%) | 161 (2.7%) | 17.8 |
luitjens | 11 (10.0%) | 113 (1.9%) | 10.2 |
dav | 3 (2.7%) | 45 (0.8%) | 15.0 |
charlesreid | 2 (1.8%) | 17 (0.3%) | 8.5 |
Fixing a memory leak
M CCA/Components/Arches/DQMOM.cc
Cleaning up, deleting some variables that weren't deleted before
M Core/Math/sci_lapack.cc
Changing some "delete"s to "delete[]"s
M Core/Datatypes/DenseMatrix.cc
Instead of always returning true, now returning INFO (Lapack variable indicating the solution status)
17 lines of code changed in 2 files:
uninitialzed pointers
1 lines of code changed in 1 file:
Incorporate material variability into the Kayenta model (work done by Scot Swan)
Changes to CNHDamage.cc to accomodate changes in Weibull.
24 lines of code changed in 4 files:
Change the convergence criteria for the polarRotationRMB code.
0 lines of code changed in 2 files:
Lowered the small number so that it is 5*machine precision. Eliminated a floating point division from the termination condition. Eliminated the iteration count and the corresponding termination condition. Terminate if the convergence has stopped.
0 lines of code changed in 2 files:
raised the convergence criteria to 10x machine precision.
1 lines of code changed in 1 file:
increased the convergence criteria.
1 lines of code changed in 1 file:
Fixed a couple bugs in the cubeRoot function.
Wrote a CurbeRootTest program which compares the time and accuracy to pow.
12 lines of code changed in 1 file:
Combined the two cubeRoot functions into one function with a default parameter. This eliminates some code duplication.
11 lines of code changed in 3 files:
Added new cubeRoot functions for quickly computing the cubedRoot of a double.
87 lines of code changed in 2 files:
Fix max link.
0 lines of code changed in 2 files:
Remove sgi woff ifdefs.
0 lines of code changed in 4 files:
Adding a Weibull distribution, so that material properties in MPM can now be
assigned according to either this or a normal (Gaussian) distribution.
137 lines of code changed in 3 files:
Combined Core/Math, Core/Disclosure, and Core/Geometry into one
library (with respect to linking (at least for now)) in order to get
around the circular dependency problem we are having under OSX... (and
on any other machine where we need to build static libraries.) Had to
add Core/Math to the PSELIBS line of a number of sub.mk files.
Currently all the files are compiled into the Core/Math library (but
still exist in their original locations). I created dummy.cc files to
allow me to still create the Core/Disclosure and Core/Geometry
libraries (which are now basically empty) so that I didn't have to
update all the sub.mk files to remove these references. However, at
some point in the near future, this needs to be cleaned up.
M Core/Persistent/Persistent.cc
For some reason Persistent.cc was #including <Endian.cc> which caused
symbols to appear twice. I changed this to #include the .h file.
This shouldn't be an issue... and may have only shown up (now, instead
of years ago) because I don't have TEEM turned on right now (TEEM used
to be on by default). (With TEEM turned on, Persistent.cc uses nrrd.h
for endian stuff.)
M CCA/Components/Arches/MCRT/ArchesRMCRT/RMCRTRRSDStratified.cc
Replaced 100000000000000000 with DBL_MAX, so that compilations on 32
bit machines don't error out.
45 lines of code changed in 1 file:
Remove sgi_stl_warnings include line
0 lines of code changed in 17 files:
Remove the Packages/Uintah/
35 lines of code changed in 33 files:
Add Uintah/Core/Math files
21 lines of code changed in 1 file:
Move Uintah/Core/Math to Core/Math
5558 lines of code changed in 28 files:
Add the MIT License to every *.cc, *.h,*.F, and sub.mk file.
30 lines of code changed in 2 files: