Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 25 (100.0%) | 93 (100.0%) | 3.7 |
cam | 10 (40.0%) | 58 (62.4%) | 5.8 |
bgrimm | 8 (32.0%) | 23 (24.7%) | 2.8 |
jas | 4 (16.0%) | 7 (7.5%) | 1.7 |
dav | 2 (8.0%) | 4 (4.3%) | 2.0 |
harman | 1 (4.0%) | 1 (1.1%) | 1.0 |
o add --overwrite option to uda2nrrd, o change INSTALL_TYPE to VISIT_PLUGIN_INSTALL_TYPE in uda reader makefile, o) add warning when NaN values are read in uda reader.
0 lines of code changed in 4 files:
Update include files for gcc-4.6.
5 lines of code changed in 1 file:
fix bugs loading extra cells / ghost cells in udareader
42 lines of code changed in 3 files:
fix precision issues when reading UDA data into VisIt
9 lines of code changed in 1 file:
add INSTALL_TYPE switch to udaReader makefile generator, can be -public to install plugin with VisIt installation or -private (default) to install in /uufs/chpc.utah.edu/common/home/u0033785/.visit
5 lines of code changed in 1 file:
Need #include<cmath> for std::isnan. -Dav
1 lines of code changed in 1 file:
replace isnan with std::isnan to fix osx build
2 lines of code changed in 1 file:
Update copyright year.
2 lines of code changed in 3 files:
Fix namespace issue for VisIt plugin.
3 lines of code changed in 1 file:
Fixes for using extra cells with nodal interpolation. Also set useExtraCells to true by default.
22 lines of code changed in 2 files:
Change to uda reader to stop generating files in the source tree. Removed generated files from source tree.
1 lines of code changed in 6 files:
At least on Franklin's (NERSC) hacked version of VisIt, this fixes the CMake infinite loop problem. Hopefully/in theory, the VisIt team will add this to their future releases.
1 lines of code changed in 1 file: