Directory | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 89 (100.0%) | 1834 (100.0%) | 20.6 |
Packages/Uintah/StandAlone/ | 1 (1.1%) | 615 (33.5%) | 615.0 |
Core/Geom/ | 6 (6.7%) | 346 (18.9%) | 57.6 |
Dataflow/Modules/Render/ | 8 (9.0%) | 239 (13.0%) | 29.8 |
Packages/Uintah/Dataflow/Modules/Selectors/ | 13 (14.6%) | 188 (10.3%) | 14.4 |
Packages/Uintah/Dataflow/Modules/Visualization/ | 9 (10.1%) | 97 (5.3%) | 10.7 |
Dataflow/Modules/Visualization/ | 8 (9.0%) | 97 (5.3%) | 12.1 |
Packages/Uintah/Dataflow/Modules/Operators/ | 11 (12.4%) | 60 (3.3%) | 5.4 |
Core/GUI/ | 4 (4.5%) | 56 (3.1%) | 14.0 |
Packages/Uintah/Core/DataArchive/ | 6 (6.7%) | 51 (2.8%) | 8.5 |
Dataflow/GUI/ | 4 (4.5%) | 41 (2.2%) | 10.2 |
Packages/Uintah/Dataflow/GUI/ | 9 (10.1%) | 40 (2.2%) | 4.4 |
Packages/Uintah/Dataflow/XML/ | 2 (2.2%) | 4 (0.2%) | 2.0 |
Packages/Uintah/Dataflow/Modules/Operators/MMS/ | 2 (2.2%) | 0 (0.0%) | 0.0 |
Packages/Uintah/Core/Grid/Variables/ | 2 (2.2%) | 0 (0.0%) | 0.0 |
Dataflow/Comm/ | 2 (2.2%) | 0 (0.0%) | 0.0 |
Core/Volume/ | 2 (2.2%) | 0 (0.0%) | 0.0 |
Add the ability to view patches and grid cells along an axis aligned slice
0 lines of code changed in 4 files:
make graphs resize with window.
0 lines of code changed in 2 files:
make the expand() function expand for particle counts larger than minAmount.
0 lines of code changed in 2 files:
Forgot to check this in with the clipping plane changes, added new message type.
0 lines of code changed in 2 files:
Modified the clipping planes again, added a clipframe, which outlines the clipping plane and includes a translucent polygon so that you can see the location of the clipping planes with respect to the data. The clip frame can be turned on and off via a check button in the Clipping Planes popup window.
590 lines of code changed in 16 files:
added 'Transparent' tag so that transparent lines are rendered last
0 lines of code changed in 2 files:
made the slider scale for all domains by initializing the Plane in point/normal form.
15 lines of code changed in 3 files:
Tweaked the clipping plane interface. No more expscale, Yes! Now only positive normals are specified. Added a reverse normal button. The bounding box of geom objects is used to determine the scale and extent of plane movement.
77 lines of code changed in 3 files:
Bug fix: if no particles existed for a particular material on a particular patch, the code would fail to check the remaining materials.
10 lines of code changed in 1 file:
if variables are found, but the particle set size is zero, then don't bother sending the particles.
15 lines of code changed in 1 file:
Don't send any particlefields if no variables were found.
7 lines of code changed in 1 file:
for the time being, get rid of multi-threading while reading particles
15 lines of code changed in 1 file:
allow a list of 'selected materials' to be stored in the srn file.
35 lines of code changed in 1 file:
make the ParticleFieldExtractor multi-threaded again after the changes made to the DataArchive.
17 lines of code changed in 1 file:
Put mutex locks around the calls to getTimeData() in the query functions to hopefully eliminate the race conditions in multi-threaded code
15 lines of code changed in 1 file:
Temporarily make single threaded until I can figure out why there is data corruption in the multi-threaded version
17 lines of code changed in 1 file:
Temporary fix for the crashes that were occurring when trying to graph a particle over time. Temporary, because we need to confirm that a particular particle cannot change levels over time. If it can, then this fix will break.
48 lines of code changed in 5 files:
Add the ability to color patches according to processor number.
56 lines of code changed in 4 files:
add a transform to allow the patches to be shifted.
54 lines of code changed in 3 files:
update uda2nrrd so that AMR levels can be combined into a single nrrd
615 lines of code changed in 1 file:
(5 more)