Directory Packages/Uintah/Core/GeometryPiece/

Total Files:
25
Deleted Files:
0
Lines of Code:
4593

[root]/Packages/Uintah/Core/GeometryPiece

Lines of Code

Packages/Uintah/Core/GeometryPiece/ Lines of Code

Developers

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

Most Recent Commits

harman 2008-12-12 19:06 Rev.: 42707

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:

  • Packages/Uintah/Core/GeometryPiece: DifferenceGeometryPiece.cc (new)
guilkey 2008-08-15 17:42 Rev.: 41915

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:

  • Packages/Uintah/Core/GeometryPiece: FileGeometryPiece.cc (new), SmoothGeomPiece.cc (+10), SmoothGeomPiece.h (new)
guilkey 2008-07-25 12:28 Rev.: 41729

Formatting to make it a little easier to follow.

0 lines of code changed in 2 files:

  • Packages/Uintah/Core/GeometryPiece: GeometryPieceFactory.cc (changed)
jas 2008-07-21 16:11 Rev.: 41664

Remove using namespace std; and replace with only what is needed.

32 lines of code changed in 25 files:

  • Packages/Uintah/Core/GeometryPiece: ConeGeometryPiece.cc (+1 -1), CorrugEdgeGeomPiece.cc (+1 -1), CylinderGeometryPiece.cc (new), FileGeometryPiece.cc (+8 -6), GeometryPiece.cc (new), GeometryPieceFactory.cc (+1 -1), IntersectionGeometryPiece.cc (new), NaaBoxGeometryPiece.cc (new), PlaneShellPiece.cc (+1 -1), SmoothCylGeomPiece.cc (+1 -1), SmoothGeomPiece.cc (+3 -3), TriGeometryPiece.cc (+7 -7), UniformGrid.cc (new), UnionGeometryPiece.cc (+1 -1)
jas 2008-07-07 20:07 Rev.: 41434

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:

  • Packages/Uintah/Core/GeometryPiece: CorrugEdgeGeomPiece.h (new), CylinderShellPiece.h (+1 -1), GUVSphereShellPiece.cc (+1 -1), PlaneShellPiece.h (+1 -1), ShellGeometryPiece.h (new), SmoothCylGeomPiece.h (+1 -1), SmoothGeomPiece.h (+1 -1), SphereMembraneGeometryPiece.cc (+1 -1), SphereShellPiece.cc (+1 -1)
luitjens 2008-04-30 18:56 Rev.: 40876



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:

  • Packages/Uintah/Core/GeometryPiece: CylinderShellPiece.cc (+2 -2), PlaneShellPiece.cc (+2 -2), SphereMembraneGeometryPiece.cc (+2 -2), SphereShellPiece.cc (+2 -2)
Generated by StatSVN 0.4.0