[root]/CCA/Components/Solvers
HyprePreconds
(13 files, 1250 lines)
HypreSolvers
(19 files, 2098 lines)
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 44 (100.0%) | 163 (100.0%) | 3.7 |
jas | 35 (79.5%) | 153 (93.9%) | 4.3 |
luitjens | 7 (15.9%) | 7 (4.3%) | 1.0 |
dav | 2 (4.5%) | 3 (1.8%) | 1.5 |
Migrated a few more function calls to the new patch interface.
Deleted the old patch interface.
Removed __New() from the new patch interface calls.
2 lines of code changed in 2 files:
Fixed compiler warning.
0 lines of code changed in 2 files:
Compiler warnings.
Throw exceptions if call Patch::numFaces and Patch::invalidFace.
2 lines of code changed in 1 file:
Fixed some more computes/requires errors.
4 lines of code changed in 2 files:
Added missing computes/requires.
1 lines of code changed in 1 file:
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.
3 lines of code changed in 2 files:
Remove the Packages/Uintah/
143 lines of code changed in 33 files:
Remove the Packages/Uintah/
8 lines of code changed in 1 file: