Directory CCA/Components/Solvers/

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

[root]/CCA/Components/Solvers
                directory in repo AMR (10 files, 2842 lines)
                    directory in repo HyprePreconds (13 files, 1180 lines)
                    directory in repo HypreSolvers (19 files, 2003 lines)

Lines of Code

CCA/Components/Solvers/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 29 (100.0%) 35 (100.0%) 1.2
allen 7 (24.1%) 17 (48.6%) 2.4
harman 20 (69.0%) 11 (31.4%) 0.5
dav 2 (6.9%) 7 (20.0%) 3.5

Most Recent Commits

harman 2019-06-03 08:51 Rev.: 59442

scheduleInitialize()
- added missing compute( hyper_solver_label ) Thanks John H. for kicking that up.


0 lines of code changed in 2 files:

  • CCA/Components/Solvers: HypreSolver.cc (changed)
dav 2019-04-26 13:39 Rev.: 59379


This commit fixes the error seen on the latest XCode (Mac) compiler.
It is my opinion that the current compiler is wrong, and that it will
be fixed at some point, which means the 'hack' in this commit could
be removed at that point. The only file in this commit that relates
to the XCode issue is SuperBox.h

There are also a few cosmetic / warning removal updates here too.

[Note: These commits passed my (partial) local RT, so shoving them into the build bot for full verification.]

M Core/Containers/SuperBox.h

* Main fix for XCode: Added the ValueCompare2 function. See comment in file
about the issue.
* Added some white space.
* For header files, one line functions should be on the same line as the function name.
The main purpose of header files is to see the interface, and this makes reading
the interface much easier. The implementation is (especially for one line functions)
usually not material to the person looking through the spec (.h file).
* Added a comment with the name of the class at the end of the class to make
scanning through the file easier.

M CCA/Components/OnTheFlyAnalysis/meanTurbFluxes.cc

- Fixed warning (ie: initialized var)... and probable actual error (if, I think, there were no comments
in the file being read).

M CCA/Components/Schedulers/DetailedTasks.cc

- Always use {}, even in single line if/for statements. It's just a good habit.

M CCA/Components/Schedulers/SchedulerCommon.cc

- Fix type mismatch warning (and added some white space).

M CCA/Components/Solvers/HypreSolver.h

- It is undefined to throw exceptions in destructors. Also, these throws should
never happen as the type is checked when the object is created. Replaced with error messages
and program exit.

M Core/Grid/Variables/ComputeSet.cc

- Fix compiler warnings. Can't pass a null reference, so doesn't make sense to check for one.
Instead, check to see if the referenced object doesn't contain anything.

7 lines of code changed in 2 files:

  • CCA/Components/Solvers: HypreSolver.h (+7 -4)
allen 2019-04-11 14:38 Rev.: 59328

removed the need for the apps to activate a reduction var - the AppCommon does that now

0 lines of code changed in 3 files:

  • CCA/Components/Solvers: CGSolver.cc (-3), HypreSolver.cc (-6)
allen 2019-04-10 16:23 Rev.: 59324

moved the activate to be with the compute and made the dual app (MPMICE) check generic

17 lines of code changed in 2 files:

  • CCA/Components/Solvers: CGSolver.cc (+7 -2), HypreSolver.cc (+10 -2)
allen 2019-02-19 11:33 Rev.: 59213

added additional tab to match other factory output

0 lines of code changed in 2 files:

  • CCA/Components/Solvers: SolverFactory.cc (new)
harman 2019-01-18 09:13 Rev.: 59176

Updated Copyright date

11 lines of code changed in 18 files:

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