-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathCHANGES.txt
25 lines (19 loc) · 1.22 KB
/
CHANGES.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
===============================================================================
NEW IN VERSION 4
===============================================================================
- Changed the axial interval calculation to an actual ceil() funciton call
so it doesn't trip static code analyzers. No performance impacts expected.
===============================================================================
NEW IN VERSION 3
===============================================================================
- Increased default number of coarse axial intervals from 9 to 27. Small
impact on performance (~10%)
===============================================================================
NEW IN VERSION 2
===============================================================================
- Simplified the transport sweep. We were previously doing a forwards and
backwards setup as is often done in MOC. However, for 3D MOC, this doesn't
have much benefit anymore especially due to the more computationally intense
quadratic source. Note that this change does not alter performance
significantly, as it doesn't touch the inner "attenuate fluxes" function.
===============================================================================