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 |
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:
Quiet run time warnings about affineTransformation entries.
0 lines of code changed in 2 files:
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:
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:
Removed the last remnants of the "addMaterial" code. It hasn't been used for years.
0 lines of code changed in 2 files:
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:
A little less spew, please.
1 lines of code changed in 1 file:
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:
Freshen up the SmoothCylinder code to be compatible with CPDI.
(Work done by Scott Bardenhagen.)
63 lines of code changed in 2 files:
Pass the cell size in for smooth geometry pieces. Quiet some errors in AMRMPM.
16 lines of code changed in 3 files:
Progress towards getting the size initialized correctly for the SmoothCylinders.
14 lines of code changed in 2 files:
Correct the error message, the user inputs angles in degrees, not radians.
1 lines of code changed in 1 file:
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: