[root]/Packages/Uintah/Dataflow/XML
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 6 (100.0%) | 47 (100.0%) | 7.8 |
harman | 3 (50.0%) | 41 (87.2%) | 13.6 |
bigler | 2 (33.3%) | 6 (12.8%) | 3.0 |
kuzimmer | 1 (16.7%) | 0 (0.0%) | 0.0 |
Remove CuttingPlane, use several modules in a subnet instead
0 lines of code changed in 1 file:
Added a Matrix output port that we can send the current timestep
(first value) as well as other information (index to the timestep, and
all the timestep values). You get a dense matrix of size
(numTimestep+2,1).
6 lines of code changed in 2 files:
This module normalizes a scalar field
scalarField[c] = scalarField[c]/scalarField[probe Point]
The probe point cell index is a user input.
35 lines of code changed in 1 file:
-cleaned up
-no longer clobbering the original field data
-added a help message
-dx, dy, dz are still hardwired.
6 lines of code changed in 2 files: