[root]/CCA/Components/Solvers
AMR
(10 files, 2872 lines)
HyprePreconds
(13 files, 1181 lines)
HypreSolvers
(19 files, 1981 lines)
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 34 (100.0%) | 65 (100.0%) | 1.9 |
jas | 27 (79.4%) | 49 (75.4%) | 1.8 |
tsaad | 7 (20.6%) | 16 (24.6%) | 2.2 |
1. Fix a few bugs in the Hypre solver interface for asymmetric matrices
2. Allow components to specify whether a matrix is symmetric or not. This should done via, for example, sParams->setSymmetric(true). To check for symmetry use getSymmetric()
0 lines of code changed in 4 files:
Set OncePerProc type for Hypre's scheduleSolve().
1 lines of code changed in 1 file:
Revert c++-11 namespace changes.
17 lines of code changed in 5 files:
Explicit namespace usage as part of the transition to c++-11.
17 lines of code changed in 3 files:
remove and un-necessary const_cast from the HypreSolver
2 lines of code changed in 1 file:
if hypre solver is SMG, then throw exception when periodic resolutions are not a power-of-two. Otherwise, throw a warning.
11 lines of code changed in 1 file:
Prevent the HypreSolver interface from throwing an exception when using one cell in any given periodic direction. This will Wasatch and other components to use one cell only in directions that are not being solved for. Also, this will significantly reduce the logic associated with setting reference pressures.
3 lines of code changed in 1 file:
Made the following changes:
1. Compress large xml files. Remove sus log.
2. Add Changelog.
3. Add instructions for adding a new component to the build system.
4. Update OSX build in install documentation.
5. Update petsc version in install documentation.
6. Change Petsc version.
7. Remove references to Teem in installation. Remove the build directory
after creating the tarball for the release.
8. Remove Tracker feature.
9. Remove AIX references. Remove Basis/. Remove Teem. Remove sci_defs
include files related to SCIRun.
10. Remove old build dependency versions.
11. Add wasatch_3P 1.6.0 branch.
12. Remove bench.config file, update excludes when building release tar ball.
13. Remove *.orig and *.release files.
14. Update copyright date. Update version to 1.6.
14 lines of code changed in 18 files: