[root]/CCA/Components/FVM
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 44 (100.0%) | 80 (100.0%) | 1.8 |
allen | 18 (40.9%) | 57 (71.3%) | 3.1 |
jas | 18 (40.9%) | 13 (16.3%) | 0.7 |
harman | 8 (18.2%) | 10 (12.5%) | 1.2 |
removal of shared state and introduction of a material manager
32 lines of code changed in 16 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.
8 lines of code changed in 6 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:
Update copyright date.
13 lines of code changed in 18 files:
removed unneeded dependency
0 lines of code changed in 1 file:
added error handling to prevent crahses
25 lines of code changed in 1 file: