[root]/Packages/Uintah/CCA/Components/Solvers/HypreSolvers
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 77 (100.0%) | 1855 (100.0%) | 24.0 |
livne | 76 (98.7%) | 1852 (99.8%) | 24.3 |
dav | 1 (1.3%) | 3 (0.2%) | 3.0 |
Adjusted AMG parameters to be read from input file
0 lines of code changed in 2 files:
Hopefully fixing Jims compilation error
1 lines of code changed in 1 file:
Changes for testing advector imp amr ice problem
1 lines of code changed in 1 file:
AMG seems to work without crashing, matrix looks ok. Need to double check results of 2-level implicit AMR ICE example problem with Todd.
37 lines of code changed in 5 files:
Put #ifdefs around FAC only so that CG and Hypre 1.7.7 are supported. Not clear if AMG and 1.7.7 supported yet.
20 lines of code changed in 4 files:
Working on getting the matrix to be correct in AMRSolver. Added solver component TODO list file.
1 lines of code changed in 1 file:
AMG solver produces results but diverges and corrupts sp_vol_fracX_FC
38 lines of code changed in 5 files:
Added C-F, F-C connections to graph, matrix, and FAC, AMG solver interfaces
250 lines of code changed in 8 files:
M Core/Datatypes/MaskedLatVolMesh.h
- Converted 'unsigned' to more explicit 'unsigned int' for variables.
- Added comment on the use of the 'operator unsigned' cast (to get
the (scalar) index value from the class).
M Core/Datatypes/MaskedLatVolMesh.cc
- Use the new "#include <sci_comp_warn_fixes.h>" to get rid of the SGI
warning about 'break' not being reached (while not creating a warning
on the gnu compiler about not having a 'break' statement.
- Updated to use more explicit 'unsigned int'.
- Removed compiler warning by using explicit cast.
M Packages/Uintah/CCA/Components/Models/Radiation/Models_HypreSolver.h
- Indented. Added print statement in case matrixCreate is accidentally used.
M Packages/Uintah/CCA/Components/Solvers/HypreSolvers/HypreSolverBase.cc
- Use "#include <sci_comp_warn_fixes.h>" to get rid of "return 0;" not
reached compiler warning.
3 lines of code changed in 1 file:
Checking in Oren't latest round of code.
321 lines of code changed in 32 files:
Moved solvers, preconds to subdirs
1183 lines of code changed in 17 files: