Directory | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 237 (100.0%) | 4708 (100.0%) | 19.8 |
Packages/Uintah/CCA/Components/Arches/ | 203 (85.7%) | 4117 (87.4%) | 20.2 |
Packages/Uintah/StandAlone/tools/extractors/ | 3 (1.3%) | 405 (8.6%) | 135.0 |
Packages/Uintah/CCA/Components/Arches/Mixing/ | 13 (5.5%) | 120 (2.5%) | 9.2 |
Packages/Uintah/R_Tester/ | 11 (4.6%) | 37 (0.8%) | 3.3 |
Packages/Uintah/CCA/Components/Arches/Radiation/ | 6 (2.5%) | 28 (0.6%) | 4.6 |
/ | 1 (0.4%) | 1 (0.0%) | 1.0 |
Removed d_listDepVarNames and made it local since the dependent variable names are already stored in the LabelMap. When calling getState, we create a local temp variable (vector<string>) with the variables names.
11 lines of code changed in 2 files:
New mix/rxn model interface. This will require that user tag variables in the input file that should be populated from the table.
This is not turned on yet so it shouldn't affect the answers.
170 lines of code changed in 2 files:
Added an mpmArches case that has reaction/radiation (unlike the pipe test which doesn't have reaction/radiation).
2 lines of code changed in 1 file:
Rolling back some changes until I can confirm that the differences from the current gold standard are fuzz.
This should fix the failing Arches and MPMArches tests.
39 lines of code changed in 1 file:
Beginings of an overhaul on the scalar equation.
* Replaced old "StencilMatrix" type matrix coefficients with CCVariable<Stencil7>
* Removed some fortran calls and replaced them with their c++ equivalent
* Added an explicit integrator as a template
* Removed some redundancy and extra loops
Note: I left in all the old code but just commented it out for now.
624 lines of code changed in 18 files:
Cleaned up some unused MMS stuff.
3 lines of code changed in 4 files:
Missed a variable change that Todd implemented.
2 lines of code changed in 1 file:
Restored original code. Will get to warnings once this passes RT.
78 lines of code changed in 1 file:
Fixed a missing curly-brace on an ambiguous "if" statement that was causing a warning.
35 lines of code changed in 1 file:
Turned on exact comparison.
2 lines of code changed in 1 file:
Added two more simple regression tests for Arches. Will set gold standards and multipatch runs later.
2 lines of code changed in 1 file:
- Replaced some "fortran" type loops with cell iterators
- Cleaned some of the mms functionality in Arches.cc
- Added extrascalars to the constantMMS
68 lines of code changed in 3 files:
Fix a bug which was encountered when multiple intrusion source BC's were present in the input file.
2 lines of code changed in 1 file:
Turned on exact comparison for these two tests.
2 lines of code changed in 2 files:
Accidentally commited a bug ealier.
0 lines of code changed in 1 file:
Replaced patch->:
getCellLowIndex_New() and getCellHighIndex_New()
with patch->:
getExtraCellLowIndex__New() and getExtraCellHighIndex_New()
129 lines of code changed in 10 files:
Changed a "=" to a "=="
1 lines of code changed in 1 file:
Set MPMARCHES test to compare to gold-standard
1 lines of code changed in 1 file:
Changed patch->:
getCellFORTLowIndex and getCellFORTHighIndex
To patch->:
getFortranCellLowIndex__New() and getFortranCellHighIndex__New()
247 lines of code changed in 28 files:
Replaced:
patch->getLowIndex and patch->getHighIndex
With:
patch->getCellLowIndex__New and patch->getCellHighIndex__New()
129 lines of code changed in 10 files:
(46 more)