Pith. sign in

REVIEW 3 major objections 7 minor 35 references

Automatic discovery of optimal meta-solvers for time-dependent nonlinear PDEs

T0 review · 3 major / 7 minor · reviewed 2026-08-06 · deepseek-v4-flash

Pith's one-line read Optimal hybrid meta-solvers for time-dependent nonlinear PDEs can be discovered automatically by multi-objective search, reaching machine precision with 9–15× less time and 30–150× fewer iterations than unpreconditioned Krylov baselines.

desk verdict Extends a credible solver-search framework to nonlinear time-dependent PDEs, but the speedup claims are only established against unpreconditioned Krylov baselines and the neural-operator contribution is never isolated. read the letter →

arxiv 2507.00278 v1 pith:BOIAQXC7 submitted 2025-06-30 math.NA cs.NA

classification math.NAcs.NA MSC 65F1065M6090C2968T07
keywords meta-solversneuraloperatorspreconditioningmulti-objectiveoptimizationParetofrontKrylovsubspacemethodsmultigridtime-dependentnonlinearPDEs
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 tries to establish that optimal iterative solvers for time-dependent nonlinear PDEs can be discovered automatically rather than hand-designed. It builds a design space of meta-solvers—compositions of neural-operator preconditioners, Krylov methods, relaxation smoothers, and multigrid—and searches it with multi-objective optimization, producing a Pareto front of nondominated solvers. A preference function then selects the solver matching a user's priorities among accuracy, speed, memory, and training cost. On reaction–diffusion, fluid dynamics, and solid-mechanics benchmarks, the selected meta-solvers reach machine precision with roughly 9–15× less wall-clock time and 30–150× fewer iterations than the vanilla Krylov baselines. This matters because the same machinery could replace hand-engineered preconditioning across whole classes of nonlinear simulations and multi-query settings.

What carries the argument

The central object is the trunk-basis hybrid preconditioner, which extracts a prolongation operator $P$ from the trunk network of a DeepONet so that $P_{ij}=T_j(x_i)$; the second preconditioner is $M_2 = P(A_c)^{-1}P^T$, where $A_c = P^T A P$ is the coarse operator. This preconditioner is embedded in a Krylov iteration and surrounded by relaxation steps (Jacobi, Gauss–Seidel, SOR, SSOR, or Chebyshev) and one to three levels of multigrid, forming a composed meta-solver. The argument is carried by searching the resulting parameter space with multi-objective optimization and then selecting among Pareto-optimal compositions via a preference function.

What would settle it

Run the same preference-based solver search on the reaction–diffusion and Navier–Stokes test problems with the neural-operator component removed and replaced by a classical algebraic preconditioner such as ILU or standalone algebraic multigrid; if any such classical-only meta-solver matches the reported 9–15× time speedups and 30–150× iteration reductions, the claim that the neural-operator component is responsible for the gains is refuted.

Watch

Extended reading notes

Core claim

The central claim is that a hybrid meta-solver—an outer iteration that composes a neural-operator preconditioner with a Krylov method, relaxation smoothers, and multigrid levels—can outperform conventional iterative solvers for the linear systems arising from Newton–Raphson or IMEX time stepping of nonlinear PDEs. The paper parameterizes every meta-solver by a five-dimensional choice space and evaluates it on six to eight performance criteria, then identifies the Pareto-optimal set of nondominated solvers. A user-defined preference function, such as a weighted sum of rescaled criteria, selects a suitable solver from that front, and a linear program recovers the preference function under which a given Pareto-optimal solver is the chosen one. The numerical results show that the selected meta-solvers reach machine precision with roughly 9–15× less computational time and 30–150× fewer iterations than unpreconditioned Krylov baselines across reaction–diffusion, Navier–Stokes, and brittle fracture problems. The paper also reports that the Pareto front is nonconvex, so weighted-sum preferences can rediscover only solvers on its convex hull, missing roughly 25–50% of the Pareto-optimal solvers.

Load-bearing premise

The speedup claims rest on comparing only against unpreconditioned Krylov methods; if a classical preconditioner such as ILU or standalone algebraic multigrid achieves the same gains without any neural operator, the central attribution of the improvement to the neural-operator component collapses.

Editorial extensions

