[root]/Packages/Uintah/CCA/Components/Models/HEChem
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 28 (100.0%) | 322 (100.0%) | 11.5 |
guilkey | 6 (21.4%) | 143 (44.4%) | 23.8 |
xiongcw | 5 (17.9%) | 97 (30.1%) | 19.4 |
harman | 17 (60.7%) | 82 (25.5%) | 4.8 |
Don't grab ghost particles when counting particles on your own patch.
0 lines of code changed in 2 files:
Fixed multi-patch bug.
115 lines of code changed in 3 files:
Tidying up a bit.
28 lines of code changed in 1 file:
changed label names so they are consist with ICE label
mass_source_CC -> modelMass_src
momentum_source_CC -> modelMom_src
energy_source_CC -> modelEng_src
sp_vol_source_CC -> modelVol_src
density_CC -> rho_CC
velocity_CC -> vel_CC
temperature_CC -> temp_CC
pressure_CC -> press_CC
This should not change the answers
72 lines of code changed in 11 files:
new Patch Conversion:
getCellIterator() -> getCellIterator__New()
getExtraCellIterator() -> getExtraCellIterator__New()
10 lines of code changed in 6 files:
deleted redundent code that causes failure of restart
0 lines of code changed in 1 file:
1. fix memory leaks in Unsteady_Burn. 2. add some comments in Steady_Burn
97 lines of code changed in 4 files: