Pith. sign in

REVIEW 4 major objections 6 minor 3 cited by

An Inexact Low-Rank Source Iteration for Steady-State Radiative Transfer Equation with Diffusion Synthetic Acceleration

T0 review · 4 major / 6 minor · reviewed 2026-08-05 · deepseek-v4-flash

Pith's one-line read The paper proposes an inexact low-rank source iteration with diffusion synthetic acceleration that solves multidimensional steady-state radiative transfer in second-order form, representing the even-parity flux in low-rank matrix or hierarc

desk verdict A promising and genuinely new low-rank SI-DSA framework with strong benchmarks, but the written discrete operator has a sign error that breaks the SPD justification; needs major revision. read the letter →

arxiv 2509.00805 v1 pith:O7T63LAZ submitted 2025-08-31 math.NA cs.NA

classification math.NAcs.NA MSC 65F1065N0615A69
keywords radiativetransferequationlow-rankmethodssourceiterationdiffusionsyntheticaccelerationhierarchicalTuckertensorconjugategradienteven-parityformulation2D2Vbenchmarks
verification ladder T0 review T1 audit T2 compute T3 formal

The pith

A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.

The reading

The paper sets out to make steady-state radiative transfer calculations affordable by combining source iteration with diffusion synthetic acceleration and low-rank compression. The even-parity angular flux is represented as a low-rank matrix or hierarchical Tucker tensor, so all matrix-vector products in the discretized second-order equation are performed in compressed form. Each source iteration is solved with a preconditioned low-rank conjugate-gradient method, with the diffusion synthetic acceleration equation serving as preconditioner and an adaptive tolerance that relaxes the inner solve during early iterations. On 2D2V benchmarks the method reproduces full-rank reference solutions to about 1e-4 to 1e-5 in relative l2 error while shrinking the degrees of freedom by up to two orders of magnitude; in the diffusion-dominated test it is more than 90 times faster than the full-rank solver with the same preconditioner. If correct, this makes low-rank steady-state RTE solvers practical in regimes where full-rank memory requirements were previously prohibitive.

What carries the argument

The central object is the discrete second-order even-parity equation: (T+σt)ψ+ = σsφ + G, with T defined through the operator -(ΩΩ^T):(∇(σt^{-1}∇)^T). After central-difference spatial discretization and discrete-ordinates angular discretization, the matrix has Kronecker-product structure. The method stores ψ+ as a low-rank product X B V^T (matrix format) or in the hierarchical Tucker tensor (HTT) format, applies each Kronecker term in low-rank form with truncated sums, and solves each SI inner system with a preconditioned low-rank CG method. The two-level diffusion preconditioner is M = I ⊗ (-(1/3)(D_xx^σt + D_yy^σt) + Σa), with an AMG approximation at its second level. An adaptive schedule

What would settle it

Assemble the matrix for the discrete even-parity operator in Eq. (14) on a small vacuum-boundary grid (for example 2x2 spatial cells with σt>0, σa=0, σs=100, and one or two quadrature directions) and compute its eigenvalues; if any eigenvalue is nonpositive, the asserted SPD property fails and the low-rank CG inner solver loses its justification. A second check is to run the diffusion-dominated benchmark at the finest reported mesh and compare the l2 error and the speedup over full-rank DPC to the reported values around 1e-4 and 90x.

Watch

Extended reading notes

Core claim

The paper's central claim is that a low-rank SI-DSA solver can solve multidimensional steady-state RTE benchmarks accurately and cheaply. Concretely: using central-difference discretization of the second-order even-parity equation, representing the even-parity flux in low-rank matrix or HTT format, applying the diffusion operator as a Kronecker-structured preconditioner, and letting the inner CG tolerance relax adaptively, the method achieves l2 errors of about 1e-4 to 1e-5 against full-rank references in diffusion-dominated, transport-dominated, multiscale, pin-cell, and lattice problems. It reduces solution degrees of freedom by up to two orders of magnitude (for example to about 1% of the

Load-bearing premise

The load-bearing assumption is that the discrete second-order operator in Eq. (14) is symmetric positive definite; the paper asserts this without proof and does not state how vacuum boundary conditions are discretized, and on that property rides the validity of the conjugate-gradient inner solve and the entire low-rank iteration.

Editorial extensions

If this is right

  • Steady-state RTE calculations in 2D can be run with a fraction of the full-rank memory while keeping errors around 1e-4 to 1e-5, making finer meshes or finer angular quadratures practical.
  • Diffusion-dominated problems, where the even-parity solution has nearly constant rank under refinement, become dramatically cheaper: roughly 25x over full-rank AMG and 90x over full-rank DPC at the finest reported mesh.
  • Even when the effective rank grows with resolution, as in transport-dominated and variable-scattering tests, the low-rank DOF count scales as O(L^3) rather than O(L^4), keeping the method competitive while storing 10-50% of the full-rank data.
  • The DSA-based preconditioning naturally generalizes to higher dimensions and can, in principle, be combined with other synthetic-acceleration preconditioners such as quasi-diffusion or S2SA.
  • The inexactness strategy—starting inner CG with a loose tolerance and tightening it as outer iterations progress—preserves accuracy in the tested settings and substantially reduces runtime.

Reading between the lines

Editorial extensions of the paper, not claims the author makes directly.

  • The SPD assertion for the discrete operator is load-bearing: the paper says it can be checked but gives no proof, and it does not specify how vacuum boundary conditions enter the second-order operator; if that boundary treatment breaks symmetry, the CG inner solve and the whole low-rank iteration would need a different justification.
  • The observation that inexact low-rank SI-DSA is more reliable and faster than inexact full-rank SI-DSA under the same relaxation schedule suggests that truncation is acting as a regularizer on error accumulation; a testable extension would be to quantify how truncation noise and inexactness interact.
  • Since the two-level DPC is less efficient than standalone AMG, the low-rank method's speed advantage in transport- and multiscale-dominated settings depends on developing a low-rank preconditioner with AMG-like efficiency, which the authors identify as space-angle multigrid.
  • The benchmarks use separable tensor-product grids and CL quadrature; applying the same framework to 3D or non-tensor-product meshes would test how well the compression and speedups survive outside the separable setting.
Share X Bluesky LinkedIn Reddit HN

Editorial analysis

A structured set of objections, weighed in public.

Desk editor's note, referee report, and a circularity audit.

Referee Report

4 major / 6 minor

Summary. The paper proposes an inexact low-rank source iteration with diffusion synthetic acceleration (SI-DSA) for the multidimensional steady-state radiative transfer equation in second-order even-parity form. The solution is stored in low-rank matrix or hierarchical Tucker tensor (HTT) format; each source iteration solves the inner even-parity system with a preconditioned low-rank conjugate gradient method, using a two-level diffusion preconditioner (DPC) with AMG for the diffusion solves. An adaptive strategy relaxes the inner CG tolerance in early iterations. Numerical experiments in 2D2V cover diffusion-dominated, transport-dominated, multiscale, pin-cell, and lattice benchmarks, reporting l2 errors of order 1e-4 to 1e-5 against full-rank references, compression ratios, rank growth, and timings, including speedups up to about 90x over full-rank DPC in the diffusion-dominated case. The paper also claims to provide the first low-rank SI-DSA framework for multidimensional steady-state RTE.

Significance. If the deficiencies described below are corrected, the paper would be a useful contribution: it extends low-rank iterative techniques from 1D1V steady-state settings to multidimensional problems, introduces a Kronecker-product-compatible diffusion preconditioner, and provides a broad set of benchmarks with independent full-rank references. The authors are also honest about the limitations, explicitly reporting that the low-rank DPC solver can be slower than a full-rank AMG solver on transport-dominated and multiscale problems. The rank-scaling studies against spatial and angular resolution are informative. However, the written algorithm and discrete operator contain sign/index inconsistencies that are load-bearing: the asserted SPD property of the system matrix appears false as displayed, the boundary discretization is not specified, and the DSA and CG updates contain indexing errors. These issues must be fixed before the numerical evidence can be evaluated.

major comments (4)
  1. [Sec. 2.2.2, Eqs. (12)-(14)] The claim that the matrix in Eq. (14) is SPD is contradicted by the displayed stencils. For constant sigma_t, Eq. (13a) gives D_xx = h^{-2} tridiag(1,2,1), which is positive definite. With Omega=(1,0), Eq. (14) reduces to I otimes (-D_xx + Sigma_t). In the diffusion-dominated test at 32x32 on [-1,1]^2, h=0.0625 and sigma_t=100, so the diagonal of -D_xx is -512 and the matrix is not SPD. The assertion "One can check ... is SPD" is therefore false as written. Since the low-rank CG inner solver and the DPC preconditioner both rely on SPD, this is a load-bearing error. The authors should correct the stencil signs or the minus signs in Eq. (12), and then verify SPD explicitly for the resulting matrix.
  2. [Sec. 2.2.2, boundary conditions] The paper states the vacuum inflow boundary condition only for the first-order equation (1c). No discrete treatment is specified for the second-order even-parity equation at the boundary. The central finite-difference stencils (13a)-(13d) require ghost values or one-sided closures, and the matrix in Eq. (14) is not fully defined without this specification. The SPD property and the numerical results depend on the boundary treatment. The authors should state the discrete boundary conditions used for the even-parity variable and confirm that the resulting matrix A is SPD.
  3. [Sec. 3.2, Algorithm 1 lines 9-11 and Eq. (22)] The DSA update is indexed inconsistently. At line 4 the current previous scalar flux is phi^(k-1); Eq. (22) and line 9 use phi^(k), which has not been computed yet. Line 10 then sets phi^(k+1) = phi^(k,*) + delta phi^(k), so the indexing is off by one or circular. In standard DSA, the correction is formulated using the already available previous scalar flux (e.g., phi^(k,*) - phi^(k-1)), followed by phi^(k) = phi^(k,*) + delta phi^(k). The algorithm as written cannot be executed; this needs to be corrected and the corresponding description in Sec. 2.3 (Eq. (16)) reconciled with Algorithm 1.
  4. [Sec. 3.3, Algorithm 2 line 8] The solution update in the low-rank CG algorithm is written as x(k) = TruncatedSum(r(k-1) - alpha q(k-1)). In conjugate gradient the update is x(k) = TruncatedSum(x(k-1) + alpha p(k-1)), while the residual update is r(k) = r(k-1) - alpha q(k-1). As written, the method is not CG and the residual norm at line 9 is not updated. This is likely a typographical error, but it affects the definition of the core inner solver and must be fixed.
