[root]/Packages/Uintah/VisIt/udaReaderMTMD
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 38 (100.0%) | 4197 (100.0%) | 110.4 |
sshankar | 13 (34.2%) | 2367 (56.4%) | 182.0 |
dav | 21 (55.3%) | 1830 (43.6%) | 87.1 |
luitjens | 4 (10.5%) | 0 (0.0%) | 0.0 |
Updates so that you can (must) select the index.xml file inside of an
UDA directory (instead of having to manually create a "name.uda" file
in the UDA directory to click on).
- Replaced "uda" with "xml" in the udaReaderMTMD.xml file... Then ran
(found in the VisIt build dir) xml2info (which updated most of these
files).
- Note, in udaReaderMTMDCommonPluginInfo.C, I had to put back in the
full paths for #includ'ing the .h files.
- In testavtudaReaderMTMDFileFormat.C.in, I added code to verify that
the input file is indeed a <Uintah_DataArchive>. This check might
should be made a little more robust...
0 lines of code changed in 14 files:
sub.mk: Use absolute srctop. .h file: If you use 'string', you need to include it. (Dav)
0 lines of code changed in 4 files:
Fix for creation of the .C file from the test.C.in file. Add comments to make it a little more clear what is going on.
20 lines of code changed in 1 file:
Fixes to allow VisIt plugin to be automatically built on the binary
side of the tree (if so specified to configure).
M configure
M configure.ac
- Add --with-visit=DIR flag.
- Add warning about glui.h
M configVars.mk.in
- Indent.
- Add BUILD_VISIT vars.
M Packages/Uintah/Core/DataArchive/DataArchive.h
- Indent. Use white space.
M Packages/Uintah/StandAlone/tools/sub.mk
- Build visit stuff if configured to do so.
M Packages/Uintah/StandAlone/tools/radiusMaker/radius_maker.cc
- Trying to get radius to come out right... this needs to be looked into more.
M Packages/Uintah/StandAlone/tools/uda2vis/sub.mk
Remove #if.
D Packages/Uintah/VisIt/udaReaderMTMD/avtudaReaderMTMDFileFormat.C
A Packages/Uintah/VisIt/udaReaderMTMD/testavtudaReaderMTMDFileFormat.C.in
- The avtudaReaderMTMDFileFormat.C has been replaced with the test*.in file which
allows configure to insert the path to the library directly into the file, thus
avoiding the user having to set an environment var.
M Packages/Uintah/VisIt/udaReaderMTMD/udaReaderMTMDCommonPluginInfo.C
- Use the full path #include: <Packages/Uintah/...>
M Packages/Uintah/VisIt/udaReaderMTMD/avtudaReaderMTMDFileFormat.h
- Fix #includes to use full path. Fix indentation.
A Packages/Uintah/VisIt/udaReaderMTMD/sub.mk
- Somewhat complicated sub.mk file to build visit library plugin. It
creates symbolic links on the binary side to the visit source files on
the src side of the tree (as the Makefile.visit that will be generated
by VisIt must have all the files in the same location). Currently it
runs the creation of the Makefile one time, but this probably needs to
be fixed and run as necessary. This commit is just to get a somewhat
working system in to the repository. I think the testavt...C.in file
is correctly updated to avt...C if the .in file changes, but need to
verify. This VisIt stuff should only happen when VisIt is configured
via configure.
A Packages/Uintah/VisIt/udaReaderMTMD/README
- Just a place to put notes.
M Packages/Uintah/sub.mk
- Build VisIt if configure'd.
1810 lines of code changed in 6 files:
Changes with the AMR support
161 lines of code changed in 2 files:
Added an env variable for the uda2vis library and made the header file path relative
14 lines of code changed in 2 files:
udaReaderMTMD.xml for generating the makefile
8 lines of code changed in 1 file:
uda reader plugin files for VisIt
2184 lines of code changed in 8 files: