Directory CCA/Components/Solvers/

Total Files:
19
Deleted Files:
0
Lines of Code:
5621

[root]/CCA/Components/Solvers
                directory in repo HyprePreconds (13 files, 1250 lines)
                directory in repo HypreSolvers (19 files, 2098 lines)

Lines of Code

CCA/Components/Solvers/ Lines of Code

Developers

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

Most Recent Commits

luitjens 2009-11-16 11:41 Rev.: 45067

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:

  • CCA/Components/Solvers: HypreDriverSStruct.cc (+2 -2)
luitjens 2009-10-27 10:45 Rev.: 44952

Fixed compiler warning.

0 lines of code changed in 2 files:

  • CCA/Components/Solvers: AMRSolver.cc (new)
jas 2009-10-22 20:57 Rev.: 44941

Compiler warnings.

Throw exceptions if call Patch::numFaces and Patch::invalidFace.

2 lines of code changed in 1 file:

  • CCA/Components/Solvers: HypreDriverSStruct.cc (+2)
luitjens 2009-10-12 11:20 Rev.: 44843

Fixed some more computes/requires errors.

4 lines of code changed in 2 files:

  • CCA/Components/Solvers: CGSolver.cc (new)
luitjens 2009-10-12 10:59 Rev.: 44842

Added missing computes/requires.

1 lines of code changed in 1 file:

  • CCA/Components/Solvers: CGSolver.cc (+1)
dav 2009-03-17 12:27 Rev.: 43737

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:

  • CCA/Components/Solvers: sub.mk (new)
jas 2009-03-09 15:29 Rev.: 43510

Remove the Packages/Uintah/

143 lines of code changed in 33 files:

  • CCA/Components/Solvers: AMRSolver.cc (+14 -14), AMRSolver.h (new), CGSolver.cc (+20 -20), CGSolver.h (new), DirectSolve.cc (new), DirectSolve.h (new), HypreDriver.cc (new), HypreDriver.h (+11 -11), HypreDriverSStruct.cc (+12 -12), HypreDriverSStruct.h (new), HypreDriverStruct.cc (new), HypreDriverStruct.h (+1 -1), HypreSolver.cc (new), HypreSolver.h (+2 -2), HypreSolverParams.h (+1 -1), MatrixUtil.h (+6 -6), SolverFactory.cc (+7 -7), SolverFactory.h (+3 -3)
jas 2009-03-09 15:23 Rev.: 43506

Remove the Packages/Uintah/

8 lines of code changed in 1 file:

  • CCA/Components/Solvers: sub.mk (+8 -8)
Generated by StatSVN 0.4.0