Directory Core/GeometryPiece/

Total Files:
54
Deleted Files:
0
Lines of Code:
8586

[root]/Core/GeometryPiece

Lines of Code

Core/GeometryPiece/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 225 (100.0%) 805 (100.0%) 3.5
jpeterson 12 (5.3%) 538 (66.8%) 44.8
jas 197 (87.6%) 153 (19.0%) 0.7
harman 4 (1.8%) 85 (10.6%) 21.2
dav 1 (0.4%) 21 (2.6%) 21.0
luitjens 5 (2.2%) 8 (1.0%) 1.6
guilkey 6 (2.7%) 0 (0.0%) 0.0

Most Recent Commits

luitjens 2010-12-28 18:10 Rev.: 46648

Added some error checking to the geometry object code. Requesting data that was not added to the object will now throw an error.

0 lines of code changed in 2 files:

  • Core/GeometryPiece: GeometryObject.h (new)
luitjens 2010-12-28 17:12 Rev.: 46644

Added the code for the Integer data type in geometry object fields.

8 lines of code changed in 3 files:

  • Core/GeometryPiece: GeometryObject.cc (new), GeometryObject.h (+1 -1)
harman 2010-12-27 17:22 Rev.: 46640

code generalization:

A GeometryObject can now have an arbitrary number of double,Vector,
IntVectors,Points variables associated with that object. The assumption that
each object will have a "res" and "velocity" has been removed. Justin & Todd

85 lines of code changed in 2 files:

  • Core/GeometryPiece: GeometryObject.cc (+49 -12), GeometryObject.h (+36 -14)
guilkey 2010-09-27 16:53 Rev.: 46266

Finish generalizing the PressureBC for cylindrical geometries. PressureBC can
now be told explicitly that it is dealing with axisymmetry. This prevents the
user from needing to adjust the applied pressure to compensate. The current
code also applies pressures correctly to the end caps in the case that
axisymmetry is used.

TODO: Make the code smart enough to deal with quarter symmetry conditions.

0 lines of code changed in 4 files:

  • Core/GeometryPiece: CylinderGeometryPiece.cc (changed), CylinderGeometryPiece.h (new)
guilkey 2010-08-21 14:08 Rev.: 46102

A little more information in the error message generated by a degenerate box.

0 lines of code changed in 2 files:

  • Core/GeometryPiece: NaaBoxGeometryPiece.cc (new)
dav 2010-08-17 20:46 Rev.: 46069


Fix a problem with Parallelpiped (aka NaaBoxGeometryPiece). The
problem was that the bounding box was being set to the 1st and
(calculated) last point of the parallelpiped being created.
Unfortunately, the bounding box must have p1 < p2 (ie, all components
of the 1st point must be smaller than the corresponding last point).
I now check for this case and fix it automatically in the
NaaBoxGeometryPiece.

M Grid/Box.h
M Grid/Box.cc

- Added fixBoundingBox() to update (rearrange) the bounding box of a 'Box'.

M GeometryPiece/NaaBoxGeometryPiece.cc

- Set the name of the NaaBoxGeometryPiece correctly.
- Fix the bounding box if necessary, or die (informatively) while trying.

M ProblemSpec/ProblemSpec.h

- Fix function doc to be explict as to what happens if an attribute is
not found.

21 lines of code changed in 1 file:

  • Core/GeometryPiece: NaaBoxGeometryPiece.cc (+21 -1)
jas 2010-08-11 20:35 Rev.: 46018

Update copyright date.

24 lines of code changed in 45 files:

  • Core/GeometryPiece: BoxGeometryPiece.cc (+1 -1), ConeGeometryPiece.cc (+1 -1), CorrugEdgeGeomPiece.cc (+1 -1), CylinderGeometryPiece.cc (+1 -1), CylinderShellPiece.cc (new), DifferenceGeometryPiece.cc (+1 -1), FileGeometryPiece.cc (+1 -1), GUVSphereShellPiece.cc (+1 -1), GeometryObject.cc (+1 -1), GeometryPiece.cc (+1 -1), IntersectionGeometryPiece.cc (new), NaaBoxGeometryPiece.cc (+1 -1), NullGeometryPiece.cc (new), PlaneShellPiece.cc (new), ShellGeometryFactory.cc (new), ShellGeometryPiece.cc (new), SmoothCylGeomPiece.cc (+1 -1), SmoothGeomPiece.cc (new), SphereGeometryPiece.cc (+1 -1), SphereMembraneGeometryPiece.cc (+1 -1), SphereShellPiece.cc (new), TriGeometryPiece.cc (+1 -1), UniformGrid.cc (+1 -1), UnionGeometryPiece.cc (+1 -1)
jpeterson 2010-06-16 14:17 Rev.: 45744

Y and Z rotation were not correct previously. Fixed rotation and Error handling

0 lines of code changed in 2 files:

  • Core/GeometryPiece: EllipsoidGeometryPiece.cc (new)
jpeterson 2010-06-15 15:18 Rev.: 45736

Moved angle calculation to setup to reduce time spent in inside()

53 lines of code changed in 3 files:

  • Core/GeometryPiece: EllipsoidGeometryPiece.cc (+51 -48), EllipsoidGeometryPiece.h (new)
jpeterson 2010-06-15 14:08 Rev.: 45735

Removed debug output and added some example problems

0 lines of code changed in 1 file:

  • Core/GeometryPiece: EllipsoidGeometryPiece.cc (-31)
jpeterson 2010-06-15 13:23 Rev.: 45732

Ellipsoid geometry piece

485 lines of code changed in 6 files:

  • Core/GeometryPiece: EllipsoidGeometryPiece.cc (+286), EllipsoidGeometryPiece.h (+192), GeometryPieceFactory.cc (+5 -1), sub.mk (+2 -1)
harman 2010-04-05 16:53 Rev.: 45503

removed Windows/Atari/Radio Shack control characters

0 lines of code changed in 2 files:

  • Core/GeometryPiece: NaaBoxGeometryPiece.h (new)
jas 2010-03-09 10:28 Rev.: 45420

Update copyright dates.

1 lines of code changed in 1 file:

  • Core/GeometryPiece: sub.mk (+1 -1)
jas 2010-03-08 14:00 Rev.: 45409

Update copyright dates

26 lines of code changed in 49 files:

  • Core/GeometryPiece: BoxGeometryPiece.h (new), ConeGeometryPiece.h (new), CorrugEdgeGeomPiece.h (new), CylinderGeometryPiece.h (+1 -1), CylinderShellPiece.h (+1 -1), DifferenceGeometryPiece.h (new), FileGeometryPiece.h (new), GUVSphereShellPiece.h (+1 -1), GeometryObject.h (+1 -1), GeometryPiece.h (new), GeometryPieceFactory.h (new), IntersectionGeometryPiece.h (new), NaaBoxGeometryPiece.h (+1 -1), NullGeometryPiece.h (+1 -1), PlaneShellPiece.h (new), ShellGeometryFactory.h (+1 -1), ShellGeometryPiece.h (+1 -1), SmoothCylGeomPiece.h (+1 -1), SmoothGeomPiece.h (+1 -1), SphereGeometryPiece.h (+1 -1), SphereMembraneGeometryPiece.h (new), SphereShellPiece.h (+1 -1), TriGeometryPiece.h (new), UniformGrid.h (+1 -1), UnionGeometryPiece.h (+1 -1), uintahshare.h (new)
jas 2010-03-08 10:54 Rev.: 45405

Undoing commit 45403

