Directory Packages/Uintah/Dataflow/Modules/Operators/

Total Files:
25
Deleted Files:
2
Lines of Code:
2672

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

Lines of Code

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

Developers

Author Changes Lines of Code Lines per Change
Totals 124 (100.0%) 1933 (100.0%) 15.5
kuzimmer 77 (62.1%) 1554 (80.4%) 20.1
harman 7 (5.6%) 221 (11.4%) 31.5
dav 4 (3.2%) 88 (4.6%) 22.0
worthen 21 (16.9%) 21 (1.1%) 1.0
bigler 1 (0.8%) 16 (0.8%) 16.0
jones 7 (5.6%) 9 (0.5%) 1.2
jas 2 (1.6%) 9 (0.5%) 4.5
borodai 1 (0.8%) 7 (0.4%) 7.0
livne 3 (2.4%) 4 (0.2%) 1.3
callahan 1 (0.8%) 4 (0.2%) 4.0

Most Recent Commits

kuzimmer 2005-12-21 16:39 Rev.: 32914

include file re-ordering and clean-up

0 lines of code changed in 32 files:

  • Packages/Uintah/Dataflow/Modules/Operators: EigenEvaluator.cc (new), OperatorThread.h (new), ScalarFieldAverage.cc (new), ScalarFieldBinaryOperator.cc (new), ScalarFieldBinaryOperator.h (changed), ScalarFieldNormalize.cc (changed), ScalarFieldOperator.cc (new), ScalarFieldOperator.h (changed), ScalarMinMax.cc (changed), ScalarMinMax.h (new), Schlieren.cc (changed), Schlieren.h (changed), TensorFieldOperator.cc (changed), TensorFieldOperator.h (changed), VectorFieldOperator.cc (changed), VectorFieldOperator.h (new)
kuzimmer 2005-11-14 14:50 Rev.: 32540

removed the get_type_name calls

10 lines of code changed in 3 files:

  • Packages/Uintah/Dataflow/Modules/Operators: EigenEvaluator.cc (+4 -1), ScalarFieldAverage.cc (+2 -2), TensorFieldOperator.cc (+4 -3)
kuzimmer 2005-11-02 15:45 Rev.: 32416

removed debugging printouts.

11 lines of code changed in 1 file:

  • Packages/Uintah/Dataflow/Modules/Operators: ScalarFieldNormalize.cc (+11 -8)
kuzimmer 2005-11-02 14:40 Rev.: 32413

removed debugging printouts.

0 lines of code changed in 1 file:

  • Packages/Uintah/Dataflow/Modules/Operators: TensorFieldOperator.cc (-3)
kuzimmer 2005-11-02 14:38 Rev.: 32412

More required changes for HOB fields.

59 lines of code changed in 2 files:

  • Packages/Uintah/Dataflow/Modules/Operators: TensorFieldOperator.cc (+12 -3), TensorFieldOperator.h (+47 -30)
kuzimmer 2005-10-31 22:46 Rev.: 32381

Made these work with HOB fields

31 lines of code changed in 4 files:

  • Packages/Uintah/Dataflow/Modules/Operators: Schlieren.cc (+1 -1), Schlieren.h (+13 -12), VectorFieldOperator.cc (+5 -5), VectorFieldOperator.h (+12 -13)
kuzimmer 2005-10-31 16:53 Rev.: 32378

These modules appear to be working with the new HOB Field structure, please report any problems.

40 lines of code changed in 6 files:

  • Packages/Uintah/Dataflow/Modules/Operators: ScalarFieldAverage.cc (+4 -2), ScalarFieldAverage.h (new), ScalarFieldBinaryOperator.cc (+5 -3), ScalarFieldBinaryOperator.h (+23 -24), ScalarMinMax.h (+1 -1)
kuzimmer 2005-10-25 11:42 Rev.: 32297

change namespace back to Uintah

1 lines of code changed in 1 file:

  • Packages/Uintah/Dataflow/Modules/Operators: ScalarFieldOperator.h (+1 -1)
dav 2005-10-24 18:12 Rev.: 32283

Selectors and Operators now depend on Core/Basis.

0 lines of code changed in 2 files:

  • Packages/Uintah/Dataflow/Modules/Operators: sub.mk (new)
kuzimmer 2005-10-23 21:19 Rev.: 32260

More corrections, still doesn't work

