
| Author | Changes | Lines of Code | Lines per Change | 
|---|---|---|---|
| Totals | 388 (100.0%) | 946 (100.0%) | 2.4 | 
| harman | 70 (18.0%) | 426 (45.0%) | 6.0 | 
| luitjens | 46 (11.9%) | 285 (30.1%) | 6.1 | 
| jas | 268 (69.1%) | 230 (24.3%) | 0.8 | 
| jsutherland | 2 (0.5%) | 5 (0.5%) | 2.5 | 
| qymeng | 2 (0.5%) | 0 (0.0%) | 0.0 | 
- push a bit more information into the FieldManager for debugging purposes.
- add some documentation to Array3Window.h.  There was a land-mine there that I walked into.  Hopefully this will save the next poor soul some pain and suffering.
- add some code to set the process rank as a field variable. This isn't currently active in Wasatch, but can be easily plugged in if needed.
    
5 lines of code changed in 2 files:
more information in the ostream operator << 
    
0 lines of code changed in 2 files:
Fixed a problem when doing AMR particle subset gather
    
0 lines of code changed in 2 files:
more descriptive ostream message.
    
2 lines of code changed in 1 file:
Pass stl vectors by const reference instead of by value.
    
18 lines of code changed in 6 files:
Added const to size functions
    
0 lines of code changed in 12 files:
added size 
    
0 lines of code changed in 2 files:
Update copyright date.
    
28 lines of code changed in 54 files:
If the iterator high and low points are reversed return 0 cells for the size.
    
12 lines of code changed in 3 files:
Added a size() operator to the iterator classes.
    
45 lines of code changed in 6 files:
operator:  <<
if the the iterator has 0 elements or is done then indicate so and don't crash.
    
5 lines of code changed in 1 file:
output more information about the listOfCell Iterator in the << operator.
    
4 lines of code changed in 1 file:
Actually remove the debugging code... sorry for the spam.
    
0 lines of code changed in 4 files:
Removed debugging code.
    
4 lines of code changed in 2 files:
Some more debugging stuff
    
5 lines of code changed in 1 file:
Added some sanity/debug checking to try and isolate random segfaults with explode2d_amr
    
4 lines of code changed in 1 file:
First of a couple changes to how particle subsets are stored.
This removes the low and high index from the map key and changes the map to a multimap.  Queries now search this multimap and then linearlly search the resulting entries (should be between 1-7 entries) for a sufficient match.
This eliminates linear searches through the entire particle subset database in order to find a sufficient match.  
    
183 lines of code changed in 9 files:
Use containsIndex() function.  This changes the + face to be exclusive (as it should have been).
    
2 lines of code changed in 1 file:
gather()
  - Code inside of the #if SCI_ASSERTION_LEVEL >= 2 is now always compiled.
    
0 lines of code changed in 1 file:
gather()
  Variable name change:
  dstiter -> dst_iter
  srciter -> src_iter
added vertical space, and {}
Changed assertions.  Manually performing an intersection between the particleSubSet
hi/low cell index and the particle location cell index.  Throw the assertion if
there is no intersection.
    
44 lines of code changed in 1 file:
(8 more)