[root]/CCA/Components/Heat
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 78 (100.0%) | 107 (100.0%) | 1.3 |
allen | 39 (50.0%) | 72 (67.3%) | 1.8 |
jas | 29 (37.2%) | 23 (21.5%) | 0.7 |
harman | 6 (7.7%) | 8 (7.5%) | 1.3 |
jholmen | 4 (5.1%) | 4 (3.7%) | 1.0 |
removal of shared state and introduction of a material manager
68 lines of code changed in 34 files:
Removed SolverParameters tangled web from the components/applications. The each solver "owns" the parameters
and the component/application set the parameters via the solver, solver->getParameters()->SetSomething()
- Added virtual function getParameters()
- Removed tabs and other formatting.
- Rename HypreSolver2Params -> HypreParams
- Moved CG and Direct constructors/destructors code so there is consistency in code layout between the different solvers.
6 lines of code changed in 4 files:
Removed sharedState from SolverParameters::readParameters(). It's not used.
HypreSolver.h
_ removed setSolveFrequency() and getSolveFrequency. The solve frequency is handled by the parameters.
BuildBotTry:
Changed #!/bin/csh -> #!/bin/csh -f
This fixed a oddball error.
2 lines of code changed in 2 files:
* Removed Uintah::parallel_reduce.
* Added Uintah::parallel_reduce_min.
* Added Uintah::parallel_reduce_sum.
* Replaced use of Uintah::parallel_reduce with Uintah::parallel_reduce_sum.
* Replaced use of Uintah::parallel_for within KokkosSolver::computeStableTimeStep with Uintah::parallel_reduce_min.
* Cleaned up whitespace and formatting.
This commit extends Uintah's parallel patterns to support minimum reductions on scalar data.
4 lines of code changed in 4 files:
moved PerPatchVars.h to Core and RunTimeStatsEnums.h to Schedulers to give better separation, Also removed unneeded ehader files
4 lines of code changed in 4 files:
Update copyright date.
23 lines of code changed in 29 files:
removed unneeded dependency
0 lines of code changed in 1 file: