Directory | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 137 (100.0%) | 12265 (100.0%) | 89.5 |
VisIt/udaReaderMTMD/ | 59 (43.1%) | 6817 (55.6%) | 115.5 |
StandAlone/tools/uda2vis/ | 55 (40.1%) | 5382 (43.9%) | 97.8 |
StandAlone/tools/uda2nrrd/ | 3 (2.2%) | 38 (0.3%) | 12.6 |
/ | 6 (4.4%) | 24 (0.2%) | 4.0 |
Core/Thread/ | 1 (0.7%) | 3 (0.0%) | 3.0 |
StandAlone/tools/ | 1 (0.7%) | 1 (0.0%) | 1.0 |
VisIt/Molecule/ | 10 (7.3%) | 0 (0.0%) | 0.0 |
Core/Datatypes/ | 2 (1.5%) | 0 (0.0%) | 0.0 |
adding file to hold common expressions
9 lines of code changed in 1 file:
adding support for loading common expressions from a text file
0 lines of code changed in 4 files:
Moving extra cells option into visit database options rather than a constant in the code, so loading extra cells or not can be controlled without recompiling. Extra cells are not loaded by default, for efficiency reasons.
161 lines of code changed in 8 files:
cleaning up compiler warnings
19 lines of code changed in 1 file:
specify cmake variable types on the visit cmake command line - seems to fix the issue with spaces in CXXFLAGS
0 lines of code changed in 2 files:
pass CXX and CXXFLAGS to cmake, so plugin is built with the same flags as everything else
1 lines of code changed in 1 file:
removing old uda2nrrd files from uda2vis that aren't used, renaming what's left to be more consistent
2058 lines of code changed in 27 files:
removing dependency on teem from uda2vis
2 lines of code changed in 2 files:
adding proc_id variable to show which processor a patch was assigned to
4770 lines of code changed in 3 files:
fixing include directories
4 lines of code changed in 3 files:
Updating uda reader plugin and installation guide to compile against the official 2.0 VisIt release.
76 lines of code changed in 11 files:
removing assumption that all particle data is on the same level
24 lines of code changed in 3 files:
Fixed serialized reads so the first process waits for the last after its first read, and added code to serialize reads for particle data. Added more explicit #define option for serialized reads, which is disabled by default since they are slower than parallel reads. Also removed some unused variables, and other minor misc cleanups.
79 lines of code changed in 2 files:
replace NaNs with large negative numbers for particle variables
6 lines of code changed in 1 file:
Replace NaNs with large negative numbers so they are apparent in visit plots
6 lines of code changed in 1 file:
Updated visit meshes for face centered data so they are more accurate with pseudocolor plots
57 lines of code changed in 1 file:
Major cleanup and simplification of the visit plugin code.
2261 lines of code changed in 14 files:
Allow preventing the thread class from installing its atexit handler with an environment variable - works around visit processes getting killed when dlclose is called
8 lines of code changed in 2 files:
removing getNumPatches(), getNumLevels(), and getPatchIndex() since they're not used and their functionality is redundant
0 lines of code changed in 3 files:
proper template instantiation in build.cc, lots more code cleanup/organization
374 lines of code changed in 6 files:
(10 more)