Directory | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 26 (100.0%) | 873 (100.0%) | 33.5 |
VisIt/udaReaderMTMD/ | 16 (61.5%) | 539 (61.7%) | 33.6 |
StandAlone/tools/uda2vis/ | 9 (34.6%) | 333 (38.1%) | 37.0 |
Core/Grid/Variables/ | 1 (3.8%) | 1 (0.1%) | 1.0 |
fix hardcoded lib path for udaReader (oops)
0 lines of code changed in 2 files:
udaReader update: add stencil4/7 support, add particle id support, support for compiling in visit
149 lines of code changed in 7 files:
add proper header guard, include climits
4 lines of code changed in 1 file:
1) fix spreadsheet not working for CC_Mesh (was caused by proc_id), 2) cleanup getBounds, 3) set mesh->containsExteriorGhostBoundaryCells to false since it's no longer used
67 lines of code changed in 2 files:
fix udaReader problem with ghost zones
127 lines of code changed in 2 files:
clean up debug comments, fix compiler warnings
11 lines of code changed in 2 files:
Comprehensive udaReader fixes:
o correct domain calculations for face-centered data, including periodic
o calculate domain nestings for each mesh (instead of assuming all meshes are the same as CC mesh)
o only add procId variable if there is a CC or NC mesh for it to live on
o reduce redundant computations on udaReader
o simplify computation of logical bounds
o added getBounds function to utilize only one method to get bounds for any or all patches of any mesh type (previously bounds were manually computed in a variety of different ways)
o remove extraCells from udaData
o add helper functions to PatchInfo to get/set bounds for different mesh types
o comment out all unnecessary debug spew
346 lines of code changed in 3 files:
set mesh->logicalBounds to support better rendering with SLIVR in VisIt 2.4.2
20 lines of code changed in 1 file:
fix face-centered data problems with udaReader
87 lines of code changed in 4 files:
handle loading uda volumes with NaN values better (warn user, display some values)
62 lines of code changed in 2 files: