Directory Core/GeometryPiece/

Total Files:
46
Deleted Files:
2
Lines of Code:
7910

[root]/Core/GeometryPiece

Lines of Code

Core/GeometryPiece/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 109 (100.0%) 239 (100.0%) 2.1
guilkey 21 (19.3%) 145 (60.7%) 6.9
jsutherland 84 (77.1%) 90 (37.7%) 1.0
harman 4 (3.7%) 4 (1.7%) 1.0

Most Recent Commits

jsutherland 2013-10-31 19:36 Rev.: 51196

This one has been a long time coming.

Rip out the standard namespace opening that has been polluting header files throughout the framework. This crept into all sorts of places.

DO NOT open namespaces in header files. Ever.

90 lines of code changed in 84 files:

  • Core/GeometryPiece: BoxGeometryPiece.cc (new), BoxGeometryPiece.h (+1 -1), ConeGeometryPiece.cc (+1), ConeGeometryPiece.h (new), CylinderGeometryPiece.cc (new), CylinderGeometryPiece.h (new), CylinderShellPiece.cc (new), CylinderShellPiece.h (+1 -1), DifferenceGeometryPiece.cc (+1), DifferenceGeometryPiece.h (new), EllipsoidGeometryPiece.cc (new), EllipsoidGeometryPiece.h (new), FileGeometryPiece.cc (+1 -3), FileGeometryPiece.h (+8 -12), GeometryObject.cc (new), GeometryObject.h (+13 -16), IntersectionGeometryPiece.cc (+1 -2), IntersectionGeometryPiece.h (new), NaaBoxGeometryPiece.h (new), NullGeometryPiece.cc (new), NullGeometryPiece.h (+2 -2), PlaneShellPiece.cc (-2), PlaneShellPiece.h (+1 -1), ShellGeometryPiece.cc (+1), ShellGeometryPiece.h (new), SmoothCylGeomPiece.h (+3 -3), SmoothGeomPiece.cc (new), SmoothGeomPiece.h (+18 -20), SphereGeometryPiece.cc (+1), SphereGeometryPiece.h (new), SphereMembraneGeometryPiece.cc (new), SphereMembraneGeometryPiece.h (+1 -1), SphereShellPiece.cc (+1), SphereShellPiece.h (+1 -1), TorusGeometryPiece.cc (new), TorusGeometryPiece.h (+4 -4), TriGeometryPiece.cc (new), TriGeometryPiece.h (new), UniformGrid.cc (+1), UniformGrid.h (new), UnionGeometryPiece.cc (new), UnionGeometryPiece.h (new)
guilkey 2013-09-25 10:37 Rev.: 50979

Quiet run time warnings about affineTransformation entries.

0 lines of code changed in 2 files:

  • Core/GeometryPiece: GeometryPieceFactory.cc (new)
guilkey 2013-07-23 15:21 Rev.: 50749

Moving the rarely used CorrugEdgeGeomPiece to the newly created CodeAttic to
reduce maintenance of code that isn't used and has a questionable
implementation.

0 lines of code changed in 5 files:

  • Core/GeometryPiece: CorrugEdgeGeomPiece.cc (del), CorrugEdgeGeomPiece.h (del), GeometryPieceFactory.cc (-4), sub.mk (new)
harman 2013-07-19 13:14 Rev.: 50737

Added comments that the smoothCylinder is not designed to be used with the union,difference,intersection
operator.

ParticleCreator::countAndCreateParticles()
Throw an exception if a smooth geometry piece tries to create a particle that lies outside the
computational domain.

4 lines of code changed in 2 files:

  • Core/GeometryPiece: SmoothCylGeomPiece.cc (+4)
harman 2013-06-07 12:28 Rev.: 50431

Removed the last remnants of the "addMaterial" code. It hasn't been used for years.

0 lines of code changed in 2 files:

  • Core/GeometryPiece: GeometryPieceFactory.h (-1)
guilkey 2013-05-01 16:11 Rev.: 50196

Empty the containers for the particle data at the beginning so that they are
empty if the particle creation gets called again due to AMR.

7 lines of code changed in 1 file:

  • Core/GeometryPiece: SmoothCylGeomPiece.cc (+7 -4)
guilkey 2013-04-30 16:12 Rev.: 50194

A little less spew, please.

1 lines of code changed in 1 file:

  • Core/GeometryPiece: SmoothCylGeomPiece.cc (+1 -1)
guilkey 2013-04-18 18:07 Rev.: 50140

1. Fixed a small bug in CBDI with Ali's help.
2. Better input labels in SmoothCylGeomPiece (Scott Bardenhagen)
3. Example input file of a pressurized cylinder using the smooth cylinder, cpdi and cbdi.

27 lines of code changed in 2 files:

  • Core/GeometryPiece: SmoothCylGeomPiece.cc (+25 -21), SmoothCylGeomPiece.h (+2 -2)
guilkey 2013-04-18 14:51 Rev.: 50138

Freshen up the SmoothCylinder code to be compatible with CPDI.
(Work done by Scott Bardenhagen.)

63 lines of code changed in 2 files:

  • Core/GeometryPiece: SmoothCylGeomPiece.cc (+57 -121), SmoothCylGeomPiece.h (+6 -10)
guilkey 2013-04-10 12:00 Rev.: 50112

Pass the cell size in for smooth geometry pieces. Quiet some errors in AMRMPM.

16 lines of code changed in 3 files:

  • Core/GeometryPiece: SmoothCylGeomPiece.cc (+4), SmoothGeomPiece.cc (+6), SmoothGeomPiece.h (+6)
guilkey 2013-04-09 16:31 Rev.: 50111

Progress towards getting the size initialized correctly for the SmoothCylinders.

14 lines of code changed in 2 files:

  • Core/GeometryPiece: SmoothGeomPiece.cc (+9), SmoothGeomPiece.h (+5)
guilkey 2013-04-05 11:40 Rev.: 50072

Correct the error message, the user inputs angles in degrees, not radians.

1 lines of code changed in 1 file:

  • Core/GeometryPiece: SmoothCylGeomPiece.cc (+1 -1)
guilkey 2013-04-03 16:35 Rev.: 50054

Paving the way for "smooth" geometry pieces to have their "size" variables
created correctly. This commit is ~1/2 of the needed changes.

16 lines of code changed in 2 files:

  • Core/GeometryPiece: SmoothGeomPiece.cc (+9 -1), SmoothGeomPiece.h (+7 -1)
Generated by StatSVN 0.7.0