Directory Packages/Uintah/CCA/Components/ICE/CustomBCs/

Total Files:
11
Deleted Files:
0
Lines of Code:
2807

[root]/Packages/Uintah/CCA/Components/ICE/CustomBCs

Lines of Code

Packages/Uintah/CCA/Components/ICE/CustomBCs/ Lines of Code

Developers

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

Most Recent Commits

worthen 2007-11-06 13:48 Rev.: 39285

move SCISHARE to UINTAHSHARE. Also disable the share flags if building static

4 lines of code changed in 2 files:

  • Packages/Uintah/CCA/Components/ICE/CustomBCs: C_BC_driver.h (new)
harman 2007-10-31 10:00 Rev.: 39198

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:

  • Packages/Uintah/CCA/Components/ICE/CustomBCs: C_BC_driver.cc (new), C_BC_driver.h (+6 -1), sine.cc (new 254), sine.h (new 152), sub.mk (new)
harman 2007-10-15 16:24 Rev.: 39010

LODI2.cc
-added bulletproofing.
MPMICE.cc
- ScheduleComputeEquilibration
- added call to computesRequires_CustomBCs()

24 lines of code changed in 2 files:

  • Packages/Uintah/CCA/Components/ICE/CustomBCs: LODI2.cc (+24 -1)
harman 2007-10-15 13:36 Rev.: 39004

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:

  • Packages/Uintah/CCA/Components/ICE/CustomBCs: LODI2.cc (+12 -4), LODI2.h (+3)
harman 2007-10-11 13:01 Rev.: 38974

wrap debugging code in if(cout_dbg.active()){}

17 lines of code changed in 1 file:

  • Packages/Uintah/CCA/Components/ICE/CustomBCs: LODI2.cc (+17 -16)
harman 2007-10-04 09:27 Rev.: 38892

fixed a data dependency between LODI BC and impICE

10 lines of code changed in 1 file:

  • Packages/Uintah/CCA/Components/ICE/CustomBCs: LODI2.cc (+10 -2)
harman 2007-04-20 14:56 Rev.: 37371

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:

  • Packages/Uintah/CCA/Components/ICE/CustomBCs: LODI2.cc (+7 -9)
harman 2007-03-23 11:17 Rev.: 37113

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:

  • Packages/Uintah/CCA/Components/ICE/CustomBCs: MMS_BCs.cc (new), MMS_BCs.h (+5 -5), microSlipBCs.cc (new), microSlipBCs.h (new)
Generated by StatSVN 0.4.0