[root]/CCA/Components/Solvers/AMR
HyprePreconds
(13 files, 1181 lines)
HypreSolvers
(19 files, 1993 lines)
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 45 (100.0%) | 97 (100.0%) | 2.1 |
allen | 28 (62.2%) | 76 (78.4%) | 2.7 |
jas | 13 (28.9%) | 10 (10.3%) | 0.7 |
dav | 1 (2.2%) | 7 (7.2%) | 7.0 |
scjmc | 1 (2.2%) | 2 (2.1%) | 2.0 |
harman | 2 (4.4%) | 2 (2.1%) | 1.0 |
added a SolverCommon class, made OnTheFlyAnalysis a first class UintahParallelComponent, added acess methods for component controll in UintahParallelComponent
26 lines of code changed in 14 files:
Cleanup of the Scheduler to use ports for all components
4 lines of code changed in 3 files:
removed the delta T label from the shared state and began removing the shared state where possible
2 lines of code changed in 2 files:
additional changes related to the Application Common
2 lines of code changed in 1 file:
removed spurious header file
1 lines of code changed in 1 file:
added processor node identification to the proc group, also cleaned up method names
8 lines of code changed in 2 files:
changed inner loop index to j
6 lines of code changed in 1 file:
Reverted Jon's changes.
2 lines of code changed in 1 file:
Reverted SCJMC commit.
0 lines of code changed in 1 file:
- added Heat component
- coarse to fine connections made conditional upon #define SKIP_COARSE_TO_FINE_CONNECTIONS
function: HypreDriverSStruct::makeLinearSystem_CC
file: src/CCA/Components/Solvers/AMR/HypreDriverSStruct.cc Please enter the commit message for your changes. Lines starting
2 lines of code changed in 1 file:
Update copyright.
10 lines of code changed in 13 files:
Removed Time.h and replaced with Timers.hpp
27 lines of code changed in 4 files:
Continuation of commit r56249 - this time for some various files.
Mostly cosmetic changes, and preparing for removing a hacked out warning when we moved to C++ 11.
These changes have passed the local RT on Baja.
- The biggest update in this commit (the update to remove the c++11 warning hack) is that you will
no longer be able to compare a ProblemSpecP to 0 (you will need to compare to 'nullptr').
- White space, coding standards, indentation, remove tabs.
- Line up some variables to make them easier to read.
- Use of 80+ columns of text (we decided to allow this 10 years ago) and it makes reading longer lines of code on the screen easier.
- Use {} for if/else clauses even if they are only one line long.
- Please put "else" and "else if" on a new line. The added white space makes following the branching much easier.
M CCA/Components/DataArchiver/DataArchiver.h
M CCA/Components/Parent/Switcher.cc
- Remove the outputPS() function as it appears to be dead code (was commented out).
M CCA/Components/Parent/Switcher.h
M CCA/Components/ProblemSpecification/ProblemSpecReader.cc
- More verbose error message.
M CCA/Components/ReduceUda/UdaReducer.cc
M CCA/Components/Solvers/AMR/AMRSolver.cc
M CCA/Components/Solvers/CGSolver.cc
M CCA/Components/Solvers/HypreSolver.cc
M Core/ProblemSpec/ProblemSpec.cc
M R_Tester/helpers/runSusTests.py
M R_Tester/toplevel/generateGoldStandards.py
- Remove the SCI_SIGNALMODE env flag that was being passed to the tester. As far as I can tell, SCI_SIGNALMODE
was removed from Uintah a long time ago when we cut out a lot of SCIRun stuff. Also, in a bizarre twist,
adding "-x SCI_SIGNALMODE" (or in fact, any "-x " var that is over 8 characters long) causes the answers
to a few tests (eg: methane_fire_8patch_petscrad) to fail exact comparison (at e-15 or so).
7 lines of code changed in 1 file: