Directory Packages/Uintah/StandAlone/tools/extractors/

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

[root]/Packages/Uintah/StandAlone/tools/extractors

Lines of Code

Packages/Uintah/StandAlone/tools/extractors/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 29 (100.0%) 3892 (100.0%) 134.2
dav 11 (37.9%) 3506 (90.1%) 318.7
harman 1 (3.4%) 317 (8.1%) 317.0
worthen 16 (55.2%) 57 (1.5%) 3.5
borodai 1 (3.4%) 12 (0.3%) 12.0

Most Recent Commits

dav 2007-11-02 15:26 Rev.: 39250

As Bryan so rightly pointed out, these tools don't rely on any of the CCA/Component libraries... It was because of one of them being wrongly specified that they were all needed. I have now removed all of them.

0 lines of code changed in 2 files:

  • Packages/Uintah/StandAlone/tools/extractors: sub.mk (new)
dav 2007-11-02 14:34 Rev.: 39245

Fix library dependency list for AIX so that timeextract will run on uP

16 lines of code changed in 1 file:

  • Packages/Uintah/StandAlone/tools/extractors: sub.mk (+16 -4)
worthen 2007-10-04 00:15 Rev.: 38891

Remove ParticleSet for variety of reasons, which basically sums up to:
it was just an overglorified wrapper around an int that wasn't always updated and posed a maintenance nightmare.

Change interface to ParticleSubset creation: remove the 'fill' and 'hint' parameters. IMO, they were confusing as to what size the PS ended up being.

0 lines of code changed in 2 files:

  • Packages/Uintah/StandAlone/tools/extractors: lineextract.cc (-1)
worthen 2007-08-28 14:35 Rev.: 38526

Don't have lineextract query virtual data (and clean up sub.mk)

2 lines of code changed in 2 files:

  • Packages/Uintah/StandAlone/tools/extractors: lineextract.cc (+2 -4), sub.mk (-8)
worthen 2007-08-18 10:54 Rev.: 38427

Remove main components from extractors' sub.mk

1 lines of code changed in 1 file:

  • Packages/Uintah/StandAlone/tools/extractors: sub.mk (+1 -21)
harman 2007-06-11 13:31 Rev.: 37758

added support for ParticleVariables<T>
This returns the average value over all particles in a cell.

317 lines of code changed in 1 file:

  • Packages/Uintah/StandAlone/tools/extractors: lineextract.cc (+317 -52)
worthen 2007-04-04 13:10 Rev.: 37229

DataArchive changes (and to those who use it):
API change - all queries (except those for a range of time values) take the index in the timestep array instead of the time value
internal change - store everything time-related in struct TimeData (which contains Patch properties, material properties, variable properties, and a HashTable of file-reading information)
Don't keep around ProblemSpecPs for the p***.xml datafiles (store what you read from the datafile). This *might* be a tradeoff in favor of memory at the possible cost of performance. I might change this back later if I determine it to be faster at not much of an expense to memory.

Change any function who uses DataArchive to compensate for the changed API, and a few other cosmetic changes.

54 lines of code changed in 11 files:

  • Packages/Uintah/StandAlone/tools/extractors: extractF.cc (new), extractS.cc (+5 -5), extractV.cc (+4 -4), faceextract.cc (+6 -6), lineextract.cc (+6 -6), partextract.cc (+29 -29)
borodai 2007-03-08 15:29 Rev.: 36996

Put back variables used by AIX.

12 lines of code changed in 1 file:

  • Packages/Uintah/StandAlone/tools/extractors: sub.mk (+12)
dav 2007-03-01 20:08 Rev.: 36917


MAJOR CHANGES: File (eg: puda) location changes. Puda updated. See
below:

Moved Puda, lineextract (et al), pfs, compare_mms, etc into the
StandAlone/tools/ directory. (There are still some more that should
be moved (compare_uda, selectpart, uda2nrrd, etc), but I haven't
gotten to them yet. This cleans up the StandAlone directory... and
hopefully makes it more clear where each of the utilities are.

Puda has been restructured. It is nolonger a single 3000 line
function. I broke the major pieces into files of their own. In
addition, I revamped 'varsummary' to use templated functions. It was
715 lines of repeated code, now it is 240 lines with some helper
functions.

To facilitate the templating, I have created a GridIterator class
(which is just (mostly) a copy of the CellIterator class). However it
should eventually be used to replace both CellIterator and
NodeIterator (as they currently do just about exactly the same thing).
NodeIterator and CellIterator are friends of GridIterator so that they
can be converted (via a constructor) to GridIterator's.

I fixed the problem with puda not taking into account extra cells. By
default, puda now considers them. If you wish to turn them off, then
use the -no_extra_cells flag.

Puda now reports the location of min/max variables. If there are more
than one cell with the same min/max, then it reports the first one it
finds, and the count of the number of min/max's.

Tecplot was turned off in the original, so it is turned off in the new
version... I haven't tested it at all.

M Uintah/CCA/Components/MPM/ImpMPM.cc

Indent #includes.

M Uintah/Core/DataArchive/DataArchive.cc

Turned off the locking in turnOffXMLCaching() as it was causing a
deadlock... this should be fine, but hasn't been extensively tested.
Indented #includes.

3490 lines of code changed in 8 files:

  • Packages/Uintah/StandAlone/tools/extractors: extractF.cc (+289), extractS.cc (+325), extractV.cc (+284), faceextract.cc (+527), lineextract.cc (+528), partextract.cc (+1094), sub.mk (+140), timeextract.cc (new 303)
Generated by StatSVN 0.4.0