Directory | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 244 (100.0%) | 7893 (100.0%) | 32.3 |
Core/Volume/ | 16 (6.6%) | 2644 (33.5%) | 165.2 |
Packages/Uintah/Dataflow/Modules/Operators/ | 77 (31.6%) | 1554 (19.7%) | 20.1 |
Packages/Uintah/Dataflow/Modules/Selectors/ | 32 (13.1%) | 1534 (19.4%) | 47.9 |
Packages/Uintah/Dataflow/Modules/Visualization/ | 38 (15.6%) | 842 (10.7%) | 22.1 |
Dataflow/GUI/ | 15 (6.1%) | 320 (4.1%) | 21.3 |
Dataflow/Modules/Visualization/ | 11 (4.5%) | 312 (4.0%) | 28.3 |
Packages/Uintah/nets/ | 1 (0.4%) | 173 (2.2%) | 173.0 |
Packages/Uintah/Dataflow/GUI/ | 11 (4.5%) | 172 (2.2%) | 15.6 |
Subnets/ | 3 (1.2%) | 73 (0.9%) | 24.3 |
Packages/Uintah/Core/Grid/Variables/ | 8 (3.3%) | 73 (0.9%) | 9.1 |
Packages/Uintah/Core/Grid/ | 7 (2.9%) | 57 (0.7%) | 8.1 |
Core/Geom/ | 6 (2.5%) | 48 (0.6%) | 8.0 |
Dataflow/Modules/Fields/ | 3 (1.2%) | 44 (0.6%) | 14.6 |
Dataflow/Modules/Render/ | 1 (0.4%) | 16 (0.2%) | 16.0 |
Core/Algorithms/Visualization/ | 1 (0.4%) | 10 (0.1%) | 10.0 |
Packages/Uintah/Core/Disclosure/ | 5 (2.0%) | 9 (0.1%) | 1.8 |
Core/Datatypes/ | 1 (0.4%) | 6 (0.1%) | 6.0 |
Packages/Uintah/Core/Datatypes/ | 4 (1.6%) | 4 (0.1%) | 1.0 |
/ | 1 (0.4%) | 2 (0.0%) | 2.0 |
Packages/Uintah/StandAlone/ | 2 (0.8%) | 0 (0.0%) | 0.0 |
Packages/Uintah/Dataflow/XML/ | 1 (0.4%) | 0 (0.0%) | 0.0 |
include file re-ordering and clean-up
0 lines of code changed in 52 files:
more print statement cleanup
0 lines of code changed in 4 files:
removed log scale plotting when graphing picked variable as it causes useless graphs to be generated. More print statement clean-up.
0 lines of code changed in 2 files:
Update Particle picking to make it more in line with grid sampling in the GridVisualizer. Clean up some code and comment out print statements.
217 lines of code changed in 5 files:
removed pre_draw and post_draw from the GeomEllipsoid::draw routine. These are handled appropriately in GeomSphere::draw which is called by GeomEllipsoid::draw. Furthermore the nested pre_draws were causing picking to fail by returning bogus addresses for the picked objects. Picking will now work for ellipsoids that are members of a GeomPick.
0 lines of code changed in 2 files:
post_draw was not called in GeomEllipsoid, this caused the glNameStack to overflow when trying to use picking on large sets of ellipsoids
1 lines of code changed in 1 file:
Added functionality to SamplePlane for LatVolMesh based data. Position slider steps along the plane indices, index entry allows you to enter the index where you want your plane positioned. Switching from 'auto' mode to 'manual' mode restores the old positioning functionality.
0 lines of code changed in 4 files:
remove CuttingPlane.cc
0 lines of code changed in 2 files:
remove CuttingPlane.tcl
0 lines of code changed in 2 files:
Remove RescaleColorMap from the subnet
0 lines of code changed in 2 files:
A sample plane subnet that provides functionality similar to the now extinct CuttingPlane retired years ago in the main trunk, but only recently in the Uintah package. The rendering options are saved to target constant basis fields
73 lines of code changed in 1 file:
Remove CuttingPlane, use several modules in a subnet instead
0 lines of code changed in 4 files:
removed the get_type_name calls
69 lines of code changed in 11 files:
Added dynamic compilation and fix for HOB fields
12 lines of code changed in 2 files:
removed debugging printouts.
11 lines of code changed in 1 file:
removed debugging printouts.
0 lines of code changed in 1 file:
More required changes for HOB fields.
59 lines of code changed in 2 files:
Made these work with HOB fields
31 lines of code changed in 4 files:
These modules appear to be working with the new HOB Field structure, please report any problems.
44 lines of code changed in 9 files:
Good news: dynamic compilation is working, can extract single level datasets. Bad news: multi-level datasets still broken.
273 lines of code changed in 3 files:
(43 more)