[root]/Packages/Uintah/CCA/Components/Examples
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 81 (100.0%) | 81 (100.0%) | 1.0 |
worthen | 31 (38.3%) | 38 (46.9%) | 1.2 |
harman | 32 (39.5%) | 28 (34.6%) | 0.8 |
luitjens | 18 (22.2%) | 15 (18.5%) | 0.8 |
Mirror code to Uintah branch (in the case of ICE and SimpleCFD, remove the SCIRun:: for Min and Max, and use the entire namespace. Yes, I know that's taboo in header files, but otherwise it conflicts on the definition of Min and Max).
0 lines of code changed in 2 files:
Tweaks (that don't really affect this trunk) that help Uintah branch merges operate much more smoothly.
1 lines of code changed in 1 file:
move SCISHARE to UINTAHSHARE. Also disable the share flags if building static
33 lines of code changed in 24 files:
Remove ParticleSet for variety of reasons, which basically sums up to:
it was just an overglorified wrapper around an int that wasn't always updated and posed a maintenance nightmare.
Change interface to ParticleSubset creation: remove the 'fill' and 'hint' parameters. IMO, they were confusing as to what size the PS ended up being.
1 lines of code changed in 2 files:
new->scinew
6 lines of code changed in 2 files:
new->scinew (more coming tomorrow)
9 lines of code changed in 16 files:
Global variable name change: material_ps -> restart_prob_spec
ModelMaker, ModelFactory, ICE: renamed additional variable to reflect true meaning
28 lines of code changed in 32 files:
Get DataArchiver to output Stretch Grid coordinates, and the DataArchive to read them into the grid. compare_uda succesfully passes between a run with stretched grids and its restart.
Poisson: Fix a crash with a null grid (advance the DW before compiling the subscheduler).
2 lines of code changed in 1 file:
set the scheduler's position var (p.x) at problemSetup time instead of scheduleInitialize time. Avoids seg faults when you need p.x before the scheduler sets it in Scheduler::scheduleParticleRelocation
1 lines of code changed in 1 file: