REVIEW 1 minor 1 cited by
Coalesced Matrix-Free Finite Elements in Cell-Wise Storage
T0 review · 0 major / 1 minor · reviewed 2026-07-03 · grok-4.3
Pith's one-line read A preconditioner with continuous image lets the full flexible conjugate gradient run exactly on unassembled cell-wise data.
desk verdict The paper keeps field data in cell-wise unassembled form for the full flexible CG solve on GPUs when the preconditioner produces continuous fields, using a primal-dual identity and split DSS. 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
primal-dual pairing identity that equates all Krylov scalars between cell-wise local data and the assembled global representation
What would settle it
Compute the flexible CG iteration scalars and final solution both from cell-wise unassembled data and from the standard assembled matrix for the same continuous preconditioner, then check whether any scalar or the solution vector differs.
Extended reading notes
Core claim
Given a preconditioner whose image is continuous, the entire flexible conjugate gradient iteration can be carried out exactly on the unassembled cell-wise representation: a simple primal-dual pairing identity shows that all Krylov scalars computed from local data coincide with those of the assembled solve, so inter-element communication is confined entirely to the preconditioner.
Load-bearing premise
The preconditioner must produce continuous fields so that the pairing identity holds and local scalars remain identical to assembled ones.
Editorial extensions
If this is right
- The direct stiffness summation is realized by a dimensionally-split cascade of one-to-one face exchanges that accumulates edge and vertex contributions automatically.
- Unstructured macro-block interfaces and hanging nodes are handled by separate topological kernels without touching the main high-throughput sweeps.
- Memory layout can be chosen independently of mesh topology, allowing benchmarks of blocked arrangements that trade coalescing against element contiguity.
- Operator evaluation and the full solver achieve higher throughput than existing matrix-free codes on modern GPUs.
Reading between the lines
- The same storage model and pairing argument could be tested on other Krylov methods that rely on inner products and matrix-vector products.
- Decoupling layout from topology may allow new data arrangements on hardware with non-uniform memory access or on distributed systems where communication cost dominates.
- The sequential face-exchange cascade might extend to other local summation tasks that currently require atomics or coloring.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The manuscript presents a GPU-oriented formulation of continuous high-order finite elements that uses the redundant cell-wise (unassembled) vector as the persistent primary data representation. It proves that, given a preconditioner whose image lies in the continuous finite-element space, the entire flexible conjugate gradient iteration can be performed exactly on this unassembled representation via a primal-dual pairing identity that makes all Krylov scalars computed from local data identical to the assembled case. Inter-element communication is thereby confined to the preconditioner; direct stiffness summation is realized by a dimensionally-split cascade of one-to-one face exchanges that accumulates edge and vertex contributions without atomics, coloring, or indirect gather-scatter. The approach handles unstructured macro-block interfaces and h-adaptive hanging nodes via disjoint topological kernels and a shadow-cell wrapper, decouples memory layout from mesh topology to enable blocked coalesced layouts, and reports benchmark results showing higher throughput than existing matrix-free implementations.
Significance. If the central identity and implementation details hold, the work offers a mathematically grounded route to reduced communication and topology-independent memory optimization in high-order matrix-free solvers on GPUs. The explicit continuity hypothesis on the preconditioner and the conditional character of the proof are strengths; the dimensionally-split DSS and hanging-node handling are presented as preserving the identity while preserving high-throughput sweeps.
minor comments (1)
- [Abstract] Abstract: 'signifficantly' is a typographical error and should read 'significantly'.
Simulated Author's Rebuttal
We thank the referee for the positive assessment of the manuscript, the detailed summary of its contributions, and the recommendation of minor revision. No specific major comments are listed in the report.
Circularity Check
No significant circularity identified
full rationale
The central claim is a conditional mathematical identity: given a preconditioner whose image lies in the continuous FE space, a primal-dual pairing makes all Krylov scalars computed from cell-wise data identical to the assembled case. This is presented as an explicit hypothesis plus a standard pairing identity rather than a fitted parameter, self-definition, or self-citation chain. No equations reduce the claimed equivalence to a tautology by construction, no ansatz is smuggled via prior work, and the DSS implementation details are described as preserving the identity without redefining it. The derivation is therefore self-contained against external mathematical benchmarks.
Assumptions & free parameters
Cite this review
Pith. "Pith review of Coalesced Matrix-Free Finite Elements in Cell-Wise Storage." pith.science (2026). https://pith.science/paper/D33O64A6
@misc{pith2026260702335,
author = {Pith},
title = {Pith review of: Coalesced Matrix-Free Finite Elements in Cell-Wise Storage},
year = {2026},
howpublished = {\url{https://pith.science/paper/D33O64A6}},
note = {Machine review of arXiv:2607.02335}
}
abstract
We present a GPU-oriented formulation of continuous high-order finite elements in which the redundant, cell-wise (element-local) vector is the persistent primary representation of all field data, rather than a transient stage of matrix-free operator evaluation. We prove that, given a preconditioner whose image is continuous, the entire flexible conjugate gradient iteration can be carried out exactly on this unassembled representation: a simple primal-dual pairing identity shows that all Krylov scalars computed from local data coincide with those of the assembled solve, so inter-element communication is confined entirely to the preconditioner. The required direct stiffness summation (DSS) is then realized without indirect gather-scatter, atomics, or coloring, by a dimensionally-split cascade of one-to-one face exchanges that provably accumulates edge and vertex contributions as a byproduct of sequential axis passes; unstructured macro-block interfaces and $h$-adaptive hanging nodes are handled by disjoint topological kernels and a shadow-cell wrapper that leaves the high-throughput sweeps untouched. The cell-wise storage decouples the memory layout from the mesh topology, and we exploit this freedom to benchmark blocked layouts that trade memory coalescing against element contiguity. Numerical experiments on modern GPUs demonstrate that the resulting operator evaluation and solver outperform state-of-the-art matrix-free implementations, signifficantly exceeding throughput of existing implementations.
Figures
Figures from the paper (3 more)
Forward citations
Cited by 1 Pith paper
-
Coalesced Matrix-Free Geometric Multigrid on Persistent Cell-Wise Storage
Cell-wise unassembled multigrid algebraically equals classical local multigrid, so hanging-node machinery vanishes and a structured GPU kernel runs unchanged on adaptive meshes.
Reference graph
Works this paper leans on
-
[1]
Coalesced Matrix-Free Finite Elements in Cell-Wise Storage , author=. arXiv preprint , year=
-
[2]
Coalesced Matrix-Free Geometric Multigrid on Persistent Cell-Wise Storage , author =. arXiv preprint , year =
-
[3]
Arnold, Douglas N. and Falk, Richard S. and Winther, R. , TITLE =. Math. Comput. , VOLUME =. 1997 , NUMBER =
work page 1997
-
[4]
Arnold, Douglas N. and Falk, Richard S. and Winther, Ragnar , TITLE =. Numer. Math. , FJOURNAL =
-
[5]
Multigrid Methods , author =
-
[6]
p4est: Scalable algorithms for parallel adaptive mesh refinement on forests of octrees , author=. SIAM J. Sci. Comput. , volume=. 2011 , publisher=
work page 2011
- [7]
-
[8]
Daniel Arndt and Wolfgang Bangerth and Denis Davydov and Timo Heister and Luca Heltai and Martin Kronbichler and Matthias Maier and Jean-Paul Pelteret and Bruno Turcksin and David Wells , journal =. The. 2021 , DOI =
work page 2021
Show all 107 references
-
[9]
Daniel Arndt and Wolfgang Bangerth and Maximilian Bergbauer and Bruno Blais and Marc Fehling and Rene Gassmöller and Timo Heister and Luca Heltai and Martin Kronbichler and Matthias Maier and Peter Munch and Sam Scheuerman and Bruno Turcksin and Siarhei Uzunbajakau and David W...
2025 doi
-
[10]
and Farrell, Patrick E
Brubeck, Pablo D. and Farrell, Patrick E. , title =. SIAM J. Sci. Comput. , volume =. 2022 , doi =
2022
-
[11]
The Finite Element Method for Elliptic Problems , author =
-
[12]
Multi-grid Methods and Applications , author =
-
[13]
and Kanschat, G
Janssen, B. and Kanschat, G. , title =. SIAM J. Sci. Comput. , year = 2011, volume = 33, number = 4, pages =
2011
-
[14]
, title =
Kanschat, G. , title =. J. Comput. Appl. Math. , year = 2008, volume = 218, pages =
2008
-
[15]
and Mao, Y
Kanschat, G. and Mao, Y. , title =. J. Numer. Math. , year = 2015, volume = 23, number = 1, pages =
2015
-
[16]
2012 , doi =
Kronbichler, Martin and Kormann, Katharina , journal =. 2012 , doi =
2012
-
[17]
ACM Trans
Kronbichler, Martin and Kormann, Katharina , title =. ACM Trans. Math. Softw. , pages =. 2019 , volume =
2019
-
[18]
Enhancing data locality of the conjugate gradient method for high-order matrix-free finite-element implementations , author =. Int. J. High-Performance Computing Appl. , year =
-
[19]
Lucero Lorca, J. P. and G. Kanschat , title =. Electron. Trans. Numer. Anal. , volume =. 2021 , pages =
2021
-
[20]
Lynch, R. E. and Rice, J. R. and Thomas, D. H. , title =. Numer. Math. , volume = 6, pages =
-
[21]
ACM Trans
Multidimensional intratile parallelization for memory-starved stencil computations , author=. ACM Trans. Parallel Comput. , volume=. 2017 , doi=
2017
-
[22]
Markus Melenk and Klaus Gerdes and Christoph Schwab
J. Markus Melenk and Klaus Gerdes and Christoph Schwab. Fully discrete hp-finite elements: fast quadrature. Comp. Meth. Appl. Mech. Engrg. 2001
2001
-
[23]
, journal =
Orszag, Steven A. , journal =. Spectral methods for problems in complex geometries , volume =
-
[24]
Trojak and R
W. Trojak and R. Watson and F.D. Witherden , title =. doi:10.1016/j.cpc.2021.108235 , year =
2021 doi
-
[25]
Proceedings of the 7th IEEE International Conference on eScience , year =
Kormann, Katharina and Kronbichler, Martin , title =. Proceedings of the 7th IEEE International Conference on eScience , year =
-
[26]
and Arndt, D
Witte, J. and Arndt, D. and Kanschat, G. , title =. Comput. Meth. Appl. Math. , number =. 2021 , pages =
2021
-
[27]
doi:10.3390/axioms7030063 , year =
Michael Dumbser and Francesco Fambri and Maurizio Tavelli and Michael Bader and Tobias Weinzierl , title =. doi:10.3390/axioms7030063 , year =
-
[28]
Textbook efficiency: massively parallel matrix-free multigrid for the
Kohl, Nils and R\"ude, Ulrich , journal=. Textbook efficiency: massively parallel matrix-free multigrid for the. 2022 , doi=
2022
-
[29]
ACM Trans
Multigrid for matrix-free high-order finite element computations on graphics processors , author=. ACM Trans. Parallel Comput. , volume=. 2019 , doi=
2019
-
[30]
An overlapping
Fischer, Paul F and Miller, Neil I and Tufo, Henry M , journal =. An overlapping. 2000 , publisher=
2000
-
[31]
A massively parallel nonoverlapping additive Schwarz method for discontinuous
Dryja, Maksymilian and Krzy. A massively parallel nonoverlapping additive Schwarz method for discontinuous. Numer. Math. , volume=. 2016 , publisher=
2016
-
[32]
From h to p efficiently: Implementing finite and spectral/hp element methods to achieve optimal performance for low-and high-order discretisations , author=. J. Comput. Phys. , volume=
-
[33]
Implementation of the
Bauer, Petr and Klement, Vladimir and Oberhuber, Tom. Implementation of the. Computer Phys. Comm. , volume=
-
[34]
High-performance implementation of matrix-free high-order discontinuous
M. High-performance implementation of matrix-free high-order discontinuous. arXiv preprint arXiv:1711.10885 , year=
-
[35]
Textbook multigrid efficiency for fluid simulations , author=. Annu. Rev. Fluid Mech. , volume=. 2003 , doi=
2003
-
[36]
A matrix-free high-order discontinuous
Fehn, Niklas and Wall, Wolfgang A and Kronbichler, Martin , journal=. A matrix-free high-order discontinuous. 2019 , publisher=
2019
-
[37]
A robust multigrid method for discontinuous
Hong, Qingguo and Kraus, Johannes and Xu, Jinchao and Zikatanov, Ludmil , journal=. A robust multigrid method for discontinuous. 2016 , publisher=
2016
-
[38]
A study of vectorization for matrix-free finite element methods , author=. Int. J. High Perf. Comput. Appl. , volume=. 2020 , publisher=
2020
-
[39]
doi:10.1145/3126908.3126963 , year =
Ken Raffenetti and Abdelhalim Amer and Lena Oden and Charles Archer and Wesley Bland and Hajime Fujita and Yanfei Guo and Tomislav Janjusic and Dmitry Durnov and Michael Blocksome and Min Si and Sangmin Seo and Akhil Langer and Gengbin Zheng and Masamichi Takagi and Paul Coffm...
-
[40]
Peter Munch and Martin Kronbichler , title =. Int. J. High Perf. Comput. Appl. , year = 2023, note =
2023
-
[41]
Wall and Martin Kronbichler , title =
Niklas Fehn and Peter Munch and Wolfgang A. Wall and Martin Kronbichler , title =. doi:10.1016/j.jcp.2020.109538 , year =
2020 doi
-
[42]
The International Journal of High Performance Computing Applications , volume=
Enhancing data locality of the conjugate gradient method for high-order matrix-free finite-element implementations , author=. The International Journal of High Performance Computing Applications , volume=. 2023 , publisher=
2023
-
[43]
SIAM Journal on Scientific Computing , volume=
Smoothers with Localized Residual Computations for Geometric Multigrid Methods for Higher-Order Finite Elements , author=. SIAM Journal on Scientific Computing , volume=. 2025 , publisher=
2025
-
[44]
A matrix-free multilevel preconditioner for the generalized
Wichrowski, Micha. A matrix-free multilevel preconditioner for the generalized. Journal of Computational Science , volume=. 2022 , publisher=
2022
-
[45]
An implementation of tensor product patch smoothers on
Cui, Cu and Grosse-Bley, Paul and Kanschat, Guido and Strzodka, Robert , journal=. An implementation of tensor product patch smoothers on. 2025 , publisher=
2025
-
[46]
Computational Methods in Applied Mathematics , number=
Tensor-product vertex patch smoothers for biharmonic problems , author=. Computational Methods in Applied Mathematics , number=. 2025 , publisher=
2025
-
[47]
Matrix-free multigrid block-preconditioners for higher order discontinuous
Bastian, Peter and M. Matrix-free multigrid block-preconditioners for higher order discontinuous. Journal of Computational Physics , volume=. 2019 , publisher=
2019
-
[48]
Numerische Mathematik , volume=
Additive Schwarz methods for the p-version finite element method , author=. Numerische Mathematik , volume=. 1993 , publisher=
1993
-
[49]
Numerical methods for partial differential equations , pages=
Spectral methods for problems in complex geometrics , author=. Numerical methods for partial differential equations , pages=. 1979 , publisher=
1979
-
[50]
Journal of Computational Physics , volume=
Scaling to the stars--a linearly scaling elliptic solver for p-multigrid , author=. Journal of Computational Physics , volume=. 2019 , publisher=
2019
-
[51]
Approximate tensor-product preconditioners for very high order discontinuous
Pazner, Will and Persson, Per-Olof , journal=. Approximate tensor-product preconditioners for very high order discontinuous. 2018 , publisher=
2018
-
[52]
2016 , publisher=
Remacle, J-F and Gandham, Rajesh and Warburton, Tim , journal=. 2016 , publisher=
2016
-
[53]
Efficient low-order refined preconditioners for high-order matrix-free continuous and discontinuous
Pazner, Will , journal=. Efficient low-order refined preconditioners for high-order matrix-free continuous and discontinuous. 2020 , publisher=
2020
-
[54]
SIAM Journal on Scientific Computing , volume=
Scalable low-order finite element preconditioners for high-order spectral element Poisson solvers , author=. SIAM Journal on Scientific Computing , volume=. 2019 , publisher=
2019
-
[55]
An hp multigrid approach for tensor-product space-time finite element discretizations of the
Margenberg, Nils and Bause, Markus and Munch, Peter , journal=. An hp multigrid approach for tensor-product space-time finite element discretizations of the
-
[56]
An efficient smoother for the
Braess, Dietrich and Sarazin, Regina , journal=. An efficient smoother for the. 1997 , publisher=
1997
-
[57]
Matrix-free monolithic multigrid methods for
Jodlbauer, Daniel and Langer, Ulrich and Wick, Thomas and Zulehner, Walter , journal=. Matrix-free monolithic multigrid methods for. 2024 , publisher=
2024
-
[58]
Computing , volume=
A class of smoothers for saddle point problems , author=. Computing , volume=. 2000 , publisher=
2000
-
[59]
Monolithic multigrid preconditioners for high-order discretizations of
Voronin, Alexey and Harper, Graham and MacLachlan, Scott and Olson, Luke N and Tuminaro, Raymond S , journal=. Monolithic multigrid preconditioners for high-order discretizations of. 2025 , publisher=
2025
-
[60]
An energy-efficient
Anselmann, Mathias and Bause, Markus and Margenberg, Nils and Shamko, Pavel , journal=. An energy-efficient. 2024 , publisher=
2024
-
[61]
A Geometric Multigrid Preconditioner for Discontinuous
Wichrowski, Michal , journal=. A Geometric Multigrid Preconditioner for Discontinuous
-
[62]
arXiv preprint arXiv:2507.17053 , year=
Matrix-Free Evaluation of High-Order Shifted Boundary Finite Element Operators , author=. arXiv preprint arXiv:2507.17053 , year=
-
[63]
A multigrid method for
Cui, Cu and Kanschat, Guido , journal=. A multigrid method for
-
[64]
SIAM Journal on Scientific Computing , volume=
High-performance matrix-free unfitted finite element operator evaluation , author=. SIAM Journal on Scientific Computing , volume=. 2025 , publisher=
2025
-
[65]
Differencing of the diffusion equation in
Kershaw, David S , journal=. Differencing of the diffusion equation in. 1981 , publisher=
1981
-
[66]
SIAM Journal on Scientific Computing , volume=
Flexible conjugate gradients , author=. SIAM Journal on Scientific Computing , volume=. 2000 , publisher=
2000
-
[67]
2002 , publisher=
High-Order Methods for Incompressible Fluid Flow , author=. 2002 , publisher=
2002
-
[68]
Journal of Open Source Software , volume=
libCEED: Fast algebra for high-order element-based discretizations , author=. Journal of Open Source Software , volume=
-
[69]
Parallel Computing , volume=
NekRS, a GPU-accelerated spectral element Navier--Stokes solver , author=. Parallel Computing , volume=. 2022 , publisher=
2022
-
[70]
International Journal for Numerical Methods in Engineering , volume=
A method of finite element tearing and interconnecting and its parallel solution algorithm , author=. International Journal for Numerical Methods in Engineering , volume=. 1991 , publisher=
1991
-
[71]
SIAM Journal on Scientific Computing , volume=
A preconditioner for substructuring based on constrained energy minimization , author=. SIAM Journal on Scientific Computing , volume=. 2003 , publisher=
2003
-
[72]
Computers & Mathematics with Applications , volume=
MFEM: A modular finite element methods library , author=. Computers & Mathematics with Applications , volume=. 2021 , publisher=
2021
-
[73]
2020 , institution=
Nek5000 developments in support of industry and the NRC , author=. 2020 , institution=
2020
-
[74]
and Fischer, Paul F
Lottes, James W. and Fischer, Paul F. , title =
-
[75]
Bradbury, James and Frostig, Roy and Hawkins, Peter and Johnson, Matthew James and Leary, Chris and Maclaurin, Dougal and Necula, George and Paszke, Adam and Vander
-
[76]
Proceedings of the 3rd ACM SIGPLAN International Workshop on Machine Learning and Programming Languages (MAPL) , pages=
Triton: an intermediate language and compiler for tiled neural network computations , author=. Proceedings of the 3rd ACM SIGPLAN International Workshop on Machine Learning and Programming Languages (MAPL) , pages=
-
[77]
arXiv preprint arXiv:2508.00441 , year=
DGEMM without FP64 Arithmetic-Using FP64 Emulation and FP8 Tensor Cores with Ozaki Scheme , author=. arXiv preprint arXiv:2508.00441 , year=
-
[78]
arXiv preprint arXiv:2504.19442 , year=
Triton-distributed: Programming overlapping kernels on distributed ai systems with the triton compiler , author=. arXiv preprint arXiv:2504.19442 , year=
-
[79]
Proceedings of the 31st ACM International Conference on Architectural Support for Programming Languages and Operating Systems, Volume 1 , pages=
Linear Layouts: Robust Code Generation of Efficient Tensor Computation Using F\_2 , author=. Proceedings of the 31st ACM International Conference on Architectural Support for Programming Languages and Operating Systems, Volume 1 , pages=
-
[80]
arXiv preprint arXiv:2512.18134 , year=
Optimal Software Pipelining and Warp Specialization for Tensor Core GPUs , author=. arXiv preprint arXiv:2512.18134 , year=
-
[81]
Communications of the ACM , volume=
Roofline: an insightful visual performance model for multicore architectures , author=. Communications of the ACM , volume=. 2009 , publisher=
2009
-
[82]
The International Journal of High Performance Computing Applications , volume=
Scalability of high-performance PDE solvers , author=. The International Journal of High Performance Computing Applications , volume=. 2020 , publisher=
2020
-
[83]
arXiv preprint arXiv:2510.17785 , year=
Local solvers for high-order patch smoothers via p-multigrid , author=. arXiv preprint arXiv:2510.17785 , year=
-
[84]
2020 , publisher=
An Introduction to Element-Based Galerkin Methods on Tensor-Product Bases: Analysis, Algorithms, and Applications , author=. 2020 , publisher=
2020
-
[85]
2021 , month =
Kolev, Tzanio and Fischer, Paul and Beams, Natalie and Brown, Jed and Camier, Jean-Sylvain and Chalmers, Noel and Dobrev, Veselin and Kerkemeier, Stefan and Lan, Yu-Hsiang and Lin, Yimin and others , title =. 2021 , month =. doi:10.2172/1822610 , url =
2021 doi
-
[86]
GPU algorithms for Efficient Exascale Discretizations , journal =
Ahmad Abdelfattah and Valeria Barra and Natalie Beams and Ryan Bleile and Jed Brown and Jean-Sylvain Camier and Robert Carson and Noel Chalmers and Veselin Dobrev and Yohann Dudouit and Paul Fischer and Ali Karakus and Stefan Kerkemeier and Tzanio Kolev and Yu-Hsiang Lan and E...
2021 doi
-
[87]
Strong scaling for numerical weather prediction at petascale with the atmospheric model
M. Strong scaling for numerical weather prediction at petascale with the atmospheric model. The International Journal of High Performance Computing Applications , volume=. 2019 , publisher=
2019
-
[88]
Efficient construction of unified continuous and discontinuous
Abdi, Daniel S and Giraldo, Francis X , journal=. Efficient construction of unified continuous and discontinuous. 2016 , publisher=
2016
-
[89]
On the Strong Scaling of the Spectral Element Solver
Offermans, Nicolas and Marin, Oana and Schanen, Michel and Gong, Jing and Fischer, Paul F and Schlatter, Philipp , booktitle=. On the Strong Scaling of the Spectral Element Solver. 2016 , publisher=
2016
-
[90]
arXiv preprint arXiv:2601.10399 , year=
A Geometric Multigrid Preconditioner for Shifted Boundary Method , author=. arXiv preprint arXiv:2601.10399 , year=
-
[91]
Mathematics of Computation , volume=
Multi-level adaptive solutions to boundary-value problems , author=. Mathematics of Computation , volume=
-
[92]
The fast adaptive composite grid (
McCormick, Steve and Thomas, Jim , journal=. The fast adaptive composite grid (
-
[93]
SIAM Journal on Numerical Analysis , volume=
An interior penalty finite element method with discontinuous elements , author=. SIAM Journal on Numerical Analysis , volume=. 1982 , publisher=
1982
-
[94]
and Brezzi, Franco and Cockburn, Bernardo and Marini, L
Arnold, Douglas N. and Brezzi, Franco and Cockburn, Bernardo and Marini, L. Donatella , journal=. Unified analysis of discontinuous. 2002 , publisher=
2002
-
[95]
, journal=
Kopriva, David A. , journal=. A conservative staggered-grid. 1996 , publisher=
1996
-
[96]
International Journal for Numerical Methods in Engineering , volume=
Computation of electromagnetic scattering with a non-conforming discontinuous spectral element method , author=. International Journal for Numerical Methods in Engineering , volume=. 2002 , publisher=
2002
-
[97]
Spectral element multigrid
R. Spectral element multigrid. Journal of Scientific Computing , volume=. 1987 , publisher=
1987
-
[98]
Numerical Linear Algebra with Applications , volume=
Comparison of multigrid algorithms for high-order continuous finite element discretizations , author=. Numerical Linear Algebra with Applications , volume=. 2015 , publisher=
2015
-
[99]
Additive
Sch. Additive. IMA Journal of Numerical Analysis , volume=. 2008 , publisher=
2008
-
[100]
Proceedings of the 25th High Performance Computing Symposium , pages=
Matrix-free finite-element computations on graphics processors with adaptively refined unstructured meshes , author=. Proceedings of the 25th High Performance Computing Symposium , pages=
-
[101]
and Heister, Timo and Kanschat, Guido and Kronbichler, Martin , journal=
Clevenger, Thomas C. and Heister, Timo and Kanschat, Guido and Kronbichler, Martin , journal=. A flexible, parallel, adaptive geometric multigrid method for. 2021 , doi=
2021
-
[102]
SC'12: Proceedings of the International Conference on High Performance Computing, Networking, Storage and Analysis , pages=
Parallel geometric-algebraic multigrid on unstructured forests of octrees , author=. SC'12: Proceedings of the International Conference on High Performance Computing, Networking, Storage and Analysis , pages=. 2012 , organization=
2012
-
[103]
Numerical Linear Algebra with Applications , volume=
Hierarchical hybrid grids: data structures and core algorithms for multigrid , author=. Numerical Linear Algebra with Applications , volume=. 2004 , doi=
2004
-
[104]
Numerical Mathematics: Theory, Methods and Applications , volume=
Towards textbook efficiency for parallel multigrid , author=. Numerical Mathematics: Theory, Methods and Applications , volume=. 2015 , doi=
2015
-
[105]
Performance and accuracy of hardware-oriented native-, emulated- and mixed-precision solvers in
G. Performance and accuracy of hardware-oriented native-, emulated- and mixed-precision solvers in. International Journal of Parallel, Emergent and Distributed Systems , volume=. 2007 , doi=
2007
-
[106]
Mathematics of Computation , volume=
Parallel multilevel preconditioners , author=. Mathematics of Computation , volume=. 1990 , doi=
1990
-
[107]
Uniform convergence of multigrid
Wu, Haijun and Chen, Zhiming , journal=. Uniform convergence of multigrid. 2006 , doi=
2006
Reviewed July 3, 2026 · model on record in the stance chip above.
Discussion (0). Continue with ORCID to comment.