58 lines of code changed in 2 files:

  • Packages/Uintah/Dataflow/Modules/Operators: ScalarFieldOperator.cc (+1 -50), ScalarFieldOperator.h (+57 -11)
kuzimmer 2005-10-20 20:22 Rev.: 32230

Added dynamic compilation and changes for the new higher order basis field structure, NOTE: although the code compiles, it does NOT work. DO NOT UPDATE!

1162 lines of code changed in 21 files:

  • Packages/Uintah/Dataflow/Modules/Operators: EigenEvaluator.cc (+77 -18), EigenEvaluator.h (del), ScalarFieldAverage.cc (+123 -51), ScalarFieldAverage.h (+67 -41), ScalarFieldBinaryOperator.cc (+65 -188), ScalarFieldBinaryOperator.h (+47 -29), ScalarFieldNormalize.cc (+65 -12), ScalarFieldNormalize.h (del), ScalarFieldOperator.cc (+62 -37), ScalarFieldOperator.h (+52 -30), ScalarMinMax.cc (-1), ScalarMinMax.h (+58 -63), Schlieren.cc (+58 -74), Schlieren.h (+100 -16), TensorFieldOperator.cc (+81 -75), TensorFieldOperator.h (+122 -43), TensorToTensorConvertor.h (new), VectorFieldOperator.cc (+59 -68), VectorFieldOperator.h (+119 -27), sub.mk (+6 -6)
livne 2005-08-22 13:19 Rev.: 31636

Cleaned up compiler warnings

4 lines of code changed in 3 files:

  • Packages/Uintah/Dataflow/Modules/Operators: ScalarFieldOperator.cc (+1 -1), TensorFieldOperator.cc (+1 -1), VectorFieldOperator.cc (+2 -2)
kuzimmer 2005-06-09 17:17 Rev.: 30649

carry properties, like offset, forward when creatning a new field

182 lines of code changed in 4 files:

  • Packages/Uintah/Dataflow/Modules/Operators: ScalarFieldOperator.cc (+55 -2), ScalarFieldOperator.h (+4 -3), TensorFieldOperator.cc (+62), VectorFieldOperator.cc (+61)
borodai 2005-06-08 13:35 Rev.: 30608

Correctly check for empty data from input port.
Dav.

7 lines of code changed in 1 file:

  • Packages/Uintah/Dataflow/Modules/Operators: VectorFieldOperator.cc (+7 -1)
jas 2005-04-29 11:45 Rev.: 30030

Revert single large Uintah_Core.so to smaller Uintah_Core_*.so.

8 lines of code changed in 1 file:

  • Packages/Uintah/Dataflow/Modules/Operators: sub.mk (+8 -1)
jas 2005-04-27 13:40 Rev.: 29989

Convert all libraries under the Uintah_Core_ to a single Uintah_Core.so.

1 lines of code changed in 1 file:

  • Packages/Uintah/Dataflow/Modules/Operators: sub.mk (+1 -8)
worthen 2005-03-02 14:44 Rev.: 29065

Get mac to compile

1 lines of code changed in 1 file:

  • Packages/Uintah/Dataflow/Modules/Operators: sub.mk (+1)
worthen 2005-03-02 14:34 Rev.: 29063

Use Core/Grid/Variables instead of Core/Variables, and satisfy picky Mac linker

9 lines of code changed in 12 files:

  • Packages/Uintah/Dataflow/Modules/Operators: OperatorThread.h (+1 -1), ParticleEigenEvaluator.cc (new), TensorParticlesOperator.cc (+2 -2), TensorParticlesOperator.h (new), TensorToTensorConvertor.h (+1 -1), VectorParticlesOperator.cc (new), VectorParticlesOperator.h (new)
bigler 2005-03-01 12:38 Rev.: 29021

Use a ScalarParticlesHandle instead of the just the pointer. Don't use local includes.

16 lines of code changed in 1 file:

  • Packages/Uintah/Dataflow/Modules/Operators: VectorParticlesOperator.cc (+16 -9)
worthen 2005-02-22 11:49 Rev.: 28858

remove unnecessary SHARE

1 lines of code changed in 2 files:

  • Packages/Uintah/Dataflow/Modules/Operators: ScalarMinMax.cc (-1), TensorToTensorConvertor.h (+1 -2)

(9 more)

Generated by StatSVN 0.4.0