REVIEW 3 major objections 4 minor 53 references
Multiscale approximation and two-grid preconditioner for extremely anisotropic heat flow
T0 review · 3 major / 4 minor · reviewed 2026-08-11 · deepseek-v4-flash
Pith's one-line read The paper claims that local spectral eigenfunctions aligned with magnetic field lines give an accurate coarse-grid approximation and an anisotropy-independent two-grid preconditioner for extremely anisotropic heat flow, with iteration…
desk verdict Strong numerical case for spectral multiscale coarse spaces on extreme anisotropic heat flow, but the two-grid proof does not deliver the claimed O(1) anisotropy independence. 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 local generalized eigenvalue problem (9) in each coarse-grid subdomain $\omega_i$, with $A^{\omega_i}_h$ the local anisotropic stiffness matrix and $D^{\omega_i}_h$ the diagonal of that matrix. The eigenvectors belonging to the $J$ smallest eigenvalues become the multiscale basis functions after multiplication by a linear partition of unity $\chi_i$; they encode transport along the magnetic field within the coarse basis. These basis functions define the interpolation operator $P$ and restriction $R = P^T$, from which the coarse system matrices are obtained by Galerkin projection. The two-grid convergence argument then runs through the approximation properties (16), whose constants involve the local spectral gap $\lambda_{J+1}$, leading to the condition-number bound $K_{TG} = (1 + C/\tau) H^2/\Lambda_*$, where $\Lambda_* = H^2 \lambda_{J+1}$.
What would settle it
Evaluate the local eigenvalues of (9) on the closed-field-line configuration of Test 1 at fixed $J$ for anisotropy ratios $k_\parallel/k_\perp = 10^3, 10^6, 10^9, 10^{12}$ and track $\Lambda_* = H^2\lambda_{J+1}$. If $\Lambda_*$ decreases significantly with anisotropy, then $K_{TG} = (1+C/\tau)H^2/\Lambda_*$ grows and the two-grid iteration count would be expected to rise, contradicting the claimed anisotropy-independent $O(1)$ convergence.
Extended reading notes
Core claim
On the paper's own terms, the central discovery is that the local generalized eigenvalue problem $A^{\omega_i}_h \varphi = \lambda D^{\omega_i}_h \varphi$, where $A^{\omega_i}_h$ is the anisotropic stiffness matrix on a subdomain and $D^{\omega_i}_h$ its diagonal, produces eigenvectors whose low modes are aligned with the magnetic field. These eigenvectors, multiplied by a linear partition of unity, form a multiscale space that gives a highly accurate coarse-grid approximation of the evolving temperature field, with errors that decrease as the number $J$ of basis functions per coarse node grows. When this same coarse space is embedded as the coarse-grid correction in a two-level preconditioner with pointwise Jacobi or Gauss-Seidel smoothing, the paper reports preconditioned conjugate gradient convergence in $O(1)$ iterations for anisotropy ratios up to $10^{12}$, across three magnetic field configurations including closed and open field lines.
Load-bearing premise
The paper's convergence claim rests on the premise that the scaled spectral gap $\Lambda_* = H^2\lambda_{J+1}$ stays sufficiently large, or grows, as the anisotropy ratio $k_\parallel/k_\perp$ increases while the number $J$ of local basis functions is held fixed; the two-grid bound $K_{TG} = (1+C/\tau)H^2/\Lambda_*$ only delivers $O(1)$ iterations if that gap does not shrink with anisotropy, and the paper demonstrates this condition numerically rather than proving it.
Editorial extensions
If this is right
- Since the basis depends only on the magnetic field and the mesh, it can be computed once offline and reused across many implicit time steps, amortizing the construction cost.
- The same coarse space serves simultaneously as a reduced-order surrogate model, shrinking degrees of freedom from roughly 200,000 to a few thousand, and as a preconditioner for the full fine-scale solve.
- The solver needs only standard pointwise Jacobi or Gauss-Seidel smoothing; no line relaxation, semi-coarsening, or field-aligned meshing is required.
- On the 20x20 coarse grid with enough basis functions, iteration counts fall to 6-10 and stay there as the anisotropy ratio grows, so adding more local basis functions monotonically improves convergence rather than stalling.
- The method handles configurations with closed magnetic field lines, the hard case for the paper's earlier block-preconditioning approach, as well as open field lines.
Reading between the lines
- A rigorous proof that the scaled spectral gap $\Lambda_* = H^2\lambda_{J+1}$ stays bounded below (or grows) with $k_\parallel/k_\perp$ would turn the numerically observed $O(1)$ convergence into a theorem; the topological difference between closed and open field lines is a plausible controlling factor for that gap.
- The same normalized-Laplacian construction could transfer to other transport problems with a distinguished direction, such as advection-dominated flow, drift-reduced plasma models, or anisotropic permeability in porous media, where the magnetic field is replaced by the relevant flow direction.
- Because the paper reports only online solve times, the total time-to-solution including offline basis construction, which the authors note is parallelizable across subdomains, remains unquantified; a parallel-overhead study would show whether the two-grid gain survives when basis construction is included.
- A testable prediction is that configurations with a higher fraction of closed field lines require more basis functions $J$ to reach a given accuracy; the monotone improvement seen in the iteration tables suggests the local spectral gap is the quantity to monitor.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper proposes a GMsFEM-type spectral multiscale coarse space for strongly anisotropic heat flow. Local generalized eigenproblems (9) with D=diag(A) are solved on coarse-node neighborhoods; eigenvectors with the smallest eigenvalues are multiplied by partition-of-unity functions to form a multiscale space. This space is used both as a reduced-order model and as the coarse-grid correction in a two-grid preconditioner with Jacobi or Gauss-Seidel smoothing. The authors derive local and global approximation estimates (14)-(16), an error estimate for the multiscale solution (17), and a two-grid condition-number bound K_TG=(1+C/τ)H²/Λ* in Appendix B, asserting anisotropy-independent convergence. Numerical experiments for three magnetic-field configurations and contrast ratios up to 10^12 show errors decreasing with the number J of basis functions and iteration counts that stabilize, in contrast to standard AMG solvers.
Significance. If the O(1) iteration claim were rigorously established, this would be a practically important contribution for magnetic-fusion simulations: a field-aligned spectral coarse space serving both as a reduced model and as a preconditioner, with robustness over twelve orders of anisotropy. The numerical evidence is substantial and systematic, covering three fields, four contrast levels, two coarse grids, two smoothers, and comparisons with three AMG variants; the trends in Tables 1-6 are internally consistent. However, the proof of the headline claim is incomplete. It rests on the unquantified behavior of Λ*=H²λ_{J+1}, and for the actual normalization D=diag(A) the scaling analysis indicates that the displayed bounds are mesh-dependent. The contribution is therefore promising, but it needs either a corrected proof with a genuine lower bound on the spectral gap or a weakened statement of the theoretical claims.
major comments (3)
- [§3.3, Eq. (17), Appendix B] The proof's central quantity Λ*=H²λ_{J+1} is never analyzed. For eigenproblem (9) with D=diag(A), on a patch of diameter H the first nonconstant eigenvalues of D^{-1}A scale like (h/H)²: already in 1D with P1 elements, λ_2=1-cos(π h/H)≈π² h²/(2H²), and the 2D case behaves the same way. Consequently Λ* is O(h²), and H²/Λ* is O((H/h)²). The bounds (17) and K_TG=(1+C/τ)H²/Λ* therefore contain a mesh-dependent factor and do not establish O(1) iteration counts. The sentence in §4 that 'given a sufficient number of multiscale basis functions, we can obtain anisotropy-independent convergence' is not a consequence of the displayed theorem. The authors should either use a normalization for which λ_{J+1} is O(1) on a unit domain (for example a mass-type weighted inner product as in standard GMsFEM) or supply a quantitative lower bound on λ_{J+1} in terms of H, h, and the problem data.
- [§3.3, §4, Appendix B] No estimate is given for how λ_{J+1} (or Λ*) depends on the anisotropy ratio. For a magnetic field aligned with the mesh, there are nonconstant finite-element functions v with b·∇v=0 exactly; for these v, vᵀA_aniso v=0 while vᵀD_aniso v>0, so the Rayleigh quotient in (9) tends to 0 as k∥/k⊥→∞. Thus λ_{J+1} and Λ* collapse, and the proven bound diverges in a regime within the method's stated scope. The numerical O(1) iteration counts for non-aligned fields are credible, but they are not backed by the proof; a lower bound on Λ* in terms of H, h, and the angle between b and the mesh edges is needed before the claimed theorem can support the anisotropy-independence statement.
- [Appendix B, K_TG derivation] The step ||v-Πv||²_DQ ≤ (1+C/τ)||v-Πv||²_Dh is not justified by standard finite-element scaling. Since DQ=diag(Qh)=(1/τ)diag(Mh)+diag(Ah) and Dh=diag(Ah), while diag(Mh)~h² and diag(Ah)~O(1) for P1/P2 elements, the factor should be of the form 1+C h²/τ and not 1+C/τ. This does not affect the numerical results, but it is another place where the displayed proof claims a stronger bound than the algebra supports.
minor comments (4)
- [§3.3] The bound |∇χ_i|≤1/H² should read |∇χ_i|≤C/H (or |∇χ_i|²≤C/H²); as written the scaling is inconsistent with the factor 1/H² appearing in (16).
- [§5.1, text after Figure 4] The sentence 'Generally, the error increases as J and coarse grid resolution increases' states the opposite of what Tables 1-3 show; the error decreases as J increases.
- [Table 6] In the 20×20 coarse-grid block, J=32, Gauss-Seidel smoother, k∥/k⊥=10³, the reported time tms=318.7 is an order of magnitude larger than the neighboring entries and appears to be a typo or an anomalous run; please verify.
- [§3.1, Eq. (9)] The phrase 'SSPD' is unusual; presumably 'symmetric positive definite' is meant. Also, D=diag(A) is symmetric positive definite only if all diagonal entries are positive, which holds here, but the terminology should be clarified.
Circularity Check
No circular derivation found: the coarse space and two-grid convergence estimates are expressed through the spectral gap of a local eigenproblem, not through fitted outputs or self-referential definitions.
full rationale
The paper's central claims—local spectral eigenvectors align with the magnetic field and give an accurate coarse approximation, and the two-grid preconditioner converges in O(1) iterations independent of anisotropy—are validated against an independent fine-grid reference solution and against external AMG solvers (mg1–mg3), rather than being derived from the target outputs. The convergence estimates in (16), (17), and Appendix B are all stated in terms of the spectral gap λ_{J+1}, or Λ* = H²λ_{J+1}, which is a quantity defined by the local generalized eigenproblem (9) and is not fitted to the numerical results. The method is adapted from the authors' earlier graph GMsFEM work [41,46], and the normalized-Laplacian construction with D = diag(A) is attributed to that line of work; however, those citations supply a construction template rather than the paper's conclusions. The decisive approximation inequalities are cited to the external reference [1], and the two-grid framework to [47,8,20,52]. No equation is defined in terms of the quantity it is supposed to predict, and no fitted parameter is renamed as a prediction. The main weakness is a rigor gap rather than circularity: Appendix B proves K_TG = (1 + C/τ)H²/Λ* but does not analyze how Λ* depends on k∥/k⊥, so the formal proof of anisotropy-independence is incomplete even though the numerical experiments support that conclusion. That concern belongs to correctness risk, not to circularity analysis.
Assumptions & free parameters
assumptions (6)
- standard math Local projection inequalities (14) for generalized eigenproblems with D=diag(A), taken from Abreu-Diaz-Galvis [1].
- standard math Two-grid convergence framework and spectral equivalence of smoothers to DQ=diag(Qh), from [47,8,20,52].
- domain assumption A_h and D_h are SSPD, with the first local eigenvalue zero and constant eigenvector.
- domain assumption The fine grid Th sufficiently resolves the magnetic field and temperature so that a P2 CG solution is an accurate reference.
- ad hoc to paper Additional regularity and appropriate initial conditions needed for the final error estimate (17).
- domain assumption The magnetic field is fixed in time during offline basis construction.
Cite this review
Pith. "Pith review of Multiscale approximation and two-grid preconditioner for extremely anisotropic heat flow." pith.science (2026). https://pith.science/paper/44FERQKC
@misc{pith2026241208355,
author = {Pith},
title = {Pith review of: Multiscale approximation and two-grid preconditioner for extremely anisotropic heat flow},
year = {2026},
howpublished = {\url{https://pith.science/paper/44FERQKC}},
note = {Machine review of arXiv:2412.08355}
}
abstract
We consider anisotropic heat flow with extreme anisotropy, as arises in magnetized plasmas for fusion applications. Such problems pose significant challenges in both obtaining an accurate approximation as well in the construction of an efficient solver. In both cases, the underlying difficulty is in forming an accurate approximation of temperature fields that follow the direction of complex, non-grid-aligned magnetic fields. In this work, we construct a highly accurate coarse grid approximation using spectral multiscale basis functions based on local anisotropic normalized Laplacians. We show that the local generalized spectral problems yield local modes that align with magnetic fields, and provide an excellent coarse-grid approximation of the problem. We then utilize this spectral coarse space as an approximation in itself, and as the coarse-grid in a two-level spectral preconditioner. Numerical results are presented for several magnetic field distributions and anisotropy ratios up to $10^{12}$, showing highly accurate results with a large system size reduction, and two-grid preconditioning that converges in $O(1)$ iterations, independent of anisotropy.
Figures
Figures from the paper (1 more)
Reference graph
Works this paper leans on
-
[1]
A convergence analysis of generalized multiscale finite element methods
Eduardo Abreu, Ciro D ´ ıaz, and Juan Galvis. A convergence analysis of generalized multiscale finite element methods. Journal of Computational Physics , 396:303–324, 2019
work page 2019
-
[2]
Multiscale model reduction for shale gas transport in poroelastic fractured media
I Yucel Akkutlu, Yalchin Efendiev, Maria Vasilyeva, and Yuhe Wang. Multiscale model reduction for shale gas transport in poroelastic fractured media. Journal of Computational Physics , 353:356–376, 2018
work page 2018
-
[3]
Multiscale model reduction for shale gas trans- port in fractured media
IY Akkutlu, Yalchin Efendiev, and Maria Vasilyeva. Multiscale model reduction for shale gas trans- port in fractured media. Computational Geosciences, pages 1–21, 2015
work page 2015
-
[4]
Pyamg: Algebraic multigrid solvers in python
Nathan Bell, Luke N Olson, and Jacob Schroder. Pyamg: Algebraic multigrid solvers in python. Journal of Open Source Software , 7(72):4142, 2022
work page 2022
-
[5]
Pyamg: algebraic multigrid solvers in python
Nathan Bell, Luke N Olson, Jacob Schroder, and Ben Southworth. Pyamg: algebraic multigrid solvers in python. Journal of Open Source Software , 8(87):5495, 2023
work page 2023
-
[6]
Stefano Berrone, Stefano Scial` o, and Gioana Teora. The mixed virtual element discretization for highly-anisotropic problems: the role of the boundary degrees of freedom. arXiv preprint arXiv:2307.16474, 2023
work page Pith review arXiv 2023
- [7]
-
[8]
Smoothed aggregation spectral element agglomeration amg: Sa- ρ amge
Marian Brezina and Panayot S Vassilevski. Smoothed aggregation spectral element agglomeration amg: Sa- ρ amge. In International Conference on Large-Scale Scientific Computing , pages 3–15. Springer, 2011
work page 2011
Show all 53 references
-
[9]
Briggs, Van Emden Henson, and Steve F
William L. Briggs, Van Emden Henson, and Steve F. McCormick. A Multigrid Tutorial, Second Edition. Society for Industrial and Applied Mathematics, second edition, 2000
2000
-
[10]
First order hyper- bolic approach for anisotropic diffusion equation
Amareshwara Sainadh Chamarthi, Hiroaki Nishikawa, and Kimiya Komurasaki. First order hyper- bolic approach for anisotropic diffusion equation. Journal of Computational Physics , 396:243–263, 2019
2019
-
[11]
Spectral amge (ρ amge)
Tim Chartier, Robert D Falgout, VE Henson, J Jones, T Manteuffel, S McCormick, J Ruge, and Panayot S Vassilevski. Spectral amge (ρ amge). SIAM Journal on Scientific Computing , 25(1):1–26, 2003
2003
-
[12]
Spectral element agglomerate amge
Timothy Chartier, Robert Falgout, Van Emden Henson, Jim E Jones, Tom A Manteuffel, John W Ruge, Steve F McCormick, and Panayot S Vassilevski. Spectral element agglomerate amge. In Domain decomposition methods in science and engineering XVI , pages 513–521. Springer, 2007
2007
-
[13]
Constraint energy minimizing general- ized multiscale finite element method
Eric T Chung, Yalchin Efendiev, and Wing Tat Leung. Constraint energy minimizing general- ized multiscale finite element method. Computer Methods in Applied Mechanics and Engineering , 339:298–319, 2018
2018
-
[14]
Non-local multi-continua upscaling for flows in heterogeneous fractured media
Eric T Chung, Yalchin Efendiev, Wing Tat Leung, Maria Vasilyeva, and Yating Wang. Non-local multi-continua upscaling for flows in heterogeneous fractured media. Journal of Computational Physics, 372:22–34, 2018. 22
2018
-
[15]
Generalized multiscale finite el- ement methods for problems in perforated heterogeneous domains
Eric T Chung, Yalchin Efendiev, Guanglian Li, and Maria Vasilyeva. Generalized multiscale finite el- ement methods for problems in perforated heterogeneous domains. Applicable Analysis, 95(10):2254– 2279, 2016
2016
-
[16]
Multiscale model reduction for transport and flow problems in perforated domains
Eric T Chung, Wing Tat Leung, Maria Vasilyeva, and Yating Wang. Multiscale model reduction for transport and flow problems in perforated domains. Journal of Computational and Applied Mathematics, 330:519–535, 2018
2018
-
[17]
Generalized multiscale finite element methods (gmsfem)
Yalchin Efendiev, Juan Galvis, and Thomas Y Hou. Generalized multiscale finite element methods (gmsfem). Journal of computational physics , 251:116–135, 2013
2013
-
[18]
Multiscale spectral amge solvers for high-contrast flow problems
Yalchin Efendiev, Juan Galvis, and Panayot S Vassilevski. Multiscale spectral amge solvers for high-contrast flow problems. ISC-Preprint, Texas A&M University , 2012
2012
-
[19]
Multiscale finite element methods for high-contrast problems using local spectral basis functions
Yalchin Efendiev, Juan Galvis, and Xiao-Hui Wu. Multiscale finite element methods for high-contrast problems using local spectral basis functions. Journal of Computational Physics , 230(4):937–955, 2011
2011
-
[20]
On two-grid convergence esti- mates
Robert D Falgout, Panayot S Vassilevski, and Ludmil T Zikatanov. On two-grid convergence esti- mates. Numerical linear algebra with applications , 12(5-6):471–494, 2005
2005
-
[21]
Domain decomposition preconditioners for multiscale flows in high-contrast media
Juan Galvis and Yalchin Efendiev. Domain decomposition preconditioners for multiscale flows in high-contrast media. Multiscale Modeling & Simulation , 8(4):1461–1483, 2010
2010
-
[22]
A new smoothed aggregation multigrid method for anisotropic problems
Michael W Gee, Jonathan J Hu, and Raymond S Tuminaro. A new smoothed aggregation multigrid method for anisotropic problems. Numerical Linear Algebra with Applications , 16(1):19–37, 2009
2009
-
[23]
Gmsh: A 3-d finite element mesh generator with built-in pre-and post-processing facilities
Christophe Geuzaine and Jean-Fran¸ cois Remacle. Gmsh: A 3-d finite element mesh generator with built-in pre-and post-processing facilities. International journal for numerical methods in engineer- ing, 79(11):1309–1331, 2009
2009
-
[24]
A high-order non field-aligned approach for the discretization of strongly anisotropic diffusion operators in magnetic fusion
Giorgio Giorgiani, Hugo Bufferand, Fr´ ed´ eric Schwander, Eric Serre, and P Tamain. A high-order non field-aligned approach for the discretization of strongly anisotropic diffusion operators in magnetic fusion. Computer Physics Communications , 254:107375, 2020
2020
-
[25]
An efficient high-order numerical solver for diffusion equations with strong anisotropy
David Green, Xiaozhe Hu, Jeremy Lore, Lin Mu, and Mark L Stowell. An efficient high-order numerical solver for diffusion equations with strong anisotropy. Computer Physics Communications, 276:108333, 2022
2022
-
[26]
Finite element and higher order difference for- mulations for modelling heat transport in magnetised plasmas
Sibylle G¨ unter, Karl Lackner, and C Tichmann. Finite element and higher order difference for- mulations for modelling heat transport in magnetised plasmas. Journal of Computational Physics , 226(2):2306–2316, 2007
2007
-
[27]
A constrained finite element method sat- isfying the discrete maximum principle for anisotropic diffusion problems
Dmitri Kuzmin, Mikhail J Shashkov, and Daniil Svyatskiy. A constrained finite element method sat- isfying the discrete maximum principle for anisotropic diffusion problems. Journal of Computational Physics, 228(9):3448–3463, 2009
2009
-
[28]
Automated solution of differential equations by the finite element method: The FEniCS book , volume 84
Anders Logg, Kent-Andre Mardal, and Garth Wells. Automated solution of differential equations by the finite element method: The FEniCS book , volume 84. Springer Science & Business Media, 2012. 23
2012
-
[29]
Nonsymmetric reduction-based algebraic multigrid
Thomas A Manteuffel, Steffen M¨ unzenmaier, John Ruge, and Ben Southworth. Nonsymmetric reduction-based algebraic multigrid. SIAM Journal on Scientific Computing , 41(5):S242–S268, 2019
2019
-
[30]
A root-node–based algebraic multigrid method
Thomas A Manteuffel, Luke N Olson, Jacob B Schroder, and Ben S Southworth. A root-node–based algebraic multigrid method. SIAM Journal on Scientific Computing , 39(5):S723–S756, 2017
2017
-
[31]
Nonsymmetric algebraic multigrid based on local approximate ideal restriction (lAIR)
Thomas A Manteuffel, John Ruge, and Ben S Southworth. Nonsymmetric algebraic multigrid based on local approximate ideal restriction (lAIR). SIAM Journal on Scientific Computing , 40(6):A4105– A4130, 2018
2018
-
[32]
Convergence in norm of nonsymmetric algebraic multigrid
Tom Manteuffel and Ben S Southworth. Convergence in norm of nonsymmetric algebraic multigrid. SIAM Journal on Scientific Computing , 41(5):S269–S296, 2019
2019
-
[33]
The partition of unity finite element method: basic theory and applications
Jens M Melenk and Ivo Babuˇ ska. The partition of unity finite element method: basic theory and applications. Computer methods in applied mechanics and engineering , 139(1-4):289–314, 1996
1996
-
[34]
Convergence analysis of perturbed two-grid and multigrid methods
Yvan Notay. Convergence analysis of perturbed two-grid and multigrid methods. SIAM journal on numerical analysis, 45(3):1035–1044, 2007
2007
-
[35]
Algebraic multigrid
John W Ruge and Klaus St¨ uben. Algebraic multigrid. In Multigrid methods, pages 73–130. SIAM, 1987
1987
-
[36]
Smoothed aggregation solvers for anisotropic diffusion
Jacob B Schroder. Smoothed aggregation solvers for anisotropic diffusion. Numerical Linear Algebra with Applications, 19(2):296–312, 2012
2012
-
[37]
Preserving monotonicity in anisotropic diffusion
Prateek Sharma and Gregory W Hammett. Preserving monotonicity in anisotropic diffusion. Journal of Computational Physics , 227(1):123–142, 2007
2007
-
[38]
Air algebraic multigrid for a space- time hybridizable discontinuous galerkin discretization of advection (-diffusion)
Abdullah Ali Sivas, Ben S Southworth, and Sander Rhebergen. Air algebraic multigrid for a space- time hybridizable discontinuous galerkin discretization of advection (-diffusion). SIAM Journal on Scientific Computing , 43(5):A3393–A3416, 2021
2021
-
[39]
Nonlinear magnetohydrodynamics simulation using high- order finite elements
Carl R Sovinec, AH Glasser, TA Gianakon, DC Barnes, RA Nebel, SE Kruger, DD Schnack, SJ Plimpton, A Tarditi, MS Chu, et al. Nonlinear magnetohydrodynamics simulation using high- order finite elements. Journal of Computational Physics , 195(1):355–386, 2004
2004
-
[40]
Multigrid
Ulrich Trottenberg, Cornelius W Oosterlee, and Anton Schuller. Multigrid. Academic press, 2001
2001
-
[41]
Generalized multiscale finite element method for discrete network (graph) models
Maria Vasilyeva. Generalized multiscale finite element method for discrete network (graph) models. Journal of Computational and Applied Mathematics , 457:116275, 2025
2025
-
[42]
Multiscale dimension reduction for flow and transport problems in thin domain with reactive boundaries
Maria Vasilyeva, Valentin Alekseev, Eric T Chung, and Yalchin Efendiev. Multiscale dimension reduction for flow and transport problems in thin domain with reactive boundaries. Journal of Computational Physics , 442:110512, 2021
2021
-
[43]
Upscaling of the single-phase flow and heat transport in fractured geothermal reservoirs using nonlocal multicontinuum method
Maria Vasilyeva, Masoud Babaei, Eric T Chung, and Valentin Alekseev. Upscaling of the single-phase flow and heat transport in fractured geothermal reservoirs using nonlocal multicontinuum method. Computational Geosciences, 23:745–759, 2019
2019
-
[44]
Decoupled multiscale numerical approach for reactive transport in marine sediment column
Maria Vasilyeva, Richard B Coffin, and Ingo Pecher. Decoupled multiscale numerical approach for reactive transport in marine sediment column. Computer Methods in Applied Mechanics and Engineering, 428:117087, 2024. 24
2024
-
[45]
Multiscale model reduction for pore- scale simulation of li-ion batteries using gmsfem.Journal of Computational and Applied Mathematics, 344:73–88, 2018
Maria Vasilyeva, Aashutosh Mistry, and Partha P Mukherjee. Multiscale model reduction for pore- scale simulation of li-ion batteries using gmsfem.Journal of Computational and Applied Mathematics, 344:73–88, 2018
2018
-
[46]
An adaptive two-grid preconditioner for flow in fractured porous media
Maria Vasilyeva, Ben S Southworth, and Shubin Fu. An adaptive two-grid preconditioner for flow in fractured porous media. arXiv preprint arXiv:2411.17903 , 2024
2024 arXiv
-
[47]
Multilevel block factorization preconditioners: Matrix-based analysis and algorithms for solving finite element equations
Panayot S Vassilevski. Multilevel block factorization preconditioners: Matrix-based analysis and algorithms for solving finite element equations . Springer Science & Business Media, 2008
2008
-
[48]
Coarse spaces by algebraic multigrid: Multigrid convergence and upscaling error estimates
Panayot S Vassilevski. Coarse spaces by algebraic multigrid: Multigrid convergence and upscaling error estimates. Advances in Adaptive Data Analysis , 3(01n02):229–249, 2011
2011
-
[49]
Scipy 1.0: fundamental algorithms for scientific computing in python
Pauli Virtanen, Ralf Gommers, Travis E Oliphant, Matt Haberland, Tyler Reddy, David Cour- napeau, Evgeni Burovski, Pearu Peterson, Warren Weckesser, Jonathan Bright, et al. Scipy 1.0: fundamental algorithms for scientific computing in python. Nature methods, 17(3):261–272, 2020
2020
-
[50]
A fast algebraic multigrid solver and accurate discretization for highly anisotropic heat flux i: open field lines
Golo A Wimmer, Ben S Southworth, Thomas J Gregory, and Xian-Zhu Tang. A fast algebraic multigrid solver and accurate discretization for highly anisotropic heat flux i: open field lines. SIAM Journal on Scientific Computing , 46(3):A1821–A1849, 2024
2024
-
[51]
An accurate SUPG- stabilized continuous Galerkin discretization for anisotropic heat flux in magnetic confinement fusion
Golo A Wimmer, Ben S Southworth, Koki Sagiyama, and Xian-Zhu Tang. An accurate SUPG- stabilized continuous Galerkin discretization for anisotropic heat flux in magnetic confinement fusion. (in review), 2024
2024
-
[52]
The method of alternating projections and the method of sub- space corrections in hilbert space
Jinchao Xu and Ludmil Zikatanov. The method of alternating projections and the method of sub- space corrections in hilbert space. Journal of the American Mathematical Society , 15(3):573–597, 2002
2002
-
[53]
Algebraic multigrid methods
Jinchao Xu and Ludmil Zikatanov. Algebraic multigrid methods. Acta Numerica, 26:591–721, 2017. 25
2017
Reviewed August 11, 2026 · model on record in the stance chip above.
Discussion (0). Continue with ORCID to comment.