Directory Packages/Uintah/Dataflow/Modules/Selectors/

Total Files:
15
Deleted Files:
0
Lines of Code:
3649

[root]/Packages/Uintah/Dataflow/Modules/Selectors

Lines of Code

Packages/Uintah/Dataflow/Modules/Selectors/ Lines of Code

Developers

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

Most Recent Commits

kuzimmer 2006-11-27 16:38 Rev.: 35906

Allow users to select which level of particles they want to use.

0 lines of code changed in 2 files:

  • Packages/Uintah/Dataflow/Modules/Selectors: ParticleFieldExtractor.cc (new)
bigler 2006-11-14 13:53 Rev.: 35853


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:

  • Packages/Uintah/Dataflow/Modules/Selectors: PatchToField.h (changed)
harman 2006-10-25 15:56 Rev.: 35694

fixed spelling error

0 lines of code changed in 2 files:

  • Packages/Uintah/Dataflow/Modules/Selectors: FieldExtractor.cc (changed)
kuzimmer 2006-09-01 09:03 Rev.: 35195

Allow periodic boundary conditions for face centered variables

115 lines of code changed in 3 files:

  • Packages/Uintah/Dataflow/Modules/Selectors: FieldExtractor.cc (+101 -29), FieldExtractor.h (new)
kuzimmer 2006-06-30 16:27 Rev.: 34627

Set up the extra cells correctly when mapping the old grid to the new grid.

1 lines of code changed in 1 file:

  • Packages/Uintah/Dataflow/Modules/Selectors: FieldExtractor.cc (+1)
worthen 2006-06-02 15:23 Rev.: 34405

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:

  • Packages/Uintah/Dataflow/Modules/Selectors: FieldExtractor.cc (+1 -1), FieldExtractor.h (+3 -2), ParticleFieldExtractor.cc (+7), ParticleFieldExtractor.h (new), ScalarFieldExtractor.cc (new), TensorFieldExtractor.cc (new), TimestepSelector.cc (new), VectorFieldExtractor.cc (new), share.h (new 11), sub.mk (+1)
borodai 2006-05-16 17:15 Rev.: 34248

reverted back some garbage I accidentally commited on my previous commit

0 lines of code changed in 1 file:

  • Packages/Uintah/Dataflow/Modules/Selectors: FieldExtractor.cc (-1)
borodai 2006-05-16 17:04 Rev.: 34246

1 lines of code changed in 1 file:

  • Packages/Uintah/Dataflow/Modules/Selectors: FieldExtractor.cc (+1)
kuzimmer 2006-05-16 13:08 Rev.: 34242

updateParticleFieldExtractor like it should have been on revision 34177

1 lines of code changed in 1 file:

  • Packages/Uintah/Dataflow/Modules/Selectors: ParticleFieldExtractor.cc (+1 -1)
kuzimmer 2006-05-15 13:46 Rev.: 34230

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:

  • Packages/Uintah/Dataflow/Modules/Selectors: FieldExtractor.h (+1)
dav 2006-05-10 17:31 Rev.: 34198


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:

  • Packages/Uintah/Dataflow/Modules/Selectors: ParticleFieldExtractor.cc (+309 -277)
kuzimmer 2006-05-10 09:02 Rev.: 34177

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:

  • Packages/Uintah/Dataflow/Modules/Selectors: ParticleFieldExtractor.cc (+62 -11), ParticleFieldExtractor.h (+1)
worthen 2006-05-04 15:40 Rev.: 34130

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:

  • Packages/Uintah/Dataflow/Modules/Selectors: FieldExtractor.cc (+2 -2)
dav 2006-05-01 12:15 Rev.: 34068

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:

  • Packages/Uintah/Dataflow/Modules/Selectors: TimestepSelector.cc (+7 -4)
dav 2006-04-25 16:14 Rev.: 34010

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:

  • Packages/Uintah/Dataflow/Modules/Selectors: FieldExtractor.cc (+12 -7), TimestepSelector.cc (+3)
kuzimmer 2006-03-29 17:37 Rev.: 33691

set the field's name to be the variable name represented

1 lines of code changed in 1 file:

  • Packages/Uintah/Dataflow/Modules/Selectors: FieldExtractor.cc (+1 -1)
dav 2006-03-22 21:32 Rev.: 33602

More Updates to fix getID() problems and to address the move of Dataflow/Ports

12 lines of code changed in 12 files:

  • Packages/Uintah/Dataflow/Modules/Selectors: FieldExtractor.h (+1 -1), ParticleFieldExtractor.cc (+2 -2), ScalarFieldExtractor.h (+1 -1), TensorFieldExtractor.h (+1 -1), TimestepSelector.cc (+2 -2), TimestepSelector.h (new), VectorFieldExtractor.h (new), sub.mk (+2 -3)
mjc 2006-03-22 16:42 Rev.: 33591

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:

  • Packages/Uintah/Dataflow/Modules/Selectors: FieldExtractor.cc (+15 -15), ParticleFieldExtractor.cc (+41 -41), TimestepSelector.cc (+21 -21)
dav 2006-02-21 18:32 Rev.: 33322

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:

  • Packages/Uintah/Dataflow/Modules/Selectors: FieldExtractor.cc (+1)
dav 2006-02-16 18:50 Rev.: 33291

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:

  • Packages/Uintah/Dataflow/Modules/Selectors: FieldExtractor.cc (+4 -2), FieldExtractor.h (+1 -1), ParticleFieldExtractor.cc (+1)

(2 more)

Generated by StatSVN 0.4.0