[root]/Packages/Uintah/CCA/Components/ICE/CustomBCs
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 25 (100.0%) | 529 (100.0%) | 21.1 |
harman | 23 (92.0%) | 525 (99.2%) | 22.8 |
worthen | 2 (8.0%) | 4 (0.8%) | 2.0 |
move SCISHARE to UINTAHSHARE. Also disable the share flags if building static
4 lines of code changed in 2 files:
added a new type of boundary condition sine wave.
press = pref + A * sin (omega * t)
temp = press/(gamma - 1) * cv * rho
434 lines of code changed in 7 files:
LODI2.cc
-added bulletproofing.
MPMICE.cc
- ScheduleComputeEquilibration
- added call to computesRequires_CustomBCs()
24 lines of code changed in 2 files:
Deleted the patch subset maxMach_PSS, not being used.
MPMICE.cc
-moved scheduleMaxMach_on_Lodi_BC_Faces() to the top of the timestep
LODI.(cc/h)
- user must specify the ICE material index in the input file
<ice_material_index>
15 lines of code changed in 3 files:
wrap debugging code in if(cout_dbg.active()){}
17 lines of code changed in 1 file:
fixed a data dependency between LODI BC and impICE
10 lines of code changed in 1 file:
Dust off non-reflective BCs
ICE.cc
actuallyInitialize()
- compute the speed of sound, needed by the LODI bcs
LODI2.cc
addRequires_Lodi()
- no longer requiring press_CC from the new_DW.
Just pull press_CC from the DW and use it to compute a gradient.
7 lines of code changed in 1 file:
Performance improvement. Will not change results
-Changed list of boundary cells vector<IntVector> to vector<IntVector> *
-Nuked tabs
-changed variable names
bound -> bound_ptr
nbound -> nbound_ptr
sfcx -> sfcx_ptr
sfcy -> sfcy_ptr
sfcz -> sfcz_ptr
18 lines of code changed in 8 files: