Directory Packages/Uintah/Core/Grid/BoundaryConditions/

Total Files:
9
Deleted Files:
0
Lines of Code:
2262

[root]/Packages/Uintah/Core/Grid/BoundaryConditions

Lines of Code

Packages/Uintah/Core/Grid/BoundaryConditions/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 19 (100.0%) 136 (100.0%) 7.1
harman 13 (68.4%) 132 (97.1%) 10.1
worthen 4 (21.1%) 4 (2.9%) 1.0
dav 2 (10.5%) 0 (0.0%) 0.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 4 files:

  • Packages/Uintah/Core/Grid/BoundaryConditions: BCDataArray.h (new), DensityBoundCond.h (+2 -2)
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

3 lines of code changed in 2 files:

  • Packages/Uintah/Core/Grid/BoundaryConditions: BoundCondFactory.cc (+3)
dav 2007-07-03 16:13 Rev.: 37971

Indention. Robustness check.

0 lines of code changed in 2 files:

  • Packages/Uintah/Core/Grid/BoundaryConditions: BoundCondReader.cc (new)
harman 2007-03-23 11:17 Rev.: 37112

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

129 lines of code changed in 11 files:

  • Packages/Uintah/Core/Grid/BoundaryConditions: BCDataArray.cc (+45 -45), BCDataArray.h (+5 -5), BCGeomBase.cc (+10 -10), BCGeomBase.h (+5 -5), DifferenceBCData.cc (new), UnionBCData.cc (new)
Generated by StatSVN 0.4.0