[root]/Packages/Uintah/CCA/Components/Models/FluidsBased
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 95 (100.0%) | 1263 (100.0%) | 13.2 |
jas | 82 (86.3%) | 810 (64.1%) | 9.8 |
harman | 11 (11.6%) | 443 (35.1%) | 40.2 |
luitjens | 2 (2.1%) | 10 (0.8%) | 5.0 |
Remove Packages/
0 lines of code changed in 29 files:
added new model to ups_spec
MassMomEng_src.cc:
changed Material -> material
0 lines of code changed in 2 files:
Updates to Region::difference.
1) Fixed a bug where the function did not properly handle subtracting an empty set
2) No longer includes zero sized regions in the results
3) Changed deque to a vector as we didn't use any of the deque features and vetors are more widely understood.
2 lines of code changed in 1 file:
Patch.cc/h
Added getFinestRegionsOnPatch()
// Returns a deque of Regions that
// do not have any overlapping finer level cells.
// Use this if you want to iterate over the "finest" level cells
// on coarse and fine levels.
//
// usage:
// deque<Region> regions
// coarsePatch->getFinestRegionsOnPatch(regions)
//
// for(deque<Region>::iterator region=regions.begin();region!=regions.end();region++){
// for (CellIterator iter(region->getLow(), region->getHigh()); !iter.done(); iter++){
// }
// }
MassMomEng_src.cc
Only adding srcs on the "finest" coarse level & fine level cells
26 lines of code changed in 1 file:
variable name change
added a missing requires
changed input xml tags
only compute sources on the finest level
17 lines of code changed in 1 file:
Basically does what I want it to do, now it needs to be verified.
65 lines of code changed in 3 files:
New ICE model.
This model will eventually supersede the add_heat code in ICE. Right now it's
a blank slate to be filled in.
335 lines of code changed in 4 files:
Add the MIT License to every *.cc, *.h,*.F, and sub.mk file.
810 lines of code changed in 53 files:
Cleanup variables created in the testmodel.
8 lines of code changed in 1 file: