4375bdf12559d6d7.tex
1: \begin{abstract}
2: This work presents efficient solution techniques for radiative transfer
3: in the smoothed particle hydrodynamics discretization. Two choices
4: that impact efficiency are how the material and radiation energy are
5: coupled, which determines the number of iterations needed to converge
6: the emission source, and how the radiation diffusion equation is solved,
7: which must be done in each iteration. The coupled material and radiation
8: energy equations are solved using an inexact Newton iteration scheme
9: based on nonlinear elimination, which reduces the number of Newton
10: iterations needed to converge within each time step. During each Newton
11: iteration, the radiation diffusion equation is solved using Krylov
12: iterative methods with a multigrid preconditioner, which abstracts
13: and optimizes much of the communication when running in parallel.
14: The code is verified for an infinite medium problem, a one-dimensional
15: Marshak wave, and a two and three-dimensional manufactured problem,
16: and exhibits first-order convergence in time and second-order convergence
17: in space. For these problems, the number of iterations needed to converge
18: the inexact Newton scheme and the diffusion equation is independent
19: of the number of spatial points and the number of processors. \\
20: \end{abstract}
21: