Directory | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 844 (100.0%) | 21232 (100.0%) | 25.1 |
CCA/Components/Wasatch/ | 175 (20.7%) | 5400 (25.4%) | 30.8 |
CCA/Components/Wasatch/Expressions/ | 107 (12.7%) | 3054 (14.4%) | 28.5 |
CCA/Components/Wasatch/Expressions/BoundaryConditions/ | 59 (7.0%) | 2158 (10.2%) | 36.5 |
CCA/Components/Wasatch/Expressions/Turbulence/ | 67 (7.9%) | 1767 (8.3%) | 26.3 |
CCA/Components/Wasatch/transport/ | 122 (14.5%) | 1423 (6.7%) | 11.6 |
CCA/Components/Arches/ | 51 (6.0%) | 1252 (5.9%) | 24.5 |
CCA/Components/Wasatch/Expressions/PostProcessing/ | 16 (1.9%) | 1188 (5.6%) | 74.2 |
R_Tester/ | 42 (5.0%) | 787 (3.7%) | 18.7 |
CCA/Components/Wasatch/Operators/ | 30 (3.6%) | 762 (3.6%) | 25.4 |
CCA/Components/Wasatch/Expressions/MMS/ | 7 (0.8%) | 685 (3.2%) | 97.8 |
Core/Grid/BoundaryConditions/ | 51 (6.0%) | 671 (3.2%) | 13.1 |
Core/ProblemSpec/ | 10 (1.2%) | 320 (1.5%) | 32.0 |
scripts/ | 7 (0.8%) | 284 (1.3%) | 40.5 |
CCA/Components/Wasatch/Expressions/EmbeddedGeometry/ | 18 (2.1%) | 262 (1.2%) | 14.5 |
scripts/doxygen/ | 8 (0.9%) | 261 (1.2%) | 32.6 |
Core/IO/ | 4 (0.5%) | 258 (1.2%) | 64.5 |
CCA/Components/Wasatch/Expressions/PBE/ | 12 (1.4%) | 234 (1.1%) | 19.5 |
Core/Grid/ | 14 (1.7%) | 125 (0.6%) | 8.9 |
CCA/Components/Solvers/ | 3 (0.4%) | 113 (0.5%) | 37.6 |
CCA/Components/Arches/SourceTerms/ | 2 (0.2%) | 82 (0.4%) | 41.0 |
CCA/Components/Wasatch/Expressions/PBE/Precipitation/ | 1 (0.1%) | 50 (0.2%) | 50.0 |
Core/DataArchive/ | 3 (0.4%) | 20 (0.1%) | 6.6 |
CCA/Components/Arches/DigitalFilter/ | 9 (1.1%) | 16 (0.1%) | 1.7 |
/ | 2 (0.2%) | 16 (0.1%) | 8.0 |
Core/Grid/Variables/ | 6 (0.7%) | 15 (0.1%) | 2.5 |
CCA/Components/MPM/ | 4 (0.5%) | 8 (0.0%) | 2.0 |
Core/Geometry/ | 3 (0.4%) | 6 (0.0%) | 2.0 |
CCA/Components/SimulationController/ | 4 (0.5%) | 6 (0.0%) | 1.5 |
CCA/Components/Arches/ChemMix/ | 2 (0.2%) | 5 (0.0%) | 2.5 |
CCA/Components/ICE/ | 2 (0.2%) | 2 (0.0%) | 1.0 |
CCA/Components/ProblemSpecification/ | 1 (0.1%) | 1 (0.0%) | 1.0 |
CCA/Components/MPM/HeatConduction/ | 2 (0.2%) | 1 (0.0%) | 0.5 |
Propagate multistage time-integrator information into the OldVariable class. This is the first step in getting our variable density algorithm working with multistage integrators.
23 lines of code changed in 5 files:
remove an assertion from the scalability-test-transport-equation that caused failure on debug builds. This assertion is not needed.
0 lines of code changed in 2 files:
remove a warning when parsing boundary conditions. this places the burden of bulletproofing on the component developers.
0 lines of code changed in 2 files:
cleanup the embedded geometry interface and rip out boolean flags from being passed into transport equations. Instead, have those embedded in the EmbeddedGeometryHelper.
155 lines of code changed in 23 files:
add some missing documentation to the new TransportEquation class
20 lines of code changed in 1 file:
fix a typo in the BCHelper documentation that James pointed out.
0 lines of code changed in 2 files:
minor cleanup for documentation and indentation in the BCHelper
31 lines of code changed in 1 file:
Enforce density specification for ALL wasatch simulations
9 lines of code changed in 1 file:
fix a bug in property evaluations. Since we don't enforce the specification of density via the input file, then assume that it is constant if no density block is specified. This will repair the failing RT. We could however enforce density specification...
3 lines of code changed in 1 file:
separate the implementation of ExprAlgebration from the header file.
137 lines of code changed in 5 files:
remove a cout statement
0 lines of code changed in 1 file:
fix watches. for real.
4 lines of code changed in 3 files:
revert my previous commit
1 lines of code changed in 1 file:
fix warches
2 lines of code changed in 1 file:
create expressions to handle coordinates instead of traditional Uintah tasks.
471 lines of code changed in 15 files:
fix single-patch bug with the varden mms test
0 lines of code changed in 2 files:
trying to remove MPMArches RT from executing
0 lines of code changed in 1 file:
add regression test for clipping with intrusions
3 lines of code changed in 1 file:
Fix clipping inside intrusions. (use modifier expressions instead of process_after_evaluate for clipping).
102 lines of code changed in 2 files:
fix a very bad bug in applying density boundary conditions for variable density problems. Also repair a fundamental mistake in the varden mms case. this commit will break that test.
1 lines of code changed in 1 file:
(220 more)