Directory Packages/Uintah/CCA/Components/OnTheFlyAnalysis/

Total Files:
11
Deleted Files:
0
Lines of Code:
2363

[root]/Packages/Uintah/CCA/Components/OnTheFlyAnalysis

Lines of Code

Packages/Uintah/CCA/Components/OnTheFlyAnalysis/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 37 (100.0%) 3142 (100.0%) 84.9
harman 17 (45.9%) 1554 (49.5%) 91.4
sbrown 5 (13.5%) 1021 (32.5%) 204.2
jas 9 (24.3%) 552 (17.6%) 61.3
dav 1 (2.7%) 10 (0.3%) 10.0
luitjens 3 (8.1%) 5 (0.2%) 1.6
guilkey 2 (5.4%) 0 (0.0%) 0.0

Most Recent Commits

guilkey 2008-12-13 13:56 Rev.: 42711

Add GeometryPiece to the sub.mk. Thanks John.

0 lines of code changed in 2 files:

  • Packages/Uintah/CCA/Components/OnTheFlyAnalysis: sub.mk (changed)
sbrown 2008-12-10 18:01 Rev.: 42688

First incarnation of ContainerExtract module. Kind of works; try it and see.

1021 lines of code changed in 5 files:

  • Packages/Uintah/CCA/Components/OnTheFlyAnalysis: AnalysisModuleFactory.cc (+3), containerExtract.cc (new 867), containerExtract.h (new 145), sub.mk (+6 -5)
jas 2008-07-07 20:07 Rev.: 41434

Use the proper c++ standard for include files for the C inlude files, i.e.
<stdio.h> --> <cstdio>
<math.h> --> <cmath>

Tested on g++ 4.2 and 4.3 compilers.

551 lines of code changed in 8 files:

  • Packages/Uintah/CCA/Components/OnTheFlyAnalysis: flatPlate_heatFlux.cc (+1 -1), lineExtract.cc (new), pointExtract.cc (+548 -548), vorticity.cc (+1 -1)
harman 2008-05-12 10:47 Rev.: 40993

New Patch Conversion:
getCellIterator--> getCellIterator__New
containsPoint --> containsPoint__New

2 lines of code changed in 2 files:

  • Packages/Uintah/CCA/Components/OnTheFlyAnalysis: flatPlate_heatFlux.cc (+1 -1), vorticity.cc (+1 -1)
luitjens 2008-04-30 18:56 Rev.: 40876



added comments and moved cullIntersection, nodePostion, and cellPosition
to the completed section.

updated getBox and getInteriorBox to the new interface, renamed them to
getExtraBox and getBox.

renamed neighborsLow to noNeighborsLow and neighborsHigh to
noNeighborsHigh. This follows the logic that 1 is true and 0 is false.

5 lines of code changed in 3 files:

  • Packages/Uintah/CCA/Components/OnTheFlyAnalysis: flatPlate_heatFlux.cc (+1 -1), lineExtract.cc (+2 -2), pointExtract.cc (+2 -2)
dav 2008-04-28 14:26 Rev.: 40850

Fix closedir of null.

10 lines of code changed in 1 file:

  • Packages/Uintah/CCA/Components/OnTheFlyAnalysis: lineExtract.cc (+10 -6)
harman 2008-04-25 16:46 Rev.: 40840

use patch->findClosestNode instead of the old stale code I ripped off from
pre-Justin patch.h

2 lines of code changed in 1 file:

  • Packages/Uintah/CCA/Components/OnTheFlyAnalysis: flatPlate_heatFlux.cc (+2 -19)
harman 2008-04-25 10:25 Rev.: 40833

New analysis module that computes the total heat rate through a user
specified plane. Ups usage:

<DataAnalysis>
<Module name="flatPlate_heatFlux">
<material>0</material>
<plane>
<startingPt> [0.00, 0.005, 0.000] </startingPt>
<endingPt> [0.01, 0.005, 0.01] </endingPt>
</plane>
</Module>
</DataAnalysis>

Currently, only setup for a single plane but could be easily extended to
multiple planes.

451 lines of code changed in 4 files:

  • Packages/Uintah/CCA/Components/OnTheFlyAnalysis: AnalysisModuleFactory.cc (+3 -2), flatPlate_heatFlux.cc (+336), flatPlate_heatFlux.h (new 111), sub.mk (+1)
harman 2008-04-02 17:24 Rev.: 40642

saved as unix file instead of dos file

now supporting CCVariable<int, double, Vector>, SFC(X,Y,Z)<double>

The file header is now sorted by variable type and subtype.

Data is written out by variable type and subtype.

632 lines of code changed in 3 files:

  • Packages/Uintah/CCA/Components/OnTheFlyAnalysis: lineExtract.cc (+629 -485), lineExtract.h (new)
jas 2008-03-17 14:22 Rev.: 40487

Fix compiler warnings usually having to do with const char declarations.

1 lines of code changed in 1 file:

  • Packages/Uintah/CCA/Components/OnTheFlyAnalysis: pointExtract.cc (+1 -1)
harman 2008-01-07 17:14 Rev.: 39852

global: saved as unix file instead of dos.

sheduleInitialize()
-clean up

doAnalysis()
- only compute vorticity field for the user input material.
- fixed equations so it's 2nd order central difference.
(no such thing as F.O. central difference...duh)

181 lines of code changed in 3 files:

  • Packages/Uintah/CCA/Components/OnTheFlyAnalysis: vorticity.cc (+180 -181), vorticity.h (new)
harman 2008-01-07 15:40 Rev.: 39849

Added analysis module to compute the vorticity field

To activate add

<DataAnalysis>
<Module name="vorticity">
<material>Atmosphere</material>
</Module>
</DataAnalysis>

and

<save label="vorticity"/>

to the ups file.

Status: runs, rough draft, needs testing of all vorticity components,


286 lines of code changed in 4 files:

  • Packages/Uintah/CCA/Components/OnTheFlyAnalysis: AnalysisModuleFactory.cc (+3), sub.mk (+2 -1), vorticity.cc (+181), vorticity.h (+100)
Generated by StatSVN 0.4.0