[root]/Packages/Uintah/Core/GeometryPiece
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 57 (100.0%) | 88 (100.0%) | 1.5 |
jas | 42 (73.7%) | 41 (46.6%) | 0.9 |
guilkey | 8 (14.0%) | 39 (44.3%) | 4.8 |
luitjens | 5 (8.8%) | 8 (9.1%) | 1.6 |
harman | 2 (3.5%) | 0 (0.0%) | 0.0 |
bulletproofing:
throw an exception if the difference operator is called with and two geom_objects
have not been specified.
0 lines of code changed in 2 files:
Added, with Comer doing most of it, the ability to also read
in velocity from .pts files, in addtion to the handful of variables
already available.
39 lines of code changed in 6 files:
Formatting to make it a little easier to follow.
0 lines of code changed in 2 files:
Remove using namespace std; and replace with only what is needed.
32 lines of code changed in 25 files:
Use the proper c++ standard for include files for the C inlude files, i.e.
<stdio.h> --> <cstdio>
<math.h> --> <cmath>
Tested on g++ 4.2 and 4.3 compilers.
9 lines of code changed in 17 files:
added comments and moved cullIntersection, nodePostion, and cellPosition
to the completed section.
updated getBox and getInteriorBox to the new interface, renamed them to
getExtraBox and getBox.
renamed neighborsLow to noNeighborsLow and neighborsHigh to
noNeighborsHigh. This follows the logic that 1 is true and 0 is false.
8 lines of code changed in 5 files: