[root]/CCA/Components/ReduceUda
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 66 (100.0%) | 2936 (100.0%) | 44.4 |
harman | 50 (75.8%) | 2892 (98.5%) | 57.8 |
allen | 12 (18.2%) | 37 (1.3%) | 3.0 |
dav | 1 (1.5%) | 4 (0.1%) | 4.0 |
jas | 3 (4.5%) | 3 (0.1%) | 1.0 |
Global:
- Renamed the component and variables associated with reduceUda -> PostProcessUda
PostProcessUda.cc/h:
- cleaned out testing code
- added a common class
0 lines of code changed in 11 files:
Consolidated duplicate code.
0 lines of code changed in 4 files:
removed the delta T label from the shared state and began removing the shared state where possible
1 lines of code changed in 2 files:
- added support for CCVariable<floats>
- filled in calculation of spatial averages
- cleanup
* spatial averaging working
153 lines of code changed in 2 files:
update to move to a application common class and remove the shared state
34 lines of code changed in 9 files:
Added post processing module to compute spatial/temporal averages for variables saved in a uda.
Heavy construction zone.
768 lines of code changed in 5 files:
Created a separate namespace to avoid a clash. The clash only showed up on a static build.
5 lines of code changed in 3 files:
- Cleaned out dead code.
- Added usage comments
- Added bulletproofing
* It's working.
129 lines of code changed in 10 files:
The statistics module runs but is not verified. There's more code to cleanup.
38 lines of code changed in 5 files:
Changed Dout variable name to avoid a clash that only appears when sus exits.
3 lines of code changed in 1 file:
Heavy construction zone.
Added the foundation for new postProcessUda component.
Added factory machinery for adding uda post processing modules.
Added statistics module, which is a copy of the OnTheFly:: statistics code.
It compiles and that's it.
1796 lines of code changed in 9 files:
added processor node identification to the proc group, also cleaned up method names
2 lines of code changed in 1 file:
Update copyright.
3 lines of code changed in 3 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).
4 lines of code changed in 1 file: