Skip to content

Commit a2d0d85

Browse files
authored
docs(release): add release note for recent PRT fix (#2150)
Neglected in 2445835
1 parent cba95e3 commit a2d0d85

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

doc/ReleaseNotes/develop.tex

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
\textbf{\underline{BUG FIXES AND OTHER CHANGES TO EXISTING FUNCTIONALITY}} \\
2121
\underline{BASIC FUNCTIONALITY}
2222
\begin{itemize}
23+
\item A regression was recently introduced into the PRT model's generalized tracking method, in which a coordinate transformation was carried out prematurely. This could result in incorrect particle positions in and near quad-refined cells. This bug has been fixed.
2324
\item The PRT model previously allowed particles to be released at any time. Release times falling outside the bounds of the simulation's time discretization could produce undefined behavior. Any release times occurring before the simulation begins (i.e. negative times) will now be skipped with a warning message. If EXTEND\_TRACKING is not enabled, release times occurring after the end of the simulation will now be skipped with a warning message as well. If EXTEND\_TRACKING is enabled, release times after the end of the simulation are allowed.
2425
\end{itemize}
2526

0 commit comments

Comments
 (0)