Directory Packages/Uintah/StandAlone/compare_mms/

Directory Deleted:
2007-03-01 20:08
Total Files:
0
Deleted Files:
2
Lines of Code:
0

[root]/Packages/Uintah/StandAlone/compare_mms

Developers

Author Changes Lines of Code Lines per Change
Totals 6 (100.0%) 0 (-) 0.0
harman 4 (66.7%) 0 (-) 0.0
dav 2 (33.3%) 0 (-) 0.0

Most Recent Commits

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.

0 lines of code changed in 2 files:

  • Packages/Uintah/StandAlone/compare_mms: compare_mms.cc (del), sub.mk (del)
harman 2007-02-05 14:26 Rev.: 36598

sub.mk- added convience macro

compare_mms.cc
--------------------
- no more tabs
- formatting, 2 space tabs


0 lines of code changed in 4 files:

  • Packages/Uintah/StandAlone/compare_mms: compare_mms.cc (changed), sub.mk (changed)
Generated by StatSVN 0.4.0