51 lines of code changed in 51 files:

  • Core/GeometryPiece: BoxGeometryPiece.cc (+1 -1), BoxGeometryPiece.h (+1 -1), ConeGeometryPiece.cc (+1 -1), ConeGeometryPiece.h (+1 -1), CorrugEdgeGeomPiece.cc (+1 -1), CorrugEdgeGeomPiece.h (+1 -1), CylinderGeometryPiece.cc (+1 -1), CylinderGeometryPiece.h (+1 -1), CylinderShellPiece.cc (+1 -1), CylinderShellPiece.h (+1 -1), DifferenceGeometryPiece.cc (+1 -1), DifferenceGeometryPiece.h (+1 -1), FileGeometryPiece.cc (+1 -1), FileGeometryPiece.h (+1 -1), GUVSphereShellPiece.cc (+1 -1), GUVSphereShellPiece.h (+1 -1), GeometryObject.cc (+1 -1), GeometryObject.h (+1 -1), GeometryPiece.cc (+1 -1), GeometryPiece.h (+1 -1), GeometryPieceFactory.cc (+1 -1), GeometryPieceFactory.h (+1 -1), IntersectionGeometryPiece.cc (+1 -1), IntersectionGeometryPiece.h (+1 -1), NaaBoxGeometryPiece.cc (+1 -1), NaaBoxGeometryPiece.h (+1 -1), NullGeometryPiece.cc (+1 -1), NullGeometryPiece.h (+1 -1), PlaneShellPiece.cc (+1 -1), PlaneShellPiece.h (+1 -1), ShellGeometryFactory.cc (+1 -1), ShellGeometryFactory.h (+1 -1), ShellGeometryPiece.cc (+1 -1), ShellGeometryPiece.h (+1 -1), SmoothCylGeomPiece.cc (+1 -1), SmoothCylGeomPiece.h (+1 -1), SmoothGeomPiece.cc (+1 -1), SmoothGeomPiece.h (+1 -1), SphereGeometryPiece.cc (+1 -1), SphereGeometryPiece.h (+1 -1), SphereMembraneGeometryPiece.cc (+1 -1), SphereMembraneGeometryPiece.h (+1 -1), SphereShellPiece.cc (+1 -1), SphereShellPiece.h (+1 -1), TriGeometryPiece.cc (+1 -1), TriGeometryPiece.h (+1 -1), UniformGrid.cc (+1 -1), UniformGrid.h (+1 -1), UnionGeometryPiece.cc (+1 -1), UnionGeometryPiece.h (+1 -1), uintahshare.h (+1 -1)
jas 2010-03-07 23:13 Rev.: 45403

Update copyright date.

51 lines of code changed in 51 files:

  • Core/GeometryPiece: BoxGeometryPiece.cc (+1 -1), BoxGeometryPiece.h (+1 -1), ConeGeometryPiece.cc (+1 -1), ConeGeometryPiece.h (+1 -1), CorrugEdgeGeomPiece.cc (+1 -1), CorrugEdgeGeomPiece.h (+1 -1), CylinderGeometryPiece.cc (+1 -1), CylinderGeometryPiece.h (+1 -1), CylinderShellPiece.cc (+1 -1), CylinderShellPiece.h (+1 -1), DifferenceGeometryPiece.cc (+1 -1), DifferenceGeometryPiece.h (+1 -1), FileGeometryPiece.cc (+1 -1), FileGeometryPiece.h (+1 -1), GUVSphereShellPiece.cc (+1 -1), GUVSphereShellPiece.h (+1 -1), GeometryObject.cc (+1 -1), GeometryObject.h (+1 -1), GeometryPiece.cc (+1 -1), GeometryPiece.h (+1 -1), GeometryPieceFactory.cc (+1 -1), GeometryPieceFactory.h (+1 -1), IntersectionGeometryPiece.cc (+1 -1), IntersectionGeometryPiece.h (+1 -1), NaaBoxGeometryPiece.cc (+1 -1), NaaBoxGeometryPiece.h (+1 -1), NullGeometryPiece.cc (+1 -1), NullGeometryPiece.h (+1 -1), PlaneShellPiece.cc (+1 -1), PlaneShellPiece.h (+1 -1), ShellGeometryFactory.cc (+1 -1), ShellGeometryFactory.h (+1 -1), ShellGeometryPiece.cc (+1 -1), ShellGeometryPiece.h (+1 -1), SmoothCylGeomPiece.cc (+1 -1), SmoothCylGeomPiece.h (+1 -1), SmoothGeomPiece.cc (+1 -1), SmoothGeomPiece.h (+1 -1), SphereGeometryPiece.cc (+1 -1), SphereGeometryPiece.h (+1 -1), SphereMembraneGeometryPiece.cc (+1 -1), SphereMembraneGeometryPiece.h (+1 -1), SphereShellPiece.cc (+1 -1), SphereShellPiece.h (+1 -1), TriGeometryPiece.cc (+1 -1), TriGeometryPiece.h (+1 -1), UniformGrid.cc (+1 -1), UniformGrid.h (+1 -1), UnionGeometryPiece.cc (+1 -1), UnionGeometryPiece.h (+1 -1), uintahshare.h (+1 -1)
Generated by StatSVN 0.4.0