Directory CCA/Components/Solvers/

Total Files:
11
Deleted Files:
0
Lines of Code:
3672

[root]/CCA/Components/Solvers
                directory in repo AMR (10 files, 2872 lines)
                    directory in repo HyprePreconds (13 files, 1181 lines)
                    directory in repo HypreSolvers (19 files, 1981 lines)

Lines of Code

CCA/Components/Solvers/ Lines of Code

Developers

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

Most Recent Commits

tsaad 2015-08-12 12:08 Rev.: 53805

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:

  • CCA/Components/Solvers: HypreSolver.cc (new), HypreSolver.h (new)
jas 2015-06-17 08:41 Rev.: 53642

Set OncePerProc type for Hypre's scheduleSolve().

1 lines of code changed in 1 file:

  • CCA/Components/Solvers: HypreSolver.cc (+1)
jas 2015-05-28 09:26 Rev.: 53557

Revert c++-11 namespace changes.

17 lines of code changed in 5 files:

  • CCA/Components/Solvers: CGSolver.cc (+5 -5), DirectSolve.cc (+6 -6), HypreSolver.cc (+6 -6)
jas 2015-05-27 15:34 Rev.: 53554

Explicit namespace usage as part of the transition to c++-11.

17 lines of code changed in 3 files:

  • CCA/Components/Solvers: CGSolver.cc (+5 -5), DirectSolve.cc (+6 -6), HypreSolver.cc (+6 -6)
tsaad 2015-05-26 14:37 Rev.: 53548

remove and un-necessary const_cast from the HypreSolver

2 lines of code changed in 1 file:

  • CCA/Components/Solvers: HypreSolver.cc (+2 -2)
tsaad 2015-05-06 10:38 Rev.: 53429

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:

  • CCA/Components/Solvers: HypreSolver.cc (+11 -7)
tsaad 2015-05-06 09:56 Rev.: 53428

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:

  • CCA/Components/Solvers: HypreSolver.cc (+3 -5)
jas 2015-01-26 12:34 Rev.: 53023

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:

  • CCA/Components/Solvers: CGSolver.cc (+1 -1), CGSolver.h (+4 -4), DirectSolve.cc (+1 -1), DirectSolve.h (+1 -1), HypreSolver.cc (+1 -1), HypreSolver.h (+1 -1), HypreTypes.h (new), MatrixUtil.h (+1 -1), SolverFactory.cc (+1 -1), SolverFactory.h (new), sub.mk (+1 -1)
Generated by StatSVN 0.7.0