If this is right

  • For a given problem class and preference profile, the framework returns a concrete meta-solver, and different preferences select different solvers from the same Pareto front.
  • The reported iteration reductions of 30–150× indicate that the discovered meta-solvers dramatically lower the effective condition number of the linearized systems, not merely shift work to cheaper iterations.
  • The same search machinery applies across reaction–diffusion, incompressible Navier–Stokes, and brittle fracture problems without changing the framework, suggesting it is a general solver-discovery procedure rather than a per-problem construction.
  • The rediscovery linear program lets users invert the selection process: given a known Pareto-optimal solver, the preference weights under which it is optimal can be recovered.
  • Because the Pareto front is nonconvex, weighted-sum preference functions cannot reach all Pareto-optimal solvers, leaving a concrete gap that more general multi-objective methods could fill.

Reading between the lines

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

  • If the framework is right, solver design can become a searchable design space: for any new time-dependent nonlinear PDE, one can enumerate candidate solver components, evaluate the Pareto front, and select by preference instead of hand-engineering a preconditioner.
  • A natural extension would be to apply the same multi-objective search to steady-state nonlinear PDEs or to different discretizations, where the balance between neural-operator training cost and iteration savings may shift substantially.
  • The nonconvexity limitation suggests that replacing weighted-sum preferences with nonconvex multi-objective optimization algorithms could recover the roughly 25–50% of Pareto-optimal solvers currently missed, and the paper's rediscovery machinery could be adapted to those methods.
  • The framework could also be tested against classical preconditioners such as ILU or standalone algebraic multigrid within the same Pareto search; if those match the neural-operator-based gains, the attribution of the speedup to the neural component would need revision.
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

3 major / 7 minor

Summary. The paper proposes a multi-objective optimization framework for automatically selecting hybrid “meta-solvers” for time-dependent nonlinear PDEs. A finite design space combines five neural operator choices, three Krylov methods, four relaxation smoothers, five smoothing strategies, and up to three multigrid levels. Performance is evaluated on six or eight criteria, and Pareto-optimal solvers are identified over the resulting 900 enumerated combinations. Weighted-sum preference functions select top solvers, and a linear program “rediscovers” weight vectors for given Pareto-optimal solvers. The method is demonstrated on reaction-diffusion, 3D Navier-Stokes, and brittle fracture problems, with reported speedups of 3.6–15x in computational time and 30–150x in iteration count relative to unpreconditioned CG, BiCGStab, and FGMRES baselines.

Significance. If the attribution issue is resolved, the framework could be a useful tool for automated solver selection and for studying performance tradeoffs among classical and learned preconditioning components. The paper is strong in its exhaustive enumeration of a 900-member design space, its detailed implementation appendices, and its honest quantification of the nonconvex part of the Pareto front, including the explicit statement that 25.5–38.6% of Pareto-optimal solvers cannot be rediscovered by weighted-sum preferences. However, the central empirical claim in the abstract, that integrating neural operators with classical methods yields meta-solvers that consistently outperform conventional iterative solvers, currently lacks a test that isolates the neural-operator contribution from the classical multigrid and relaxation components.

major comments (3)
  1. [Section 3, Tables 1(c)–5(c); Eq. (21)/(24)]
  2. [Table 5(B) and its caption]
  3. [Section 2.3, Eq. (17); Appendix A.2]
minor comments (7)
  1. [Section 3.1.2]
  2. [Eq. (10)]
  3. [Tables 6–8, 16–20]
  4. [Section 2.3 and Section 3]
  5. [Section 4.1 and Section 4.2]
  6. [Tables 1(B)–5(B)]
  7. [Global]

Circularity Check

1 steps flagged · score 3.0 of 10

The LP 'rediscovery' step in Eq. (17) is self-definitional: it constructs preference weights that force a known Pareto-optimal solver to be optimal, inverting the already-measured Pareto front rather than making an independent prediction.

  1. self definitional [Section 2.3, Eq. (17); used in Section 3.1.2, Eqs. (22), and Appendix A.2, Eqs. (33)-(34)]
    "The re-discovery of one particular (parameterized) solver xj ∈ Pf′(M) is equivalent to finding a weight λj such that p(λ; f′(xj)) is the minimum for every x ∈ Pf′(M). This can be formulated as a linear programming problem, that has the form: (17) min λ λT f′(xj) s.t. (λT f′(xj) ≤ λT f′(x−j), ∀ x−j ∈ Pf′(M), 0 ≤ λi ≤ 1 and Σ λi = 1."

    The LP's first constraint is exactly the optimality condition that xj minimizes the weighted sum over the already-computed Pareto set. Therefore any feasible weight λ is, by construction, a weight under which the known solver xj is optimal; the 'rediscovered' preference function is a tangent hyperplane to the measured Pareto front at f′(xj). It carries no new evidence about solver quality and cannot fail except when the point is not on the convex hull, which the paper itself acknowledges up to 50% of the time. This is geometric inversion, not prediction. The external vanilla Krylov benchmarks are independent, so this step is ancillary rather than central to the speedup claims.

full rationale

The paper's central discovery mechanism is a search over 900 measured solver configurations: performance is evaluated, Pareto optimality is computed, and preference functions select among the evaluated candidates. The headline speedups are derived from comparisons to independently measured unpreconditioned CG, BiCGStab, and FGMRES baselines in Tables 1(c)-5(c), so those comparisons are not circular. Self-citations such as [KK25] and [ZKK+24] supply the trunk-basis preconditioner construction and are implemented in the present paper (Eqs. (4)-(5)), rather than being invoked as unexamined uniqueness or ansatz results. The only genuinely circular step is the LP 'rediscovery' in Eq. (17), which by construction recovers a preference weight that makes a chosen Pareto-optimal solver optimal. The paper also honestly notes the convex-hull limitation of this LP approach. A separate scientific gap, though not a circularity, is that the design space M never includes an identity/no-neural-operator option or standard classical preconditioners such as ILU or standalone AMG, so the attribution of the speedups to the neural-operator component is not directly tested; this concern affects validity of the attribution claim but not the self-containment of the derivation. Overall score 3: one auxiliary self-definitional inversion with independent external benchmarks for the main empirical claims.

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

The framework introduces no new physical entities or forces. Its load-bearing assumptions are in-distribution generalization of the trained neural operators, the validity of the trunk-basis preconditioner for nonlinear time-dependent systems, and the representativeness of single-run performance measurements. The neural operator weights are fitted parameters that directly determine the reported results.

free parameters (1)
  • Neural operator weights (DeepONet, U-DeepONet, KAN, JacobiKAN, ChebyKAN) = not reported (trained with AdamW, batch 1000, until relative L2 error < 8% or 20000 iterations)
    The meta-solver performance on the test problems is a function of these fitted weights; no architectures, parameter counts, or final checkpoints are provided (Appendix A, Section 2.1).
assumptions (4)
  • domain assumption Neural operators trained on samples from the same PDE family remain effective preconditioner components for unseen draws from that family.
    Training uses random field samples for k and f (App. A) or parameter ranges for Navier-Stokes (App. B); test cases are new draws from the same distributions, so generalization is in-distribution only.
  • ad hoc to paper The trunk-basis construction M2 = P(P^T A P)^{-1} P^T yields a valid coarse preconditioner for the linear systems arising in Newton-Raphson and IMEX time stepping.
    Adopted from [KK25] without spectral analysis or validity checks for the time-dependent nonlinear systems in this paper (Section 2.1, Eq. 4).
  • domain assumption Single-run performance measurements are sufficient to determine Pareto optimality.
    All metrics are reported as point values with no repeated runs or variance estimates (Tables 1-5).
  • standard math Standard convergence theory for Newton-Raphson, Krylov methods, and multigrid.
    Background assumptions cited to [Kel03, Saa03, VdV03, Wes04].

how reviews work

0 comments
Cite this review

Pith. "Pith review of Automatic discovery of optimal meta-solvers for time-dependent nonlinear PDEs." pith.science (2026). https://pith.science/paper/BOIAQXC7

@misc{pith2026250700278,
  author       = {Pith},
  title        = {Pith review of: Automatic discovery of optimal meta-solvers for time-dependent nonlinear PDEs},
  year         = {2026},
  howpublished = {\url{https://pith.science/paper/BOIAQXC7}},
  note         = {Machine review of arXiv:2507.00278}
}
read the original abstract

We present a general and scalable framework for the automated discovery of optimal meta-solvers for the solution of time-dependent nonlinear partial differential equations after appropriate discretization. By integrating classical numerical methods (e.g., Krylov-based methods) with modern deep learning components, such as neural operators, our approach enables flexible, on-demand solver design tailored to specific problem classes and objectives. The fast solvers tackle the large linear system resulting from the Newton--Raphson iteration or by using an implicit-explicit (IMEX) time integration scheme. Specifically, we formulate solver discovery as a multi-objective optimization problem, balancing various performance criteria such as accuracy, speed, and memory usage. The resulting Pareto optimal set provides a principled foundation for solver selection based on user-defined preference functions. When applied to problems in reaction--diffusion, fluid dynamics, and solid mechanics, the discovered meta-solvers consistently outperform conventional iterative methods, demonstrating both practical efficiency and broad applicability.

Figures

Figures reproduced from arXiv: 2507.00278 by the authors.

Figure 1
Figure 1. Workflow of the meta-solver methodology. Given a specific prob￾lem, the governing equations are first discretized using an appropriate nu￾merical scheme, resulting in large linear or nonlinear systems. To solve these systems, we explore combinations of classical solvers and neural operators, along with various adaptive strategies—yielding broad classes of candidate meta-solvers. These meta-solvers are then optimized… view at source ↗
Figure 2
Figure 2. Krylov-based hybrid meta-solvers. These meta-solvers are con￾structed by combining different neural operators with various Krylov meth￾ods. In addition, several steps of standard relaxation methods (e.g., Jacobi, Gauss-Seidel) are applied before and after the neural operators, serving as smoothers. Advanced techniques, such as multigrid methods, can also be in￾tegrated by replacing classical relaxation steps with co… view at source ↗
Figure 3
Figure 3. IMEX based meta-solvers for solving the 2-d time-dependent nonlin￾ear reaction-diffusion equation. (a) the projection of the 6-dimensional Pareto front into three-dimensional, time-error-memory, space, with Pareto optimal meta-solvers marked in red and the optimal meta-solvers discovered by preference function are highlighted in green. Tables: (A) the parameters of the top-3 meta-solvers dis￾covered by preference fu… view at source ↗
Figures from the paper (19 more)
Figure 4
Figure 4. Figure 4: Newton-Raphson based meta-solvers for solving the 2-d time-dependent nonlinear reaction-diffusion equation with small correlation length. Figures: (a) the projection of the 6-dimensional Pareto front into three-dimensional, time-error￾memory, space, with Pareto optimal…
Figure 5
Figure 5. Figure 5: IMEX based meta-solvers for solving the 3-d incompressible Navier￾Stokes equations in case a = π 2 and d = π 4 . Figures: (a) the projection of the 8-dimensional Pareto front into three-dimensional, time-error-memory, space, with Pareto optimal meta-solvers marked in r…
Figure 6
Figure 6. Figure 6: IMEX based meta-solvers for solving the 3-d incompressible Navier￾Stokes equations in case a = π and d = π 8 . Figures: (a) the projection of the 8-dimensional Pareto front into three-dimensional, time-error-memory, space, with Pareto optimal meta-solvers marked in red…
Figure 7
Figure 7. Figure 7: Newton-Raphson based meta-solvers for solving the brittle fracture problem. Figures: (a) A sketch of the generated mesh for computation, (b) pro￾jection of the eight-dimensional Pareto front into three-dimensional, time-error￾memory, space, with Pareto optimal meta-sol…
Figure 8
Figure 8. Figure 8: Pareto fronts for solving 2-D time-dependent reaction-diffusion equation using Newton-Raphson method. All solvers are depicted in blue while Pareto optimal solvers are highlighted in red. The“gap” due to the adaption thus the improvement of performance by multi-grid te…
Figure 9
Figure 9. Figure 9: Pareto fronts for solving 2-D time-dependent reaction-diffusion equation using IMEX method. All solvers are depicted in blue while Pareto optimal solvers are highlighted in red. The“gap” due to the adaption thus the improvement of performance by multi-grid techniques. …
Figure 10
Figure 10. Figure 10: Pareto front: Computational Time – Relative Error – Memory allocation, with top 3 solvers evaluated by p 1 and p 2 , for Newton-Raphson method. (a) The top-3 meta-solvers discovered by prefer￾ence function p 1 . (b) The top-3 meta-solvers discovered by prefer￾ence fun…
Figure 11
Figure 11. Figure 11: Pareto front: Computational Time – Relative Error – Memory allocation, with top 3 solvers evaluated by p 1 and p 2 , for IMEX method. We implement the linear programming (LP) approach to rediscovery of solvers based on a particular type of preference functions, the we…
Figure 12
Figure 12. Figure 12: Pareto fronts for solving 2-D time-dependent reaction-diffusion equation, with small correlation length, using Newton-Raphson method. All solvers are depicted in blue while Pareto optimal solvers are highlighted in red. The“gap” due to the adaption thus the improvemen…
Figure 13
Figure 13. Figure 13: Pareto fronts for solving 2-D time-dependent reaction-diffusion equation, with small correlation length, using IMEX method. All solvers are depicted in blue while Pareto optimal solvers are highlighted in red. The“gap” due to the adaption thus the improvement of perfo…
Figure 14
Figure 14. Figure 14: Pareto front: Computational Time – Relative Error – Memory allocation, with top 3 solvers evaluated by p 1 and p 2 , for Newton-Raphson method, solving 2-d reaction diffusion equation with small correlation length. (a) The top-3 meta-solvers discovered by prefer￾ence …
Figure 15
Figure 15. Figure 15: Pareto front: Computational Time – Relative Error – Memory allocation, with top 3 solvers evaluated by p 1 and p 2 , for IMEX method, solving 2-d reaction diffusion equation with small correlation length. Appendix B. Implementation details and further numerical result…
Figure 16
Figure 16. Figure 16: Pareto fronts for solving 3-D incompressive Navier-Stokes equa￾tion, using Newton-Raphson method, when d = π 4 . All solvers are depicted in blue while Pareto optimal solvers are highlighted in red [PITH_FULL_IMAGE:figures/full_fig_p038_16.png]
Figure 17
Figure 17. Figure 17: Pareto fronts for solving 3-D incompressive Navier-Stokes equa￾tion, using IMEX method, when d = π 8 . All solvers are depicted in blue while Pareto optimal solvers are highlighted in red. B.2. Discovery and re-discovery of optimal meta-solvers by preference functions…
Figure 18
Figure 18. Figure 18: Pareto front: Computational Time – Relative Error – Memory allocation, with top 3 solvers evaluated by p 1 and p 2 , for solving 3d Incom￾pressible Navier Stokes with d = π 4 equation using IMEX based meta-solvers. (a) Discovery of optimal solvers by p 1 (b) Discovery…
Figure 19
Figure 19. Figure 19: Pareto front: Computational Time – Relative Error – Memory allocation, with top 3 solvers evaluated by p 1 and p 2 , for solving 3d Incom￾pressible Navier Stokes with d = π 8 equation using IMEX based meta-solvers. Moreover, we present the results of using the Linear …
Figure 20
Figure 20. Figure 20: The snapshots of solution for SEN specimen when uT = 0.006 and n = 1, 26, 30. where M−1 denotes a preconditioner. Note that the classical relaxation methods can be represented by M =    D, Jacobi, D + L, Gauss-Seidel, 1 ωD + L, SOR, 1 ω(2−ω) (D + ωL)D−1 (D + …
Figure 21
Figure 21. Figure 21: Pareto fronts for solving 2-D brittle fracture problem with coarse mesh, using Newton-Raphson method. All solvers are depicted in blue while Pareto optimal solvers are highlighted in red [PITH_FULL_IMAGE:figures/full_fig_p049_21.png]
Figure 22
Figure 22. Figure 22: Pareto fronts for solving 2-D brittle fracture problem with fine mesh, using Newton-Raphson method. All solvers are depicted in blue while Pareto optimal solvers are highlighted in red. C.3. Discovery of optimal meta-solvers by preference functions. We implement the p…

Discussion (0). Continue with ORCID to comment.

Reference graph

Works this paper leans on

35 extracted references · 28 canonical work pages

  1. [1]

    Amestoy, A

    P.R. Amestoy, A. Buttari, J.-Y. L'Excellent, and T. Mary. Performance and Scalability of the Block Low-Rank Multifrontal Factorization on Multicore Architectures . ACM Transactions on Mathematical Software , 45:2:1--2:26, 2019

  2. [2]

    Amestoy, I

    P.R. Amestoy, I. S. Duff, J. Koster, and J.-Y. L'Excellent. A fully asynchronous multifrontal solver using distributed dynamic scheduling. SIAM Journal on Matrix Analysis and Applications , 23(1):15--41, 2001

  3. [3]

    Implicit-explicit runge-kutta methods for time-dependent partial differential equations

    Uri M Ascher, Steven J Ruuth, and Raymond J Spiteri. Implicit-explicit runge-kutta methods for time-dependent partial differential equations. Applied Numerical Mathematics , 25(2-3):151--167, 1997

  4. [4]

    Bashforth and J.C

    F. Bashforth and J.C. Adams. An Attempt to Test the Theories of Capillary Action: By Comparing the Theoretical and Measured Forms of Drops of Fluid. With an Explanation of the Method of Integration Employed in Constucting the Tables which Give the Theoretical Forms of Such Drops . University Press, 1883

  5. [5]

    Finite element procedures

    Klaus-J \"u rgen Bathe. Finite element procedures . Klaus-Jurgen Bathe, 2006

  6. [6]

    Parallel multilevel preconditioners

    James H Bramble, Joseph E Pasciak, and Jinchao Xu. Parallel multilevel preconditioners. Mathematics of computation , 55(191):1--22, 1990

  7. [7]

    Pareto optimality in multiobjective problems

    Yair Censor. Pareto optimality in multiobjective problems. Applied Mathematics and Optimization , 4(1):41--59, 1977

  8. [8]

    Automatic selection of the best neural architecture for time series forecasting via multi-objective optimization and pareto optimality conditions

    Qianying Cao, Shanqing Liu, Alan John Varghese, Jerome Darbon, Michael Triantafyllou, and George Em Karniadakis. Automatic selection of the best neural architecture for time series forecasting via multi-objective optimization and pareto optimality conditions. arXiv preprint arXiv:2501.12215 , 2025

Show all 35 references
  1. [9]

    Physics-informed neural networks (pinns) for fluid mechanics: A review

    Shengze Cai, Zhiping Mao, Zhicheng Wang, Minglang Yin, and George Em Karniadakis. Physics-informed neural networks (pinns) for fluid mechanics: A review. Acta Mechanica Sinica , 37(12):1727--1738, 2021

  2. [10]

    Crank and P

    J. Crank and P. Nicolson. A practical method for numerical evaluation of solutions of partial differential equations of the heat-conduction type. Advances in Computational Mathematics , 6(1):207--226, Dec 1996

  3. [11]

    U-DeepONet : U-Net enhanced deep operator network for geologic carbon sequestration

    Waleed Diab and Mohammed Al Kobaisi. U-DeepONet : U-Net enhanced deep operator network for geologic carbon sequestration. Scientific Reports , 14(1):21298, 2024

  4. [12]

    Ross Ethier and D

    C. Ross Ethier and D. A. Steinman. Exact fully 3D Navier--Stokes solutions for benchmarking. International Journal for Numerical Methods in Fluids , 19(5):369--375, 1994

  5. [13]

    Rory A. Fisher. The wave of advance of advantageous genes. Annals of Human Genetics , 7:355--369, 1937

  6. [14]

    Iterative methods for solving linear systems

    Anne Greenbaum. Iterative methods for solving linear systems . SIAM, 1997

  7. [15]

    Solving nonlinear equations with Newton's method

    Carl T Kelley. Solving nonlinear equations with Newton's method . SIAM, 2003

  8. [16]

    DeepONet based preconditioning strategies for solving parametric linear systems of equations

    Alena Kopani c \' a kov\' a and George Em Karniadakis. DeepONet based preconditioning strategies for solving parametric linear systems of equations. SIAM Journal on Scientific Computing , 47(1):C151--C181, 2025

  9. [17]

    Physics-informed machine learning: Nature reviews physics

    GE Karniadakis, IG Kevrekidis, L Lu, P Perdikaris, S Wang, and L Yang. Physics-informed machine learning: Nature reviews physics. 2021

  10. [18]

    Kovachki, Zongyi Li, Burigede Liu, Kamyar Azizzadenesheli, Kaushik Bhattacharya, Andrew M

    Nikola B. Kovachki, Zongyi Li, Burigede Liu, Kamyar Azizzadenesheli, Kaushik Bhattacharya, Andrew M. Stuart, and Anima Anandkumar. Neural operator: Learning maps between function spaces. CoRR , abs/2108.08481, 2021

  11. [19]

    Spectral/hp element methods for computational fluid dynamics

    George Karniadakis and Spencer J Sherwin. Spectral/hp element methods for computational fluid dynamics . Oxford University Press, USA, 2005

  12. [20]

    Decoupled weight decay regularization

    Ilya Loshchilov and Frank Hutter. Decoupled weight decay regularization. In International Conference on Learning Representations , 2019

  13. [21]

    Learning nonlinear operators via deeponet based on the universal approximation theorem of operators

    Lu Lu, Pengzhan Jin, Guofei Pang, Zhongqiang Zhang, and George Em Karniadakis. Learning nonlinear operators via deeponet based on the universal approximation theorem of operators. Nature machine intelligence , 3(3):218--229, 2021

  14. [22]

    Fourier neural operator for parametric partial differential equations

    Zongyi Li, Nikola Kovachki, Kamyar Azizzadenesheli, Burigede Liu, Kaushik Bhattacharya, Andrew Stuart, and Anima Anandkumar. Fourier neural operator for parametric partial differential equations. arXiv preprint arXiv:2010.08895 , 2020

  15. [23]

    Automatic discovery of optimal meta-solvers via multi-objective optimization

    Youngkyu Lee, Shanqing Liu, Jerome Darbon, and George Em Karniadakis. Automatic discovery of optimal meta-solvers via multi-objective optimization. arXiv preprint arXiv:2412.00063 , 2024

  16. [24]

    Fast meta-solvers for 3d complex-shape scatterers using neural operators trained on a non-scattering problem

    Youngkyu Lee, Shanqing Liu, Zongren Zou, Adar Kahana, Eli Turkel, Rishikesh Ranade, Jay Pathak, and George Em Karniadakis. Fast meta-solvers for 3d complex-shape scatterers using neural operators trained on a non-scattering problem. arXiv preprint arXiv:2405.12308 , 2024

  17. [25]

    Bayesian physics informed neural networks for real-world nonlinear dynamical systems

    Kevin Linka, Amelie Sch \"a fer, Xuhui Meng, Zongren Zou, George Em Karniadakis, and Ellen Kuhl. Bayesian physics informed neural networks for real-world nonlinear dynamical systems. Computer Methods in Applied Mechanics and Engineering , 402:115346, 2022

  18. [26]

    Nonlinear multiobjective optimization , volume 12

    Kaisa Miettinen. Nonlinear multiobjective optimization , volume 12. Springer Science & Business Media, 1999

  19. [27]

    On the spectral bias of neural networks

    Nasim Rahaman, Aristide Baratin, Devansh Arpit, Felix Draxler, Min Lin, Fred Hamprecht, Yoshua Bengio, and Aaron Courville. On the spectral bias of neural networks. In International conference on machine learning , pages 5301--5310. PMLR, 2019

  20. [28]

    Physics-informed neural networks: A deep learning framework for solving forward and inverse problems involving nonlinear partial differential equations

    Maziar Raissi, Paris Perdikaris, and George E Karniadakis. Physics-informed neural networks: A deep learning framework for solving forward and inverse problems involving nonlinear partial differential equations. Journal of Computational physics , 378:686--707, 2019

  21. [29]

    A flexible inner-outer preconditioned gmres algorithm

    Youcef Saad. A flexible inner-outer preconditioned gmres algorithm. SIAM Journal on Scientific Computing , 14(2):461--469, 1993

  22. [30]

    Iterative methods for sparse linear systems

    Yousef Saad. Iterative methods for sparse linear systems . SIAM, Philadelphia, 2003

  23. [31]

    Finite difference schemes and partial differential equations

    John C Strikwerda. Finite difference schemes and partial differential equations . SIAM, 2004

  24. [32]

    Bi-cgstab: A fast and smoothly converging variant of bi-cg for the solution of nonsymmetric linear systems

    Henk A Van der Vorst. Bi-cgstab: A fast and smoothly converging variant of bi-cg for the solution of nonsymmetric linear systems. SIAM Journal on Scientific and Statistical Computing , 13(2):631--644, 1992

  25. [33]

    Iterative Krylov methods for large linear systems

    Henk A Van der Vorst. Iterative Krylov methods for large linear systems . Cambridge University Press, 2003

  26. [34]

    Wesseling

    P. Wesseling. An Introduction to Multigrid Methods . R.T. Edwards, 2004

  27. [35]

    Blending neural operators and relaxation methods in pde numerical solvers

    Enrui Zhang, Adar Kahana, Alena Kopani c \'a kov \'a , Eli Turkel, Rishikesh Ranade, Jay Pathak, and George Em Karniadakis. Blending neural operators and relaxation methods in pde numerical solvers. Nature Machine Intelligence , pages 1--11, 2024

Pith tools

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