[root]/StandAlone/tools/uda2vis
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 88 (100.0%) | 2384 (100.0%) | 27.0 |
sshankar | 43 (48.9%) | 2208 (92.6%) | 51.3 |
luitjens | 9 (10.2%) | 99 (4.2%) | 11.0 |
jas | 26 (29.5%) | 69 (2.9%) | 2.6 |
guilkey | 3 (3.4%) | 7 (0.3%) | 2.3 |
dav | 7 (8.0%) | 1 (0.0%) | 0.1 |
gcc 4.4 template instantiation fixes for lib uda2vis
0 lines of code changed in 6 files:
Need stdio.h for printf... (Caught by gcc 4.4... strange that it wasn't caught by other compilers...)
1 lines of code changed in 1 file:
Migrated a few more function calls to the new patch interface.
Deleted the old patch interface.
Removed __New() from the new patch interface calls.
52 lines of code changed in 5 files:
Changes for periodic and no extra cells cases
71 lines of code changed in 2 files:
use delete[] instead of delete.
Added some more debugging spew.
28 lines of code changed in 1 file:
Added some debugging output
6 lines of code changed in 1 file:
Reuse the grid and modified some of the reuse logic for materials.
10 lines of code changed in 1 file:
Optimizations for speeding up the uda reading
37 lines of code changed in 1 file:
Removed excessive output to the terminal
3 lines of code changed in 1 file:
Added changes for parallel reading of particle data
70 lines of code changed in 4 files:
Added fix for reading particle variables
2 lines of code changed in 1 file:
Added changes for reading patch data individually
109 lines of code changed in 3 files:
Fixed particle naming issues and reduced the output onto the console
30 lines of code changed in 3 files:
Initialized empty matrices with DBL_MIN
1 lines of code changed in 1 file:
Initialized some variables for particles
20 lines of code changed in 3 files:
Added some changes to vector and tensor reading code
14 lines of code changed in 1 file:
Updated code for the particle/ material issue and also added particle position as a variable
31 lines of code changed in 2 files:
Added changes for handling partilces, existing only on some materials
224 lines of code changed in 4 files:
Fixed particle data memory leaks
107 lines of code changed in 4 files:
Added partial code for preventing memory leak
229 lines of code changed in 4 files:
(11 more)