[root]/Packages/Uintah/Dataflow/Modules/Selectors
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 59 (100.0%) | 787 (100.0%) | 13.3 |
dav | 20 (33.9%) | 350 (44.5%) | 17.5 |
kuzimmer | 12 (20.3%) | 325 (41.3%) | 27.0 |
mjc | 3 (5.1%) | 77 (9.8%) | 25.6 |
worthen | 17 (28.8%) | 33 (4.2%) | 1.9 |
dgroulx | 1 (1.7%) | 1 (0.1%) | 1.0 |
borodai | 2 (3.4%) | 1 (0.1%) | 0.5 |
harman | 2 (3.4%) | 0 (0.0%) | 0.0 |
bigler | 2 (3.4%) | 0 (0.0%) | 0.0 |
Allow users to select which level of particles they want to use.
0 lines of code changed in 2 files:
Dataflow/Modules/Selectors/PatchToField.h
Formatted text better.
Pulled out IntVector lo,hi from branch.
StandAlone/uda2nrrd.cc
Fixed noboundarycells computation. It turns out I did need that
rewindow command.
Also add typename to sizeof(typename FIELD::value_type). Newer
compilers complain about this.
0 lines of code changed in 2 files:
fixed spelling error
0 lines of code changed in 2 files:
Allow periodic boundary conditions for face centered variables
115 lines of code changed in 3 files:
Set up the extra cells correctly when mapping the old grid to the new grid.
1 lines of code changed in 1 file:
Prep configure to run under cygwin. Not quite ready yet.
Windows port of Uintah. Currently does not support Arches or Radiation (due to lack of fortran).
31 lines of code changed in 16 files:
reverted back some garbage I accidentally commited on my previous commit
0 lines of code changed in 1 file:
1 lines of code changed in 1 file:
updateParticleFieldExtractor like it should have been on revision 34177
1 lines of code changed in 1 file:
Added include of Matrix3.h, so that dynamic compilation of TensorFieldExtractor works on gcc 4.0+ compilers
1 lines of code changed in 1 file:
Real change: 'buildLevel' changed to 'buildLevels' (added the 's').
This fixes a runtime error I was getting. I believe it is the correct
fix. Kurt?
Also, untabified, indented, standardized, etc.
309 lines of code changed in 1 file:
Fix oddities with multi-resolution data, only allow users to pick level with particles on it for vis
63 lines of code changed in 2 files:
1) Create 1 patch group per level instead of 1 per variable per level
2) AMRInterpolate coarse range high fix
3) Fix (hopefully the right thing) refined variable for a 3+ level mpmice problem
2 lines of code changed in 1 file:
M GUI/TimestepSelector.tcl
Set default max_time to 0 (there aren't any timesteps to begin with).
Make status frame larger so you can actually see most of the message.
Allow the arrow keys to inc/dec time based on the 'tinc' setting.
M Modules/DataIO/ArchiveReader.cc
Reformatted a little... but the real/only change is to add a warning
message that is displayed when the module has no file specified.
M Modules/Selectors/TimestepSelector.cc
Stop animating if there is not data. Only get the outPorts if there
is input.
7 lines of code changed in 1 file:
M Packages/Uintah/Dataflow/Modules/Selectors/FieldExtractor.cc
Added the spacial range of the field as a property of the field for
use downstream. James, Kurt, is this the right way to send this type
of information around?
M Packages/Uintah/StandAlone/sub.mk
Don't link against the components directly anymore... (except under AIX).
M Packages/Uintah/Core/Grid/Grid.cc
M Packages/Uintah/Core/Grid/Grid.h
Added a getInteriorSpatialRange() function that gives the exact
boundaries of the grid (as specified in the .ups file).
M Packages/Uintah/Core/Grid/Box.h
Cleaned up syntax.
M Packages/Uintah/Dataflow/Modules/Selectors/TimestepSelector.cc
Added a comment.
M Packages/Uintah/Dataflow/Modules/Operators/CompareMMS.cc
Added example of getting spacial data from the field. Added the name
of the variable to the output field so it can be used downstream.
M Core/Geometry/BBox.h
M Core/Geometry/BBox.cc
Added << operator.
15 lines of code changed in 2 files:
set the field's name to be the variable name represented
1 lines of code changed in 1 file:
More Updates to fix getID() problems and to address the move of Dataflow/Ports
12 lines of code changed in 12 files:
add with-tetgen option to configure, Make Module.h conform to the coding standard, and all the massive fallout from renaming variables and slots in that class
77 lines of code changed in 3 files:
A nets/compare_mms.srn
Added an example net that shows the use of the CompareMMS module.
M Dataflow/GUI/CompareMMS.tcl
- Added the field name and time (which come across from the C++ side).
- Added radio buttons to select which field to output (original, exact, or diff).
- set_to_exact() is not used yet.
M Dataflow/Modules/Selectors/FieldExtractor.cc
Added the timestep 'time' to the field through the properties so that
the CompareMMS module can use that time for generating the exact
solution.
M Dataflow/Modules/Operators/CompareMMS.cc
Updated so it does its job now. Probably can be cleaned up some, but
it is in fairly good shape now.
1 lines of code changed in 1 file:
Major update:
------------
Simplified the (XML) calls appendElement() and appendChild() by
removing the embedded newline and tab parameters. The XML outputer
(libxml2) will indent things properly without them. Also cleaned up
the ProblemSpec.cc file to remove the appendText() call which was
commented out and thus not doing anything.
Minor updates:
-------------
In some files placed the function return type on a separate line.
In StandAlone, sus requires Core/Datatypes (because of a circular
dependency that will be removed soon... however, this allows sus to
run on the SGI's for now).
Removed extra ";" from the end of MMS class constructors.
Added field name to ScalarMinMax (which I only partially checked in before).
Some restructuring of CompareMMS.cc, but it is not functional yet.
6 lines of code changed in 3 files:
(2 more)