minor comments (6)
  1. [Eq. (17)] There is a stray comma in the display 'psi_+(x,Omega) approx sum_l B_l X_l(x) V_l(Omega),,'.
  2. [Fig. 3 caption / Sec. 4.1, left panel] The text says 'N_x = O(N_x N_y)' where it should say 'the number of DOFs of the low-rank solution is O(N_x N_y)'. This is a notation slip.
  3. [Eq. (29)] In the denominator of the compression ratio, the first term is written as DOF(x_LR) but should almost certainly be DOF(x_FR). As written, the ratio uses a low-rank count in the denominator, which is inconsistent with the definition of a compression ratio.
  4. [Table 3] The last column is labeled N_x = N_y = 81 with no explanation; presumably this is a typo for N_x = N_y = 80 or an extra refinement level. Please clarify.
  5. [Fig. 5 caption] The caption refers to 'the transport dominant problem in Sec. 4.1', but this problem is in Sec. 4.2.
  6. [Sec. 4.3, Eq. (30)] There is a stray semicolon in the formula: '99r^4(r^2 - 2)^2 + 1;, if ...'.

Circularity Check

0 steps flagged · score 0.0 of 10

No significant circularity: the algorithm, benchmarks, and central claims are self-contained; flagged weaknesses (unproven SPD/boundary treatment, open theory question) are correctness/rigor issues, not circular reasoning.

full rationale

Walked the paper's derivation chain. The method is constructed from an explicit second-order even-parity RTE discretization (Eqs. 12-14), low-rank matrix/HTT representations (Sec. 3.1), a standard SI-DSA outer iteration (Eqs. 21-22), and a low-rank CG inner solver with a diffusion preconditioner (Alg. 2, Eq. 25). The central accuracy claim is validated by comparing low-rank solutions against an independently computed full-rank FR-AMG reference solution (Eq. 27); no fitted parameter is renamed as a prediction, and the reported 10^-4-10^-5 errors are measured discrepancies, not reproductions of the chosen truncation or CG tolerances. The adaptive inexact tolerance in Alg. 1 (step 11) is an algorithmic schedule determined by the current residual, not a parameter fitted to the benchmark outputs. Self-citations (e.g., [24], [47], [58]) are used only as background or as references for standard low-rank truncation and summation algorithms; they are not load-bearing in the sense of supplying an unverified premise that forces the result. No uniqueness theorem from the authors' prior work is invoked, and no ansatz is smuggled in via citation: the low-rank format and DPC are explicitly proposed and tested in this paper. Several limitations and missing justifications are present but are not circular: Eq. (14) asserts 'One can check that ... is SPD' without a proof and without specifying how vacuum boundary conditions are discretized for the second-order equation, which is an unsupported assumption that could invalidate CG/DPC if false; Remark 3.3/Sec. 4.1 explicitly leaves the theoretical basis of the inexact low-rank robustness as an open question; and Sec. 5 notes the sigma_t > 0 restriction of the second-order formulation. These are correctness/rigor concerns, not cases where a prediction reduces to an input by construction. Therefore the circularity score is 0.

Assumptions & free parameters 5 free parameters · 4 assumptions · 0 invented entities

The method rests on standard low-rank linear algebra and classical SI-DSA acceleration. The ledger lists tolerance parameters chosen by hand, and three domain assumptions that are asserted rather than proved in the text. No new physical entities are introduced.

free parameters (5)
  • truncation tolerance = 1e-6
    Used in SVD and hierarchical HOSVD truncation; sets the rank-adaptive accuracy of all low-rank sums and therefore the final solution accuracy.
  • outer SI stopping tolerance = 1e-5
    Stopping criterion ||phi(k,*)-phi(k-1)|| <= 1e-5 used in all numerical experiments.
  • initial inner CG tolerance epsilon_CG^(1) = 1e-2
    Initial relative residual tolerance for the low-rank CG inner loop; the adaptive rule starts from this value.
  • decay rate gamma = 0.1
    Multiplies ||phi(k,*)-phi(k)|| to set the inner CG tolerance in later iterations; chosen by hand and central to the inexact strategy.
  • maximum inner CG iterations = 200
    Caps the low-rank CG iterations and affects both robustness and wall-clock timings.
