[root]/Packages/Uintah/Core/Grid/BoundaryConditions
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 |
move SCISHARE to UINTAHSHARE. Also disable the share flags if building static
4 lines of code changed in 4 files:
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:
Indention. Robustness check.
0 lines of code changed in 2 files:
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: