Directory Packages/Uintah/CCA/Components/OnTheFlyAnalysis/

Total Files:
8
Deleted Files:
0
Lines of Code:
157

[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 27 (100.0%) 845 (100.0%) 31.2
harman 12 (44.4%) 814 (96.3%) 67.8
worthen 11 (40.7%) 24 (2.8%) 2.1
dav 4 (14.8%) 7 (0.8%) 1.7

Most Recent Commits

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).

20 lines of code changed in 9 files:

  • Packages/Uintah/CCA/Components/OnTheFlyAnalysis: AnalysisModule.h (new), AnalysisModuleFactory.h (+4 -1), lineExtract.cc (new), share.h (new 11), sub.mk (new)
harman 2006-04-11 16:36 Rev.: 33827

added bulletproofing for null labels
-only create a new file if the patch contains that cell

24 lines of code changed in 1 file:

  • Packages/Uintah/CCA/Components/OnTheFlyAnalysis: lineExtract.cc (+24 -6)
harman 2006-03-24 11:28 Rev.: 33633

Get data with gac 1, simplified the patch intersection logic.

9 lines of code changed in 1 file:

  • Packages/Uintah/CCA/Components/OnTheFlyAnalysis: lineExtract.cc (+9 -11)
worthen 2006-03-02 11:06 Rev.: 33384

Fix destruction of lineExtract (and init the analysisModule in ICE just in case)

1 lines of code changed in 1 file:

  • Packages/Uintah/CCA/Components/OnTheFlyAnalysis: lineExtract.cc (+1 -1)
harman 2006-02-10 17:31 Rev.: 33235

Small fix so it works on multiple levels and multiple patches.

10 lines of code changed in 1 file:

  • Packages/Uintah/CCA/Components/OnTheFlyAnalysis: lineExtract.cc (+10 -2)
harman 2006-02-09 18:08 Rev.: 33220

lineExtract:
- Added more bulletproofing on defining the starting and ending pts

ICE:
problemSetup()
- moved analysisModule problemSetup after Models problemSetup
AnalysisModules need to know about the models variables.

9 lines of code changed in 1 file:

  • Packages/Uintah/CCA/Components/OnTheFlyAnalysis: lineExtract.cc (+9 -1)
dav 2006-02-08 13:21 Rev.: 33196

Fixing compile for SGI... (and gcc 4.1, and mac)

M OnTheFlyAnalysis/AnalysisModule.h

Rearranged #includes. // This didn't make a difference in fixing the
// compile error, but did make it easier for me to read.

M OnTheFlyAnalysis/sub.mk

This lib requires libCore_Geometry... (I think my Mac build picked this up.)

M OnTheFlyAnalysis/AnalysisModuleFactory.cc

Needs to include SimulationState.h (even though it really isn't used
here) for some reason so that the SGI CC can resolve the type when it
creates the corresponding Handle.

M ICE/Advection/FluxDatatypes.h

Needs #include TypeUtils and Endian.h to be able to resolve all of the
swapbytes() functions.

7 lines of code changed in 4 files:

  • Packages/Uintah/CCA/Components/OnTheFlyAnalysis: AnalysisModule.h (+5 -3), AnalysisModuleFactory.cc (+1), sub.mk (+1)
harman 2006-02-07 16:20 Rev.: 33186

ICE.cc
__________________________________
-only call data analysis functions/tasks if the object exists.

lineExtract.c
__________________________________
- added ability to dump out CCVariable<Vector> variables.

53 lines of code changed in 1 file:

  • Packages/Uintah/CCA/Components/OnTheFlyAnalysis: lineExtract.cc (+53 -38)
worthen 2006-02-07 15:53 Rev.: 33184

Fix compile, and hopefully left Todd's logic intact

3 lines of code changed in 1 file:

  • Packages/Uintah/CCA/Components/OnTheFlyAnalysis: lineExtract.cc (+3 -4)
harman 2006-02-07 13:39 Rev.: 33177

-new on-the-fly analysis component.
-new Analysis module, lineExtract
user specifies data extraction lines, variables to dump, starting and stoping times
For each point along the line a file is generated and data is dumped to it
at a user specified frequency. These files can then be pasted into one huge Excel/Matlab data file
for statistical analysis.
(initial commit, only CCVariable<double> variables. Restarts and multiple processors don't work)

709 lines of code changed in 7 files:

  • Packages/Uintah/CCA/Components/OnTheFlyAnalysis: AnalysisModule.cc (new 17), AnalysisModule.h (+43), AnalysisModuleFactory.cc (+43), AnalysisModuleFactory.h (+21), lineExtract.cc (+436), lineExtract.h (new 121), sub.mk (+28)
Generated by StatSVN 0.4.0