assumptions (4)
  • domain assumption The discrete second-order operator in Eq. (14) is SPD.
    Required for the low-rank CG inner solver and for DSA to be a valid preconditioner; asserted with 'One can check' but not proved.
  • domain assumption The second-order even-parity formulation is equivalent to the original RTE when sigma_t > 0 and includes a valid discretization of the vacuum boundary condition.
    The paper relies on sigma_t > 0 to eliminate the odd parity and transforms the first-order boundary condition, but the discrete treatment of the second-order boundary condition is never stated.
  • domain assumption DSA error correction is a valid two-level preconditioner for the discrete second-order system.
    Classical SI-DSA literature is cited, and the correction in Alg. 1 line 9 and the inner preconditioner in Eq. (25) both assume the diffusion-limit error equation is an effective accelerator.
  • standard math The inexact fixed-point iteration converges when inner inexactness tends to zero.
    Cites [59] for this general fact, but no specific convergence analysis is given for the low-rank truncated iteration or the adaptive tolerance rule.

how reviews work

0 comments
Cite this review

Pith. "Pith review of An Inexact Low-Rank Source Iteration for Steady-State Radiative Transfer Equation with Diffusion Synthetic Acceleration." pith.science (2026). https://pith.science/paper/O7T63LAZ

@misc{pith2026250900805,
  author       = {Pith},
  title        = {Pith review of: An Inexact Low-Rank Source Iteration for Steady-State Radiative Transfer Equation with Diffusion Synthetic Acceleration},
  year         = {2026},
  howpublished = {\url{https://pith.science/paper/O7T63LAZ}},
  note         = {Machine review of arXiv:2509.00805}
}
abstract

We propose an inexact low-rank source iteration with diffusion synthetic acceleration (SI-DSA) for solving the multidimensional steady-state radiative transfer equation (RTE) in the second-order formulation. The angular flux is represented in either a low-rank matrix or hierarchical Tucker tensor (HTT) format, enabling substantial reductions in computational resources. Each SI step is solved using a preconditioned low-rank conjugate gradient (CG) method with a diffusion preconditioner. To further improve efficiency, we introduce an adaptive inexact strategy that dynamically relaxes the inner CG tolerance during early SI iterations. The method exploits the tensor-product structure of the discretized operators to perform all matrix-vector operations in low-rank form. Numerical experiments on 2D2V benchmark problems, including diffusion-dominated, transport-dominated, and multiscale problems, demonstrate that the proposed approach achieves errors on the order of $10^{-4}$ to $10^{-5}$ relative to full-rank reference solutions, while reducing the degrees of freedom by up to two orders of magnitude. In the diffusion-dominated case, the low-rank solver achieves speedups exceeding $90\times$ over its full-rank counterpart and remains competitive in solving challenging transport-dominated and multiscale problems while providing substantial storage savings. To our knowledge, this work provides the first low-rank SI-DSA framework for multidimensional steady-state RTE.

Figures

Figures reproduced from arXiv: 2509.00805 by the authors.

Figure 1
Figure 1. Dimension tree for the HTT decomposition (18). [PITH_FULL_IMAGE:figures/full_fig_p006_1.png] view at source ↗
Figure 2
Figure 2. Full-rank solution, low-rank solution and the singular values [PITH_FULL_IMAGE:figures/full_fig_p012_2.png] view at source ↗
Figure 3
Figure 3. DOFs and wall clock computational time for the diffusion dom [PITH_FULL_IMAGE:figures/full_fig_p013_3.png] view at source ↗
Figures from the paper (12 more)
Figure 4
Figure 4. Figure 4: The history of ||φ (k) −φ (k−1)|| and the memory compression ratio for the diffusion dominant problem in Sec. 4.1 with (Nx, Ny, Nθ, NΩz ) = (96, 96, 60, 30). 13 [PITH_FULL_IMAGE:figures/full_fig_p013_4.png]
Figure 5
Figure 5. Figure 5: Full-rank solution, low-rank solution and the singular values [PITH_FULL_IMAGE:figures/full_fig_p016_5.png]
Figure 6
Figure 6. Figure 6: Effective rank of the full-rank solution in the matrix format [PITH_FULL_IMAGE:figures/full_fig_p016_6.png]
Figure 7
Figure 7. Figure 7: Resutls for the transport dominant problem in Sec. 4.2 with [PITH_FULL_IMAGE:figures/full_fig_p017_7.png]
Figure 8
Figure 8. Figure 8: The history of ||φ (k) − φ (k−1)|| and the memory compression ratio for the transport problem in Sec. 4.2 with (Nx, Ny, Nθ, NΩz ) = (80, 80, 40, 20). 17 [PITH_FULL_IMAGE:figures/full_fig_p017_8.png]
Figure 9
Figure 9. Figure 9: Variable scattering problem in Sec. 4.3, ( [PITH_FULL_IMAGE:figures/full_fig_p019_9.png]
Figure 10
Figure 10. Figure 10: Results for the variable scattering problem in Sec. 4.3 with [PITH_FULL_IMAGE:figures/full_fig_p019_10.png]
Figure 11
Figure 11. Figure 11: The history of ||φ (k)−φ (k−1)|| and the memory compression ratio for the variable scattering problem in Sec. 4.3 with (Nx, Ny, Nθ, NΩz ) = (128, 128, 80, 40). 4.4 Pin-cell problem We consider a pin-cell problem on the computational domain [−1, 1]2 with vacuum boundar…
Figure 12
Figure 12. Figure 12: Pin-cell problem in Sec. 4.4, (Nx, Ny, Nθ, NΩz ) = (78, 78, 40, 20). Top left: set-up for the scattering cross section. Top right: singular values for the matricization of the low-rank tensor. Bottom left: full-rank solution. Bottom right: low-rank solution in the ord…
Figure 13
Figure 13. Figure 13: The history of ||φ (k) − φ (k−1)|| and the memory compression ratio for the pin-cell problem in Sec. 4.4 with (Nx, Ny, Nθ, NΩz ) = (78, 78, 40, 20). 21 [PITH_FULL_IMAGE:figures/full_fig_p021_13.png]
Figure 14
Figure 14. Figure 14: Lattice problem in Sec. 4.5, (Nx, Ny, Nθ, NΩz ) = (75, 75, 40, 20). Top left: set-up for the material property. Top right: singular values for the matricization of the low-rank tensor. Bottom left: full-rank solution. Bottom right: low-rank solution in the order 3 ten…
Figure 15
Figure 15. Figure 15: The history of ||φ (k) − φ (k−1)|| and the memory compression ratio for the lattice problem in Sec. 4.5 with (Nx, Ny, Nθ, NΩz ) = (75, 75, 40, 20). 23 [PITH_FULL_IMAGE:figures/full_fig_p023_15.png]

Discussion (0). Continue with ORCID to comment.

Forward citations

Cited by 3 Pith papers

Reviewed papers in the Pith corpus that reference this work. Sorted by Pith novelty score. Full citation record

  1. Highly Efficient Rank-Adaptive Sweep-based SI-DSA for the Radiative Transfer Equation via Mild Space Augmentation

    math.NA 2026-03 unverdicted novelty 7.0 of 10

    Rank-adaptive sweep-based SI-DSA with mild space augmentation matches full-rank accuracy and outer iterations while cutting memory and runtime for steady-state RTE even at 30–45% effective rank.

  2. An Asymptotic-Preserving Dynamical Low-Rank Semi-Lagrangian Method for Multiscale Linear Kinetic Transport Equations

    math.NA 2026-07 conditional novelty 6.0 of 10

    An asymptotic-preserving dynamical low-rank semi-Lagrangian solver with QDEIM angular sampling cuts the cost of multiscale kinetic transport simulations while preserving the diffusion limit.

  3. Synthetic Acceleration Preconditioners for Parametric Radiative Transfer Equations based on Trajectory-Aware Reduced Order Models

    math.NA 2025-09 conditional novelty 6.0 of 10

    A trajectory-aware reduced-order preconditioner fixes the offline-online residual mismatch in ROMSAD and solves parametric RTE in 2-3 online iterations on a lattice test.

Reference graph

Works this paper leans on

65 extracted references · 61 canonical work pages · cited by 3 Pith papers

  1. [1]

    K. M. Case, P. F. Zweifel, G. Pomraning, Linear transport theor y (1968)

  2. [2]

    M. L. Adams, E. W. Larsen, Fast iterative methods for discrete -ordinates particle transport calculations, Progress in Nuclear Energy 40 (2002) 3–159

  3. [3]

    Kopp, Synthetic method solution of the transport equation, Nuclear Science and Engineering 17 (1) (1963) 65–74

    H. Kopp, Synthetic method solution of the transport equation, Nuclear Science and Engineering 17 (1) (1963) 65–74

  4. [4]

    Alcouffe, Dittusion Synthetic Acceleration Methods For the Dia mond-Ditterenced Discrete-Ordinotes Equations, Nuclear science and engineering 64 (1977) 344–355

    R. Alcouffe, Dittusion Synthetic Acceleration Methods For the Dia mond-Ditterenced Discrete-Ordinotes Equations, Nuclear science and engineering 64 (1977) 344–355. 24 AMG DPC Nx ×Ny NSI ¯NInner-CG NSI ¯NInner-CG ¯NIPC 32 × 32 3 2.41 3 3.70 3.00 48 × 48 3 2.63 3 3.87 3.00 64 × 64 3 2.75 3 4.00 3.00 80 × 80 3 2.76 3 4.14 3.00 (a) Diffusion dominant problem. A...

  5. [5]

    M. L. Adams, W. R. Martin, Diffusion synthetic acceleration of disc ontinuous finite element transport iterations, Nuclear science and engineering 111 (2) (1992) 145–16 7

  6. [6]

    E. W. Larsen, J. E. Morel, Advances in discrete-ordinates meth odology, Nuclear computational science: A century in review (2009) 1–84

  7. [7]

    Palii, M

    O. Palii, M. Schlottbom, On a convergent DSA preconditioned sour ce iteration for a DGFEM method for radiative transfer, Computers & Mathematics with Applications 79 ( 12) (2020) 3366–3377

  8. [8]

    J. S. Warsa, T. A. Wareing, J. E. Morel, Krylov iterative methods and the degraded effectiveness of diffu- sion synthetic acceleration for multidimensional SN calculations in pro blems with material discontinuities, Nuclear science and engineering 147 (3) (2004) 218–248

Show all 65 references
  1. [9]

    Z. Peng, R. G. McClarren, M. Frank, A low-rank method for two- dimensional time-dependent radiation transport calculations, Journal of Computational Physics 421 (2 020) 109735

  2. [10]

    Z. Peng, R. G. McClarren, A sweep-based low-rank method for the discrete ordinate transport equation, Journal of Computational Physics 473 (2023) 111748

  3. [11]

    Einkemmer, J

    L. Einkemmer, J. Hu, Y. Wang, An asymptotic-preserving dyna mical low-rank method for the multi-scale multi-dimensional linear transport equation, Journal of Computat ional Physics 439 (2021) 110353

  4. [12]

    Einkemmer, J

    L. Einkemmer, J. Hu, J. Kusch, Asymptotic-preserving and en ergy stable dynamical low-rank approxi- mation, SIAM Journal on Numerical Analysis 62 (1) (2024) 73–92

  5. [13]

    Ceruti, N

    G. Ceruti, N. Crouseilles, L. Einkemmer, A Galerkin Alternating Pr ojection Method for Kinetic Equations in the Diffusive Limit, arXiv preprint arXiv:2505.19929 (2025)

  6. [14]

    Z. Peng, R. G. McClarren, A high-order/low-order (HOLO) algo rithm for preserving conservation in time-dependent low-rank transport calculations, Journal of Com putational Physics 447 (2021) 110672

  7. [15]

    Z. Ding, L. Einkemmer, Q. Li, Dynamical low-rank integrator for the linear Boltzmann equation: error analysis in the diffusion limit, SIAM Journal on Numerical Analysis 59 (4) (2021) 2254–2285

  8. [16]

    P. Yin, E. Endeve, C. Hauck, S. Schnake, Towards dynamical lo w-rank approximation for neutrino kinetic equations. Part I: Analysis of an idealized relaxation model, Mathema tics of Computation 94 (353) (2025) 1199–1233

  9. [17]

    C. D. Hauck, S. Schnake, A predictor-corrector strategy f or adaptivity in dynamical low-rank approxima- tions, SIAM Journal on Matrix Analysis and Applications 44 (3) (2023 ) 971–1005

  10. [18]

    Baumann, L

    L. Baumann, L. Einkemmer, C. Klingenberg, J. Kusch, Energy s table and conservative dynamical low- rank approximation for the Su–Olson problem, SIAM Journal on Scie ntific Computing 46 (2) (2024) B137–B158

  11. [19]

    Frank, J

    M. Frank, J. Kusch, C. Patwardhan, Asymptotic-preserving and energy stable dynamical low-rank ap- proximation for thermal radiative transfer equations, Multiscale M odeling & Simulation 23 (1) (2025) 278–312

  12. [20]

    Ceruti, J

    G. Ceruti, J. Kusch, C. Lubich, A parallel rank-adaptive integr ator for dynamical low-rank approximation, SIAM Journal on Scientific Computing 46 (3) (2024) B205–B228

  13. [21]

    Baumann, L

    L. Baumann, L. Einkemmer, C. Klingenberg, J. Kusch, An adapt ive dynamical low-rank optimizer for solving kinetic parameter identification inverse problems, arXiv prep rint arXiv:2506.21405 (2025)

  14. [22]

    Kusch, P

    J. Kusch, P. Stammer, A robust collision source method for ran k adaptive dynamical low-rank approxi- mation in radiation therapy, arXiv preprint arXiv:2111.07160 (2021) . 26

  15. [23]

    Kusch, B

    J. Kusch, B. Whewell, R. McClarren, M. Frank, A low-rank power iteration scheme for neutron transport criticality problems, Journal of Computational Physics 470 (2022) 111587

  16. [24]

    Guo, J.-M

    W. Guo, J.-M. Qiu, A low rank tensor representation of linear tra nsport and nonlinear Vlasov solutions and their associated flow maps, Journal of Computational Physics 458 (2022) 111089

  17. [25]

    Nakao, J.-M

    J. Nakao, J.-M. Qiu, L. Einkemmer, Reduced augmentation implicit low-rank (rail) integrators for advection-diffusion and fokker–planck models, SIAM Journal on Sc ientific Computing 47 (2) (2025) A1145–A1169

  18. [26]

    W. A. Sands, W. Guo, J.-M. Qiu, T. Xiong, High-order adaptive ra nk integrators for multi-scale linear kinetic transport equations in the hierarchical Tucker format, ar Xiv preprint arXiv:2406.19479 (2024)

  19. [27]

    Bachmayr, R

    M. Bachmayr, R. Schneider, Iterative methods based on soft thresholding of hierarchical tensors, Foun- dations of Computational Mathematics 17 (4) (2017) 1037–1083

  20. [28]

    Ballani, L

    J. Ballani, L. Grasedyck, A projection method to solve linear sys tems in tensor format, Numerical linear algebra with applications 20 (1) (2013) 27–43

  21. [29]

    Hackbusch, Solution of linear systems in high spatial dimension s, Computing and visualization in science 17 (3) (2015) 111–118

    W. Hackbusch, Solution of linear systems in high spatial dimension s, Computing and visualization in science 17 (3) (2015) 111–118

  22. [30]

    Bachmayr, R

    M. Bachmayr, R. Bardin, M. Schlottbom, Low-rank tensor pro duct Richardson iteration for radiative transfer in plane-parallel geometry, arXiv preprint arXiv:2403.142 29 (2024)

  23. [31]

    A. L. Alberti, T. S. Palmer, Reduced-order modeling of nuclear r eactor kinetics using proper generalized decomposition, Nuclear Science and Engineering 194 (10) (2020) 83 7–858

  24. [32]

    K. A. Dominesey, W. Ji, Reduced-order modeling of neutron tra nsport separated in space and angle via proper generalized decomposition, Nuclear Science and Engineering (2022)

  25. [33]

    K. A. Dominesey, W. Ji, Reduced-order modeling of neutron tra nsport eigenvalue problems separated in energy by Proper Generalized Decomposition, Journal of Computa tional Physics 486 (2023) 112137

  26. [34]

    Einkemmer, K

    L. Einkemmer, K. Kormann, J. Kusch, R. G. McClarren, J.-M. Qiu , A review of low-rank methods for time-dependent kinetic simulations, Journal of Computational Phy sics (2025) 114191

  27. [35]

    Holtz, T

    S. Holtz, T. Rohwedder, R. Schneider, The alternating linear sc heme for tensor optimization in the tensor train format, SIAM Journal on Scientific Computing 34 (2) (2012) A 683–A713

  28. [36]

    S. V. Dolgov, D. V. Savostyanov, Alternating minimal energy me thods for linear systems in higher di- mensions, SIAM Journal on Scientific Computing 36 (5) (2014) A224 8–A2271

  29. [37]

    H. G. Matthies, E. Zander, Solving stochastic systems with low- rank tensor compression, Linear Algebra and its Applications 436 (10) (2012) 3819–3838

  30. [38]

    Kressner, C

    D. Kressner, C. Tobler, Low-rank tensor Krylov subspace me thods for parametrized linear systems, SIAM Journal on Matrix Analysis and Applications 32 (4) (2011) 1288–131 6

  31. [39]

    S. V. Dolgov, TT-GMRES: solution to a linear system in the struct ured tensor format, Russian Journal of Numerical Analysis and Mathematical Modelling 28 (2) (2013) 149– 172

  32. [40]

    Kressner, M

    D. Kressner, M. Steinlechner, B. Vandereycken, Preconditio ned low-rank Riemannian optimization for linear systems with tensor product structure, SIAM Journal on S cientific Computing 38 (4) (2016) A2018– A2044

  33. [41]

    Braess, W

    D. Braess, W. Hackbusch, Approximation of 1 /x by exponential sums in [1, ∞), IMA journal of numerical analysis 25 (4) (2005) 685–697. 27

  34. [42]

    Hackbusch, B

    W. Hackbusch, B. N. Khoromskij, Low-rank Kronecker-prod uct approximation to multi-dimensional non- local operators. Part I. Separable approximation of multi-variate functions, Computing 76 (3) (2006) 177–202

  35. [43]

    Beylkin, L

    G. Beylkin, L. Monz´ on, Approximation by exponential sums rev isited, Applied and Computational Har- monic Analysis 28 (2) (2010) 131–149

  36. [44]

    El Kahza, J.-M

    H. El Kahza, J.-M. Qiu, L. Chacon, W. Taitano, Sylvester-Prec onditioned Adaptive-Rank Implicit Time Integrators for Advection-Diffusion Equations with Inhomogeneo us Coefficients, arXiv e-prints (2024) arXiv–2410

  37. [45]

    S. Meng, D. Appelo, Y. Cheng, Preconditioning low rank generaliz ed minimal residual method (gmres) for implicit discretizations of matrix differential equations, arXiv pre print arXiv:2410.07465 (2024)

  38. [46]

    Appelo, Y

    D. Appelo, Y. Cheng, lraa: Low-rank anderson acceleration, a rXiv preprint arXiv:2503.03909 (2025)

  39. [47]

    Bachmayr, Low-rank tensor methods for partial different ial equations, Acta Numerica 32 (2023) 1–121

    M. Bachmayr, Low-rank tensor methods for partial different ial equations, Acta Numerica 32 (2023) 1–121

  40. [48]

    Grasedyck, Hierarchical singular value decomposition of ten sors, SIAM journal on matrix analysis and applications 31 (4) (2010) 2029–2054

    L. Grasedyck, Hierarchical singular value decomposition of ten sors, SIAM journal on matrix analysis and applications 31 (4) (2010) 2029–2054

  41. [49]

    V. Y. Gol’din, A quasi-diffusion method of solving the kinetic equatio n, Zhurnal Vychislitel’noi Matematiki i Matematicheskoi Fiziki 4 (6) (1964) 1078–1087

  42. [50]

    D. Y. Anistratov, V. Y. Gol’Din, Nonlinear methods for solving par ticle transport problems, Transport Theory and Statistical Physics 22 (2-3) (1993) 125–163

  43. [51]

    Olivier, W

    S. Olivier, W. Pazner, T. S. Haut, B. C. Yee, A family of independe nt Variable Eddington Factor methods with efficient preconditioned iterative solvers, Journal of Computa tional Physics 473 (2023) 111747

  44. [52]

    L. J. Lorence Jr, J. Morel, E. W. Larsen, An S2 synthetic acceleration scheme for the one-dimensional sn equations with linear discontinuous spatial differencing, Nuclear Scie nce and Engineering 101 (4) (1989) 341–351

  45. [53]

    R. G. McClarren, T. S. Haut, Data-driven acceleration of ther mal radiation transfer calculations with the dynamic mode decomposition and a sequential singular value decompo sition, Journal of Computational Physics 448 (2022) 110756

  46. [54]

    Peng, Reduced order model enhanced source iteration with synthetic acceleration for parametric ra- diative transfer equation, Journal of Computational Physics 517 (2024) 113303

    Z. Peng, Reduced order model enhanced source iteration with synthetic acceleration for parametric ra- diative transfer equation, Journal of Computational Physics 517 (2024) 113303

  47. [55]

    Z. Peng, A flexible GMRES solver with reduced order model enhan ced synthetic acceleration precondi- tioner for parametric radiative transfer equation, Journal of Co mputational Physics 534 (2025) 114004

  48. [56]

    Lewis, Second-order neutron transport methods, in: Nuc lear Computational Science: A Century in Review, Springer, 2009, pp

    E. Lewis, Second-order neutron transport methods, in: Nuc lear Computational Science: A Century in Review, Springer, 2009, pp. 85–115

  49. [57]

    G. C. Pomraning, The equations of radiation hydrodynamics, Co urier Corporation, 2005

  50. [58]

    Kressner, C

    D. Kressner, C. Tobler, htucker—A MATLAB toolbox for tenso rs in hierarchical Tucker format, Mathicse, EPF Lausanne (2012) 11

  51. [59]

    Birken, Termination criteria for inexact fixed-point schemes , Numerical Linear Algebra with Applica- tions 22 (4) (2015) 702–716

    P. Birken, Termination criteria for inexact fixed-point schemes , Numerical Linear Algebra with Applica- tions 22 (4) (2015) 702–716

  52. [60]

    J. E. Morel, T. Manteuffel, An angular multigrid acceleration tech nique for Sn equations with highly forward-peaked scattering, Nuclear Science and Engineering 107 (4) (1991) 330–342. 28

  53. [61]

    H. Gao, H. Zhao, A fast-forward solver of radiative transfer equation, Transport Theory and Statistical Physics 38 (3) (2009) 149–192

  54. [62]

    Lee, A Multigrid Framework for Sn Discretizations of the Boltzmann Transport Equation, SIAM Journal on Scientific Computing 34 (4) (2012) A2018–A2047

    B. Lee, A Multigrid Framework for Sn Discretizations of the Boltzmann Transport Equation, SIAM Journal on Scientific Computing 34 (4) (2012) A2018–A2047

  55. [63]

    Chen, An integrated finite element method package in MATLAB , California: University of California at Irvine 10 (2009)

    L. Chen, An integrated finite element method package in MATLAB , California: University of California at Irvine 10 (2009)

  56. [64]

    Ohlberger, S

    M. Ohlberger, S. Rave, Reduced basis methods: Success, limita tions and future challenges, arXiv preprint arXiv:1511.02021 (2015)

  57. [65]

    Greif, K

    C. Greif, K. Urban, Decay of the Kolmogorov N-width for wave p roblems, Applied Mathematics Letters 96 (2019) 216–222. 29

Pith tools

Reviewed August 5, 2026 · model on record in the stance chip above.