REVIEW 2 major objections 5 minor 42 references
Optimal transfer operators in algebraic two-level methods for nonsymmetric and indefinite problems
T0 review · 2 major / 5 minor · reviewed 2026-08-15 · deepseek-v4-flash
Pith's one-line read For nonsymmetric and indefinite systems, the best possible transfer operators in a two-level method are the left and right generalized eigenvectors of the matrix pencil $(A,M)$.
desk verdict Strong complex-valued optimality theory for two-level transfer operators, but the real-valued optimality theorem is false when n_c splits a conjugate eigenvalue pair. read the letter →
The pith
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
The reading
What carries the argument
The central object is the generalized eigen-decomposition of the matrix pencil $(A,M)$, with right and left eigenvectors $V_r,V_l$ satisfying $V_l^*AV_r=D_a$ and $V_l^*MV_r=D_m$. The analysis runs in the $N$-norm with $N=V_r^{-*}D^*DV_r^{-1}$, where $D$ is any diagonal, full-rank, CF-split scaling; in this norm the coarse-space projection becomes the block-diagonal operator $\mathrm{diag}(I,0)$ in the eigenvector basis, so the error propagator has an explicit eigenvalue decomposition and the diagonal $D$ commutes with the smoothing factors. The optimality proof applies the generalized Courant-Fischer-Weyl min-max principle to the diagonal pencil formed from the values $|1-\lambda_j|$, which yields the lower bound $|1-\lambda_{n_c+1}|^{\nu_1+\nu_2}$. For real $A$ and $M$, a block-diagonal similarity $T$ maps conjugate complex eigenvector pairs to real columns $W_l,W_r$ while preserving the orthogonality relations, which is what allows real-valued transfer operators to inherit the same theory.
What would settle it
Take a small diagonalizable but non-normal pencil, for instance a $3\times 3$ nonsymmetric $A$ with $M=I$, order the eigenvalues so $n_c=1$, and compute $\|E_{\mathrm{TG}}^{(1,1)}(P_\sharp,R_\sharp)\|_N$ with $D=I$. The central claim is wrong if this number differs from $|1-\lambda_2|^{2}$ or if a specific alternative pair $(P,R)$ gives a smaller $N$-norm. A boundary check: unstabilized upwind DG advection produces a non-diagonalizable $M^{-1}A$, so the assumed eigenvector bases do not exist and the theorem does not apply.
Extended reading notes
Core claim
The paper proves that, for the norm induced by $N=V_r^{-*}D^*DV_r^{-1}$, the transfer operators $P_\sharp$ and $R_\sharp$---whose ranges are the $n_c$ right and left generalized eigenvectors of $(A,M)$ selected by the $n_c$ largest values of $|1-\lambda|$---minimize the two-level error-propagation norm over all possible transfer operators. The minimum value is $|1-\lambda_{n_c+1}|^{\nu_1+\nu_2}$ when $n_c<n$, and the spectral radius and the geometrically averaged $N$-norm coincide with this same number. When $A$ and $M$ are real, a block-diagonal similarity transform turns complex conjugate eigenvector pairs into real columns, and the resulting real-valued transfer operators $P^R_\sharp$ and $R^R_\sharp$ achieve the identical bounds and optimality. A direct corollary is that a convergent two-level method of coarse dimension $n_c$ exists if and only if $|1-\lambda_{n_c+1}|<1$.
Load-bearing premise
The load-bearing premise is that $M^{-1}A$ and $M^{-*}A^*$ are diagonalizable, so the $n$ left and right generalized eigenvectors form complete invertible bases; for a defective eigenvalue this fails, and the paper itself notes that unstabilized upwind DG advection gives such a case.
Editorial extensions
If this is right
- For a fixed smoother $M$, the best possible two-level convergence factor in the $N$-norm is exactly $|1-\lambda_{n_c+1}|^{\nu_1+\nu_2}$, realized by the generalized-eigenvector transfer operators.
- A convergent two-level method of coarse dimension $n_c$ exists if and only if $|1-\lambda_{n_c+1}|<1$, so no interpolation and restriction pair can beat that threshold.
- For real nonsymmetric or indefinite $A$ and $M$, real-valued transfer operators attain the same optimal bounds as complex ones, making the result implementable in real arithmetic.
- The theory contains the classical Hermitian positive-definite optimal interpolation result as a special case, giving $A$- and $M$-norm optimality for V($\nu_1,\nu_2$) cycles.
- The optimal error propagator has equal spectral radius, $N$-norm, and geometric average in the $N$-norm, so the optimal iteration cannot show transient divergence in that norm.
Reading between the lines
- One can pre-screen a candidate smoother $M$ by checking the generalized eigenvalue $|1-\lambda_{n_c+1}|$ before designing a coarse space; if it exceeds 1, no transfer operators can produce a convergent two-level method at that coarsening.
- Because the optimal transfer operators are dense and require a global solve, their practical role is as a benchmark: any local or sparse approximation can be measured against the exact floor $|1-\lambda_{n_c+1}|^{\nu_1+\nu_2}$.
- The block-diagonal similarity used to produce real transfer operators suggests that analogous structure-preserving changes of basis could yield optimal transfer operators with other desired algebraic forms, such as complex-symmetric or banded real representations.
Signed reviews
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper studies algebraic two-level methods for linear systems Ax=b with a fine-space preconditioner M and transfer operators P,R. For a non-Hermitian pencil (A,M), it constructs complex-valued 'optimal' transfer operators P♯ and R♯ whose ranges are spanned by the first n_c right and left generalized eigenvectors, ordered by decreasing |1−λ|. It characterizes all HPD norms in which the resulting coarse-space correction Π(P♯,R♯) is orthogonal (Theorem 3.1), proves that in the N=V_r^{-*}D^*DV_r^{-1} norms the error-propagation norm, spectral radius, and geometrically averaged norm all coincide and equal |1−λ_{n_c+1}|^{ν1+ν2} (Theorem 3.3), and claims that P♯,R♯ minimize the N-norm over all possible transfer operators (Theorem 3.5). It then introduces real-valued generalized eigenvectors W_l,W_r for real A,M and claims that the corresponding real transfer operators P_R♯,R_R♯ satisfy the same convergence bounds and optimality in related real norms (Theorem 4.3). Numerical experiments for advection-reaction and mixed wave-equation discretizations compare the predicted factor |1−λ_{n_c+1}|^{ν1+ν2} with computed convergence factors.
Significance. If the complex-valued results are correct, this is a substantial theoretical contribution: it upgrades the pseudo-optimality of Ali et al. to genuine norm optimality, gives tight norm bounds for nonnormal two-level error propagators, recovers the HPD results of Brannick et al. as a special case, and yields an explicit condition for convergence in the N-norm. The derivations are largely transparent and parameter-free, and the numerical section provides direct verification of the equality in Theorem 3.3. However, the real-valued transfer-operator theorem, which is a central advertised practical contribution, is false as stated when n_c splits a conjugate eigenvalue pair, and the Courant-Fischer theorem used in the optimality proof is misstated. These issues need to be repaired before the paper's main claims can be accepted.
major comments (2)
- [§4.1, Eq. (4.14), Theorem 4.3(3)] The identity range(P_R♯)=range(P♯B_c)=range(W_{r,1:n_c}) in (4.14) is valid only when n_c does not split a conjugate eigenvalue pair. If n_c cuts a 2×2 block of T^*, then B_c=(T^*)_{cc} is not a complete block of the similarity transformation, so P♯B_c involves only one complex eigenvector of the pair while W_{r,1:n_c} contains a real combination of both; Lemma 4.2 cannot be invoked and Theorem 4.3(3) is not established. A concrete counterexample is M=I, A=[[1,-2],[2,1]], n_c=1, whose eigenvalues are 1±2i. With the construction in (4.3), W_{r,1}=[1,1]^T and \hat N=(1/2)I, so the \hat N-norm is the Euclidean norm. Taking P_R♯=R_R♯=[1,1]^T and ν1=ν2=1 gives E_TG=[[-6,-6],[2,2]] and ||E_TG||_{\hat N}=sqrt(80)≈8.944, while (4.18) predicts |1−λ_2|^2=4; the complex optimal operators P=R=[1,-i]^T attain 4 in the same norm. The theorem therefore needs an explicit no-split condition or a different real-valued optimality statement for coarse spaces whose dimension cuts a conjugate pair.
- [§3.3, Theorem 3.4 and Eq. (3.29c)] The generalized Courant-Fischer formula in Theorem 3.4 is misstated: with eigenvalues ordered α_1≤...≤α_n, the minimum over subspaces of dimension n−k+1 equals α_{n−k+1}, not α_k (for n=2 and k=1, the displayed expression is the maximum over the whole space and equals α_2). The proof of Theorem 3.5 uses the displayed formula with dim null(\hat R^*)=n_f=n−n_c and concludes k=n_c+1, which would give α_{n_c+1}=|1−λ_{n_f}|^{2(ν1+ν2)} rather than the claimed |1−λ_{n_c+1}|^{2(ν1+ν2)}. The intended lower bound can be recovered from the correct min-max statement (the minimum over an n_f-dimensional subspace gives the n_f-th smallest eigenvalue, which is μ_{n_c+1} in the descending ordering μ_i=|1−λ_i|^{2(ν1+ν2)}), but as written the proof is not valid.
minor comments (5)
- [Abstract] In the abstract, 'in the case of that A and M are real valued' should be 'in the case that A and M are real valued'.
- [Eq. (4.17)] The condition d_{i+1}=d_i if λ_{i+1}=λ_i does not enforce the needed equality for a conjugate pair, since λ_{i+1}=\overline{λ_i}\neq λ_i; it should state that d_i=d_{i+1} when λ_i and λ_{i+1} form a conjugate pair.
- [Proof of Lemma 3.2] There is a typo 'identifty' in the sentence introducing Eq. (3.5).
- [Remark 5.1] There is a typo 'eignevector matrices' in Remark 5.1.
- [Section 5.4 and Corollary 3.7] The sentence in Section 5.4 that |1−λ_{n_c+1}|<1 is necessary 'regardless of the interpolation and restriction used' should be qualified as necessity for contraction in the N-norm; the N-norm lower bound in Corollary 3.7 does not by itself rule out asymptotic convergence in spectral radius for some other P,R.
Circularity Check
No significant circularity: the optimality claim is proved by an independent Courant-Fischer lower bound over all transfer operators, and self-citations are to parameter-free auxiliary results.
full rationale
The paper's central claim is a genuine derivation rather than a fit or a definitional restatement. Theorem 3.3 proves the upper bound by explicitly constructing P_sharp and R_sharp from the first n_c generalized eigenvectors, and Theorem 3.5 proves the matching lower bound for arbitrary P,R via equations (3.28)-(3.31), which transform the minimization into a generalized Courant-Fischer-Weyl min-max problem whose value is |1 - lambda_{n_c+1}|^{nu_1+nu_2}. This lower bound does not use the special form of P_sharp and R_sharp, so it is independent of the construction that attains it. The N-norm is defined through V_r and a diagonal D, but N is fixed once D is chosen and does not depend on the transfer operators being optimized; choosing a norm adapted to the eigenbasis of (A,M) is a legitimate metric choice, not a definitional identification of the claim with its input. The citations to the authors' prior work [5] for Lemma 2.1 and Theorem 2.2 concern parameter-free results with stated assumptions (diagonalizability of M^{-1}A) that do not include the target optimality claim, so they are independent support rather than load-bearing self-citation. The paper also discloses the diagonalizability assumption in Section 2.1 and Remark 5.1; this is an applicability limitation, not a circular step. No fitted parameter is later renamed as a prediction, no ansatz is smuggled in via citation, and no known result is merely relabeled. The external critique of Theorem 4.3 for coarse dimensions that split a conjugate eigenpair is a correctness concern, not a circularity, and does not affect the circularity score.
Assumptions & free parameters
assumptions (5)
- domain assumption M^{-1}A and M^{-*}A* are diagonalizable
- domain assumption R*AP is invertible so the coarse-space projection is well defined
- standard math Generalized Courant-Fischer-Weyl min-max principle for Hermitian pencils
- standard math Compatibility condition for N-orthogonal projections from Manteuffel and Southworth [36, Lemma 4]
- domain assumption Conjugate-pair normalization of real generalized eigenvectors
Cite this review
Pith. "Pith review of Optimal transfer operators in algebraic two-level methods for nonsymmetric and indefinite problems." pith.science (2026). https://pith.science/paper/IAM2RMLS
@misc{pith2026250505598,
author = {Pith},
title = {Pith review of: Optimal transfer operators in algebraic two-level methods for nonsymmetric and indefinite problems},
year = {2026},
howpublished = {\url{https://pith.science/paper/IAM2RMLS}},
note = {Machine review of arXiv:2505.05598}
}
abstract
Consider an algebraic two-level method applied to the $n$-dimensional linear system $A \mathbf{x} = \mathbf{b}$ using fine-space preconditioner (i.e., ``relaxation'' or ``smoother'') $M$, with $M \approx A$, restriction and interpolation $R$ and $P$, and algebraic coarse-space operator ${A_c := R^*AP}$. Then, what are the the best possible transfer operators $R$ and $P$ of a given dimension $n_c < n$? Brannick et al. (2018) showed that when $A$ and $M$ are Hermitian positive definite (HPD), the optimal interpolation is such that its range contains the $n_c$ smallest generalized eigenvectors of the matrix pencil $(A, M)$. Recently, in Ali et al. (2025) we generalized this framework to the non-HPD setting, by considering both right (interpolation) and left (restriction) generalized eigenvectors of $(A, M)$ and defining corresponding nonsymmetric transfer operators $\{R_\#,P_\#\}$. Tight convergence bounds for $\{R_\#,P_\#\}$ are derived in spectral radius, as well as a proof of pseudo-optimality. Note, $\{R_\#,P_\#\}$ are typically complex valued, which is not practical for real-valued problems. Here we build on Ali et al. (2025), first characterizing all inner products in which the coarse-space correction defined by $\{R_\#,P_\#\}$ is orthogonal. We then develop tight two-level convergence bounds in these norms, and prove that the underlying transfer operators $\{R_\#,P_\#\}$ are genuinely optimal. As a special case, our theory both recovers and extends the HPD results from Brannick et al. (2018). Finally, we show how to construct optimal, real-valued transfer operators in the case of that $A$ and $M$ are real valued, but are not HPD. Numerical examples arising from discretized advection and wave-equation problems are used to verify and illustrate the theory.
Reference graph
Works this paper leans on
-
[5]
A. Ali, J. J. Brannick, K. Kahl, O. A. Krzysik, J. B. Schroder, and B. S. Southworth , Generalized Optimal AMG Convergence Theory for Nonsymmetric and Indefinite Problems , SIAM Journal on Scientific Computing, 0 (2025), pp. S89--S111
work page 2025
-
[1]
J. Aarnes and T. Y. Hou , Multiscale domain decomposition methods for elliptic problems with high aspect ratios , Acta Mathematicae Applicatae Sinica, 18 (2002), pp. 63--76
work page 2002
-
[2]
H. Al Daas, L. Grigori, P. Jolivet, and P.-H. Tournier , A multilevel schwarz preconditioner based on a hierarchy of robust coarse spaces , SIAM Journal on Scientific Computing, 43 (2021), pp. A1907--A1928, https://doi.org/10.1137/19M1266964, https://doi.org/10.1137/19M1266964
-
[3]
H. Al Daas, P. Jolivet, F. Nataf, and P.-H. Tournier , A robust algebraic two-level schwarz preconditioner for sparse matrices , SIAM Journal on Scientific Computing, 47 (2025), pp. A2378--A2402
work page 2025
-
[4]
A. Ali, J. J. Brannick, K. Kahl, O. A. Krzysik, J. B. Schroder, and B. S. Southworth , Constrained local approximate ideal restriction for advection-diffusion problems , SIAM Journal on Scientific Computing, 46 (2024), pp. S96--S122
work page 2024
-
[6]
O. Axelsson , A survey of algebraic multilevel iteration ( AMLI ) methods , BIT Numerical Mathematics, 43 (2003), pp. 863--879
work page 2003
-
[7]
O. Axelsson and P. S. Vassilevski , Algebraic multilevel preconditioning methods, I , Numerische Mathematik, 56 (1989), pp. 157--177
work page 1989
-
[8]
O. Axelsson and P. S. Vassilevski , Algebraic multilevel preconditioning methods, II , SIAM Journal on Numerical Analysis, 27 (1990), pp. 1569--1590
work page 1990
Show all 42 references
-
[9]
N. Bell, L. N. Olson, J. Schroder, and B. Southworth , PyAMG: Algebraic Multigrid Solvers in Python , Journal of Open Source Software, 8 (2023), p. 5495, https://doi.org/10.21105/joss.05495
2023 doi
-
[10]
D. S. Bernstein , Matrix Mathematics: Theory, Facts, and Formulas (Second Edition) , Princeton University Press, Princeton, 2009, https://doi.org/doi:10.1515/9781400833344
2009 doi
-
[11]
Brandt , Algebraic multigrid theory: The symmetric case , Applied Mathematics and Computation, 19 (1986), pp
A. Brandt , Algebraic multigrid theory: The symmetric case , Applied Mathematics and Computation, 19 (1986), pp. 23--56, https://doi.org/https://doi.org/10.1016/0096-3003(86)90095-0
1986 doi
-
[12]
Brannick, F
J. Brannick, F. Cao, K. Kahl, R. D. Falgout, and X. Hu , Optimal interpolation and compatible relaxation in classical algebraic multigrid , SIAM Journal on Scientific Computing, 40 (2018), pp. A1473--A1493, https://doi.org/10.1137/17M1123456
2018 doi
-
[13]
Brannick and K
J. Brannick and K. Kahl , Bootstrap algebraic multigrid for the 2d wilson dirac system , SIAM Journal on Scientific Computing, 36 (2014), pp. B321--B347, https://doi.org/10.1137/130934660, https://doi.org/10.1137/130934660, https://arxiv.org/abs/https://doi.org/10.1137/130934660
2014 doi
-
[14]
Brezina, A
M. Brezina, A. J. Cleary, R. D. Falgout, V. E. Henson, J. E. Jones, T. A. Manteuffel, S. F. McCormick, and J. W. Ruge , Algebraic multigrid based on element interpolation (amge) , SIAM Journal on Scientific Computing, 22 (2001), pp. 1570--1592, https://doi.org/10.1137/S1064827...
2001 doi
-
[15]
Chartier, R
T. Chartier, R. D. Falgout, V. E. Henson, J. Jones, T. Manteuffel, S. McCormick, J. Ruge, and P. S. Vassilevski , Spectral amge ( amge) , SIAM Journal on Scientific Computing, 25 (2003), pp. 1--26, https://doi.org/10.1137/S106482750139892X, https://doi.org/10.1137/S10648275013...
2003 doi
-
[16]
Dargaville, R
S. Dargaville, R. Smedley-Stevenson, P. Smith, and C. Pain , Air multigrid with gmres polynomials (airg) and additive preconditioners for boltzmann transport , Journal of Computational Physics, 518 (2024), p. 113342
2024
-
[17]
De Sterck, S
H. De Sterck, S. Friedhoff, O. A. Krzysik, and S. P. MacLachlan , Multigrid Reduction-In-Time Convergence for Advection Problems: A Fourier Analysis Perspective , Numerical Linear Algebra with Applications, 32 (2025), p. e2593, https://doi.org/https://doi.org/10.1002/nla.2593
2025 doi
-
[18]
R. D. Falgout and P. S. Vassilevski , On generalizing the algebraic multigrid framework , SIAM Journal on Numerical Analysis, 42 (2004), pp. 1669--1693, https://doi.org/10.1137/S0036142903429742
2004 doi
-
[19]
R. D. Falgout, P. S. Vassilevski, and L. T. Zikatanov , On two-grid convergence estimates , Numerical Linear Algebra with Applications, 12 (2005), pp. 471--494, https://doi.org/https://doi.org/10.1002/nla.437
2005 doi
-
[20]
Galvis and Y
J. Galvis and Y. Efendiev , Domain decomposition preconditioners for multiscale flows in high-contrast media , Multiscale Modeling & Simulation, 8 (2010), pp. 1461--1483
2010
-
[21]
Galvis and Y
J. Galvis and Y. Efendiev , Domain decomposition preconditioners for multiscale flows in high contrast media: Reduced dimension coarse spaces , Multiscale Modeling & Simulation, 8 (2010), pp. 1621--1644, https://doi.org/10.1137/100790112, https://doi.org/10.1137/100790112, htt...
2010 doi
-
[22]
D. A. Ham, P. H. J. Kelly, L. Mitchell, C. J. Cotter, R. C. Kirby, K. Sagiyama, N. Bouziani, S. Vorderwuelbecke, T. J. Gregory, J. Betteridge, D. R. Shapero, R. W. Nixon-Hill, C. J. Ward, P. E. Farrell, P. D. Brubeck, I. Marsden, T. H. Gibson, M. Homolya, T. Sun, A. T. T. McRa...
2023
-
[23]
Kuzmin , A guide to numerical methods for transport equations , 2010
D. Kuzmin , A guide to numerical methods for transport equations , 2010
2010
-
[24]
Li , Rayleigh quotient based optimization methods for eigenvalue problems , Matrix Functions and Matrix Equations, 19 (2015), pp
R.-C. Li , Rayleigh quotient based optimization methods for eigenvalue problems , Matrix Functions and Matrix Equations, 19 (2015), pp. 76--108, https://doi.org/10.1142/9789814675772_0004
2015 doi
-
[25]
Manteuffel and B
T. Manteuffel and B. S. Southworth , Convergence in norm of nonsymmetric algebraic multigrid , SIAM Journal on Scientific Computing, 41 (2019), pp. S269--S296, https://doi.org/10.1137/18M1193773
2019 doi
-
[26]
T. A. Manteuffel, S. M\"unzenmaier, J. Ruge, and B. Southworth , Nonsymmetric reduction-based algebraic multigrid , SIAM Journal on Scientific Computing, 41 (2019), pp. S242--S268
2019
-
[27]
T. A. Manteuffel, L. N. Olson, J. B. Schroder, and B. S. Southworth , A root-node--based algebraic multigrid method , SIAM Journal on Scientific Computing, 39 (2017), pp. S723--S756
2017
-
[28]
T. A. Manteuffel, J. Ruge, and B. S. Southworth , Nonsymmetric algebraic multigrid based on local approximate ideal restriction ( AIR) , SIAM Journal on Scientific Computing, 40 (2018), pp. A4105--A4130
2018
-
[29]
Nataf, H
F. Nataf, H. Xiang, V. Dolean, and N. Spillane , A coarse space construction based on local dirichlet-to-neumann maps , SIAM Journal on Scientific Computing, 33 (2011), pp. 1623--1642
2011
-
[30]
Notay , A robust algebraic multilevel preconditioner for non-symmetric M-matrices , Numerical Linear Algebra with Applications, 7 (2000), pp
Y. Notay , A robust algebraic multilevel preconditioner for non-symmetric M-matrices , Numerical Linear Algebra with Applications, 7 (2000), pp. 243--267
2000
-
[31]
Notay , Algebraic multigrid and algebraic multilevel methods: a theoretical comparison , Numerical Linear Algebra with Applications, 12 (2005), pp
Y. Notay , Algebraic multigrid and algebraic multilevel methods: a theoretical comparison , Numerical Linear Algebra with Applications, 12 (2005), pp. 419--451, https://doi.org/https://doi.org/10.1002/nla.435
2005 doi
-
[32]
Notay , Algebraic analysis of two-grid methods: The nonsymmetric case , Numerical Linear Algebra with Applications, 17 (2010), pp
Y. Notay , Algebraic analysis of two-grid methods: The nonsymmetric case , Numerical Linear Algebra with Applications, 17 (2010), pp. 73--96
2010
-
[33]
J. W. Ruge and K. St \"u ben , Algebraic Multigrid , SIAM, 1987, pp. 73--130, https://doi.org/10.1137/1.9781611971057.ch4
1987 doi
-
[34]
Sala and R
M. Sala and R. S. Tuminaro , A New Petrov Galerkin Smoothed Aggregation Preconditioner for Nonsymmetric Linear Systems , SIAM Journal on Scientific Computing, 31 (2008), pp. 143--166
2008
-
[35]
B. S. Southworth , Necessary conditions and tight two-level convergence bounds for parareal and multigrid reduction in time , SIAM Journal on Matrix Analysis and Applications, 40 (2019), pp. 564--608
2019
-
[36]
B. S. Southworth and T. A. Manteuffel , On compatible transfer operators in nonsymmetric algebraic multigrid , SIAM Journal on Matrix Analysis and Applications, 45 (2024), pp. 1245--1258, https://doi.org/10.1137/23M1586069
2024 doi
-
[37]
P. S. Vassilevski , Lecture notes on multigrid methods , tech. report, Lawrence Livermore National Lab.(LLNL), Livermore, CA (United States), 2010
2010
-
[38]
Virtanen, R
P. Virtanen, R. Gommers, T. E. Oliphant, M. Haberland, T. Reddy, D. Cournapeau, E. Burovski, P. Peterson, W. Weckesser, J. Bright, S. J. van der Walt , M. Brett, J. Wilson, K. J. Millman, N. Mayorov, A. R. J. Nelson, E. Jones, R. Kern, E. Larson, C. J. Carey, \.I . Polat, Y. F...
2020
-
[39]
T. A. Wiesner, R. S. Tuminaro, W. A. Wall, and M. W. Gee , Multigrid transfers for nonsymmetric systems based on Schur complements and Galerkin projections , Numerical Linear Algebra with Applications, 21 (2013), pp. 415--438
2013
-
[40]
Y. Yang, S. Fu, and E. T. Chung , A two-grid preconditioner with an adaptive coarse space for flow simulations in highly heterogeneous media , Journal of Computational Physics, 391 (2019), pp. 1--13
2019
-
[41]
L. T. Zikatanov , Two-sided bounds on the convergence rate of two-level methods , Numerical Linear Algebra with Applications, 15 (2008), pp. 439--454
2008
-
[42]
write newline
" write newline "" before.all 'output.state := FUNCTION fin.entry add.period write newline FUNCTION new.block output.state before.all = 'skip after.block 'output.state := if FUNCTION not #0 #1 if FUNCTION and 'skip pop #0 if FUNCTION or pop #1 'skip if FUNCTION new.block.check...
Reviewed August 15, 2026 · model on record in the stance chip above.
Discussion (0). Continue with ORCID to comment.