Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 88 (100.0%) | 6891 (100.0%) | 78.3 |
jmschrei | 59 (67.0%) | 6817 (98.9%) | 115.5 |
jeff788 | 10 (11.4%) | 44 (0.6%) | 4.4 |
dav | 3 (3.4%) | 24 (0.3%) | 8.0 |
jas | 16 (18.2%) | 6 (0.1%) | 0.3 |
Update documentation to version 1.3. Allow Wasatch, TabProps and
other new components in the new release.
0 lines of code changed in 10 files:
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:
#include vector in .h file to use vector. Add names to public function parameters (need to do this to all functions in .h file). Use std:: as necessary.
17 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:
The avtudaReaderMTMDFileFormat.C must be created (initially) before CMake is run... so I moved it up in the list of dependencies in the makefile. (This fixes the problem with just running 'make'... (Note, before 'make -j2' worked around the problem).) (This change is necessary due to the switch to CMake for the plugin (I think), and was not the case before CMake was used to build the plugin.) Also removed some unwanted tabs (be careful, some tabs (eg: the ones remaining) in makefiles are necessary).
7 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
1417 lines of code changed in 4 files:
adding proc_id variable to show which processor a patch was assigned to
3165 lines of code changed in 1 file:
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.
71 lines of code changed in 9 files:
removing assumption that all particle data is on the same level
14 lines of code changed in 1 file:
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.
71 lines of code changed in 1 file:
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:
reverted the uda reader files to the previous version. These files were inadvertently changed in revision 45458
14 lines of code changed in 5 files:
added the cpdi interpolator
30 lines of code changed in 5 files:
Updated visit meshes for face centered data so they are more accurate with pseudocolor plots
57 lines of code changed in 1 file:
(14 more)