Skip to content

Commit

Permalink
Add entry changes.h
Browse files Browse the repository at this point in the history
  • Loading branch information
gassmoeller committed Aug 13, 2016
1 parent eed7034 commit a61c6eb
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions doc/modules/changes.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,17 @@
*
* <ol>
*
* <li> Changed: Particles now also store their location in the
* coordinate system of their current cell. This decreases the
* number of times this location has to be computed by inverting
* the mapping for the current cell, which is expensive.
* On average this change will save 40-50% of the overall
* particle computing time, while increasing the particle
* memory footprint (which is usually small compared to the
* system matrix).
* <br>
* (Rene Gassmoeller, 2016/08/12)
*
* <li> Changed: Chunk geometry pull back function now returns
* a corrected longitude value when 180 hemisphere is crossed.
* <br>
Expand Down

0 comments on commit a61c6eb

Please sign in to comment.