Directory Packages/Uintah/StandAlone/tools/dumpfields/

Total Files:
31
Deleted Files:
0
Lines of Code:
3776

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

Lines of Code

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

Developers

Author Changes Lines of Code Lines per Change
Totals 56 (100.0%) 7667 (100.0%) 136.9
bard 32 (57.1%) 7461 (97.3%) 233.1
dav 22 (39.3%) 206 (2.7%) 9.3
jas 2 (3.6%) 0 (0.0%) 0.0

Most Recent Commits

jas 2005-11-23 18:08 Rev.: 32627

Add #include <numeric>

0 lines of code changed in 2 files:

  • Packages/Uintah/StandAlone/tools/dumpfields: FieldDiags.cc (new)
dav 2005-08-22 18:00 Rev.: 31648

Removed #include<fstream> from DebugStream.h as it is not used in this file (and was causing compilation errors (I don't know why) in another location. Had to add include fstream to the rest of these files and apparently they were getting it through some strange path from DebugStream.h

31 lines of code changed in 10 files:

  • Packages/Uintah/StandAlone/tools/dumpfields: EnsightDumper.h (+5 -4), HistogramDumper.cc (new), HistogramDumper.h (+7 -5), InfoDumper.h (new), TextDumper.h (new)
dav 2005-08-22 15:38 Rev.: 31646

Removed compiler warning.

0 lines of code changed in 2 files:

  • Packages/Uintah/StandAlone/tools/dumpfields: dumpfields.cc (changed)
dav 2005-07-27 19:46 Rev.: 31292

Made dumpfields compile. Executable is now in StandAlone/tools/dumpfields.
We can try to fix that later.

- Dav

M sub.mk
Build dumpfields in tools/dumpfields for now.

M tools/dumpfields/FieldDiags.cc
Fixed up namespace stuff. Added default to switch case.

M tools/dumpfields/Args.cc
Use full path for #include. Fixed namespace stuff.
Fixed throw statements to include __FILE__,__LINE__

M tools/dumpfields/sub.mk
Indented and fixed some lib locations.

M tools/dumpfields/FieldSelection.cc
Fixed throw statement.

M tools/dumpfields/Args.h
minnumber is now an unsigned int.

M tools/dumpfields/HistogramDumper.cc
Fixed throw statement.

175 lines of code changed in 10 files:

  • Packages/Uintah/StandAlone/tools/dumpfields: Args.cc (+136 -133), Args.h (+1 -1), FieldDiags.cc (+16 -13), FieldSelection.cc (+1 -1), HistogramDumper.cc (+1 -1), sub.mk (+20 -19)
bard 2005-07-27 16:24 Rev.: 31283

whoops, this is the right dumpfields

159 lines of code changed in 1 file:

  • Packages/Uintah/StandAlone/tools/dumpfields: dumpfields.cc (+159 -2431)
bard 2005-07-27 16:19 Rev.: 31282

Here is a complete revision of the standalone utility dumpfields. It does a variety of things (run dumpfields -help), probably best to contact Andrew or myself here at LANL.

7302 lines of code changed in 31 files:

  • Packages/Uintah/StandAlone/tools/dumpfields: Args.cc (+168), Args.h (+43), DXDumper.cc (new 596), DXDumper.h (new 64), EnsightDumper.cc (new 352), EnsightDumper.h (+162), FieldDiags.cc (+32), FieldDiags.h (new 28), FieldDumper.cc (new 122), FieldDumper.h (new 66), FieldSelection.cc (+89), FieldSelection.h (new 41), HistogramDumper.cc (+249), HistogramDumper.h (+73), InfoDumper.cc (new 211), InfoDumper.h (+65), ScalarDiags.cc (new 481), ScalarDiags.h (new 57), TensorDiags.cc (new 305), TensorDiags.h (new 62), TextDumper.cc (new 420), TextDumper.h (+60), VectorDiags.cc (new 283), VectorDiags.h (new 55), dumpfields.cc (+2547), dumpfields.cc.new (new 275), oneblock_8.ups (new 119), sub.mk (+52), twoblocks_8.ups (new 180), utils.cc (new 33), utils.h (new 12)
Generated by StatSVN 0.4.0