REVIEW 4 major objections 6 minor 54 references
An Iterative Deep Ritz Method for Monotone Elliptic Problems
T0 review · 4 major / 6 minor · reviewed 2026-08-10 · deepseek-v4-flash
Pith's one-line read IDRM, an iterative deep Ritz method, converges to the unique weak solution of monotone elliptic problems—non-symmetric ones included—with exponential or algebraic preasymptotic rates and a learning error controllable by network size and…
desk verdict A genuinely new iterative deep Ritz method for monotone non-symmetric elliptic problems, with a serious convergence analysis that is conditional on an unproven boundedness assumption and a step-size rule that the experiments do not implement. 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 load-bearing construction is the local surrogate loss $L_k(u)=\Phi_\mu[\lambda_k(u-u_k)]+\langle\lambda_k(u-u_k),A(u_k)-f\rangle$, where $\Phi_\mu(u)=\int_0^1\langle u,A(tu)\rangle\,dt+\mu\|u\|_X^2$. This functional is locally convex inside the ball $V_\mu=\{u:\|u\|_X\le 3\mu(p-1)/(2N)\}$, so each inner step has a unique minimizer $v_{k+1}$, and the dual potential $\Phi_\mu^*$ makes $D\Phi_\mu^*$ act as an approximate inverse of $A$. The proof chains the Bregman-distance lower bound from local strong convexity, norm equivalence via $\Phi_\mu^*$, and the recursion $\Phi_\mu^*(p_{k+1})\le c_r\varepsilon+\Phi_\mu^*(p_k)-c_p\Phi_\mu^*(p_k)^\beta$, from which the exponential and algebraic rates follow.
What would settle it
Compute the dual-potential sequence $\Phi_\mu^*(f-A(u_k))$ during an IDRM run on a monotone problem with a known solution. Theorem 4.1 predicts this sequence decreases monotonically until it reaches the threshold $\Delta_c$; a single step with bounded iterates where $\Phi_\mu^*(p_{k+1})>\Phi_\mu^*(p_k)$ while $-L_k(v_{k+1})>\Delta_c$ would falsify the central convergence claim.
Extended reading notes
Core claim
The central claim is Theorem 4.1: under Assumptions 2.1 and 4.1, the IDRM iterates $u_k$ generated by Algorithm 1, with step size $\lambda_k = c_s \Phi_\mu^*(f-A(u_k))^\alpha$, converge to the unique solution $u^*$ of the monotone elliptic problem (2.1). In the Hilbert case $p=\rho=2$ the error decays as $\|u_k-u^*\|_X \le (\eta q)^k \|u_0-u^*\|_X$; in the Banach case with $0<p(p-1)-(\rho-1)^2<1$ it decays algebraically as $\|u_k-u^*\|_X \le C((1-\eta)k)^{-1/(\beta-1)}$. Theorem 4.2 shows the per-iteration learning error can be made arbitrarily small by choosing a sufficiently wide tanh network and sufficiently many sampling points. Together these results assert that a neural PDE solver for monotone, possibly non-symmetric elliptic operators can converge without a global Ritz potential and without high solution regularity.
Load-bearing premise
The proof assumes the iterates $u_k$ always stay inside one fixed ball in the Sobolev space $W^{1,p}(\Omega)$, a boundedness condition stated as Assumption 4.1 without proof or numerical check and on which every local convexity constant and decay estimate depends.
Editorial extensions
If this is right
- IDRM extends deep Ritz methods to non-symmetric monotone problems such as convection-dominated advection-diffusion, p-Laplace, and steady Navier-Stokes equations.
- Because only first weak derivatives enter the surrogate loss, the method can approximate solutions in $W^{1,p}(\Omega)$ that strong-form solvers such as PINN cannot handle at the population level.
- The convergence is preasymptotic: exponential in the Hilbert case and algebraic in the Banach case, with a precision floor set by the learning error.
- The learning error can be made arbitrarily small by increasing DNN width (with logarithmic depth) and the number of sampling points, so total error is controlled by network and sampling capacity.
- Each inner problem is convex in the function $u$, which makes the local minimization better conditioned than the non-convex global Ritz or adversarial losses.
Reading between the lines
- The paper states the step-size rule $\lambda_k=c_s\Phi_\mu^*(f-A(u_k))^\alpha$ in the theorem, but the numerical experiments fix $\lambda_0=1$ and often take $\mu=0$; testing the proven rule against the hand-tuned version would show how much of the observed accuracy is due to the scheduled step size.
- The learning-error analysis leaves the inner-loop optimization error inside $\epsilon_M$; separating optimization error from approximation and sampling error is a natural next step.
- Assumption 4.1 might be provable from the surrogate construction itself: a contraction-type estimate on each step would turn the assumed uniform boundedness into a theorem.
- The method's preconditioning interpretation—that $D\Phi_\mu^*$ approximates $A^{-1}$—suggests IDRM could be compared quantitatively with classical fixed-point and preconditioned residual iterations on the same monotone problems.
Signed reviews
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The manuscript introduces IDRM, an iterative neural-network solver for monotone elliptic problems A(u)=f on W^{1,p}(Ω), 1<p≤2 (and via Corollary 6.1 for p>2 in a special case). Each outer iteration k defines a local surrogate loss L_k(u)=Φ_μ[λ_k(u-u_k)]+⟨λ_k(u-u_k),A(u_k)-f⟩, where Φ_μ is a convexified potential with penalty μ, and minimizes it (inexactly) over a DNN class. The main result (Theorem 4.1) states that, under Assumptions 2.1 and 4.1 (uniform boundedness of iterates), the dual potential Φ*_μ(f-A(u_k)) decreases monotonically and the error decays exponentially (p=ρ=2) or algebraically, with rates depending on the learning error ϵ_M. Theorem 4.2 bounds the expected learning error in terms of DNN width, depth, and sample size. Numerical experiments on a 10D convection-diffusion problem, p-Laplace problems (p=2.5 and p=1.5), a parabolic problem, and 3D Navier-Stokes show IDRM outperforming PINN and WAN.
Significance. If the hypotheses can be established, IDRM is a significant addition to neural PDE solvers: it handles non-symmetric monotone operators without a global Ritz potential, requires only weak solutions, and avoids the saddle-point instability of WAN. The theoretical framework relying on Bregman distances and dual potentials is original, and the error analysis using Rademacher complexity is nontrivial. The numerical results are promising, but the current gap between the analyzed and implemented algorithms, and the unverified boundedness assumption, prevent the paper from fully supporting its advertised convergence guarantee.
major comments (4)
- [Section 4, Assumption 4.1] Assumption 4.1 is not proved and not verified numerically. It is load-bearing: Lemma 6.1's constants, Lemma 6.2's norm equivalences, and the recurrence (6.17) all require a common radius R bounding every iterate. Algorithm 1 does not enforce such a bound; even if line 5 is read as constrained minimization over u_k+V_μ, the radius of V_μ is fixed, so ∥u_k∥_X can grow linearly in k. Section 5 reports only relative L^2 errors and never reports ∥u_k∥_{W^{1,p}}, so the assumption is unchecked for all examples. Please either prove the bound for a modified algorithm or check it empirically and state Theorem 4.1 as conditional.
- [Section 6.1, Eq. (6.13)] The proof of the bound ∥u_{k+1}-v_{k+1}∥_X ≤ λ_k^{-1}ρ^{1/ρ}ϵ_M^{1/ρ} requires the Bregman-distance inequality (6.8) for the pair (λ_k(u_{k+1}-u_k), λ_k(v_{k+1}-u_k)). However, (6.8) is proved only for arguments in V_μ (Proposition 6.3). The second argument is in V_μ by definition of v_{k+1}, but the first need not be, because condition (3.6) in Algorithm 1 does not require u_{k+1}∈u_k+V_μ; it only bounds L_k(u_{k+1}) by the minimum over u_k+V_μ plus ϵ_M. Please add the constraint u_{k+1}∈u_k+V_μ to Algorithm 1 or supply an argument that the inexact minimizer automatically lies in the ball.
- [Theorem 4.1 vs. Section 5] The step-size schedule analyzed in Theorem 4.1, λ_k=c_sΦ*_μ(f-A(u_k))^α, is not used in the numerical experiments. Remark 4.1 asserts computability but gives no implementable procedure for evaluating the dual potential (a maximization over V_μ). Section 5 fixes λ_0=1 and, in Examples 5.1, 5.2(i), 5.3, and 5.4, sets μ=0; no λ_k update is performed. Thus the numerical results in Section 5 concern a different iteration than the one for which convergence is proved. The authors should either implement and report the theoretical schedule (or a justified approximation) or analyze the heuristic schedule actually used.
- [Theorems 4.1 and 4.2, ϵ_M] Theorem 4.2 bounds the expected learning error EX,T[ϵ_M], while Theorem 4.1 treats ϵ_M as a deterministic constant in the recurrence (6.17). To combine the two results—for instance, to conclude that IDRM attains a prescribed accuracy with high probability—a high-probability version of Theorem 4.2 (or a concentration argument) is needed. The manuscript does not provide this link. Please clarify whether Theorem 4.2 is intended as input to Theorem 4.1 and, if so, add the missing probabilistic transfer.
minor comments (6)
- [Section 3.2] The phrase 'we start the training afresh, using the DNN parameter from the last loop to warm-start the current optimization process' is contradictory; 'afresh' should be replaced (e.g., 'we start each training from the previous loop's parameters').
- [References] Reference [45] has garbled author names ('C. ronstein, Michael M. ad Lemieux'); please correct the citation to the actual authors of the message-passing Monte Carlo paper.
- [Example 5.2(ii)] The finite-difference smoothing parameter δ=0.01 is introduced to handle the singularity of the p-Laplace duality product, but no sensitivity study or convergence test with respect to δ is reported; the accuracy claim depends on this ad-hoc parameter.
- [Tables 2 and 3] The comparisons report single runs without standard deviations or multiple random seeds; given the stochastic nature of ADAM training, the claimed accuracy improvements over PINN and WAN should be supported by repeated trials.
- [Algorithm 1, line 8] The stopping criterion 'while −L_k(u_{k+1}) ≤ ϵ_tol' is unclear; since L_k can be negative and changes with k, please specify how this relates to the thresholds k* and k** in Theorem 4.1.
- [Section 6.1, Step 4] Several displayed equations in the proof have broken exponents and missing superscripts (e.g., the line containing 'Φ∗ µ(pk)− αp(p−1) ρ−1 ϵ...'), making the argument hard to follow; please typeset the exponents correctly.
Circularity Check
No significant circularity: the convergence analysis is a conditional a priori Lyapunov argument, and the main gaps are unproved boundedness and an analyzed-versus-implemented step-size mismatch rather than circular reductions.
full rationale
The paper's central claim is Theorem 4.1, which states that under Assumptions 2.1 and 4.1 the IDRM iterates converge to the unique solution u* with a preasymptotic rate. The proof is a self-contained Lyapunov argument: Lemma 6.1 derives local uniform monotonicity and continuity of Dmu from Assumption 2.1; Proposition 6.3 gives a unique local minimizer; Lemma 6.2 proves two-sided bounds between ||u-u*||_X and the dual potential Phi*_mu(A(u)-f); and the recurrence (6.17) is obtained algebraically from these bounds, the inexact update inequality, the learning-error tolerance, and the chosen lambda_k schedule. No constant in the theorem is fitted to numerical data, and no benchmark error is used as an input to the derivation. The step-size identity (4.1), while superficially self-referential because lambda_k appears in L_k and also in the proposed formula through v_{k+1}, is resolved inside the paper: -L_k(v_{k+1}) = Phi*_mu(f-A(u_k)), which is independent of lambda_k. Thus this is not a definitional circle.
Assumptions & free parameters
free parameters (4)
- convexity penalty μ =
0, 0.01, 2 (per example)
- initial step size λ0 =
1 in all experiments
- finite-difference smoothing δ (Example 5.2(ii)) =
0.01
- boundary penalty continuation parameters (Example 5.4) =
σ1=10, ρ=1.5
assumptions (5)
- domain assumption Assumption 2.1: A is continuous, Gateaux differentiable, satisfies (2.2), coercive, locally uniformly monotone, and the asymmetric part is Lipschitz
- ad hoc to paper Assumption 4.1: the iterates {uk} are uniformly bounded in X
- domain assumption Assumption 4.2: Nemytskii growth on a_m and L∞ boundedness of sources
- domain assumption The DNN class N is contained in X = W^{1,p}(Ω) and the loss is differentiable in the DNN parameters
- ad hoc to paper The empirical loss bLk is globally minimized over N (or the tolerance ϵM accounts for the optimization gap)
Cite this review
Pith. "Pith review of An Iterative Deep Ritz Method for Monotone Elliptic Problems." pith.science (2026). https://pith.science/paper/W5OVWD2J
@misc{pith2026250115186,
author = {Pith},
title = {Pith review of: An Iterative Deep Ritz Method for Monotone Elliptic Problems},
year = {2026},
howpublished = {\url{https://pith.science/paper/W5OVWD2J}},
note = {Machine review of arXiv:2501.15186}
}
read the original abstract
In this work, we present a novel iterative deep Ritz method (IDRM) for solving a general class of elliptic problems. It is inspired by the iterative procedure for minimizing the loss during the training of the neural network, but at each step encodes the geometry of the underlying function space and incorporates a convex penalty to enhance the performance of the algorithm. The algorithm is applicable to elliptic problems involving a monotone operator (not necessarily of variational form) and does not impose any stringent regularity assumption on the solution. It improves several existing neural PDE solvers, e.g., physics informed neural network and deep Ritz method, in terms of the accuracy for the concerned class of elliptic problems. Further, we establish a convergence rate for the method using tools from geometry of Banach spaces and theory of monotone operators, and also analyze the learning error. To illustrate the effectiveness of the method, we present several challenging examples, including a comparative study with existing techniques.
Figures
Figures from the paper (6 more)
Reference graph
Works this paper leans on
-
[1]
E. L. Allgower and K. Georg. Introduction to Numerical Continuation Methods. SIAM, Philadelphia, PA, 2003
work page 2003
-
[2]
M. Anthony and P. L. Bartlett. Neural Network Learning: Theoretical Foundations . Cambridge University Press, Cambridge, New York, 1999. 28
work page 1999
-
[3]
J. W. Barrett and W. B. Liu. Finite element approximation of the p-Laplacian. Math. Comp. , 61(204):523–537, 1993
1993
-
[4]
P. L. Bartlett and S. Mendelson. Rademacher and Gaussian complexities: Risk bounds and struc- tural results. J. Mach. Learn. Res. , 3:463–482, 2002
work page 2002
-
[5]
A. G. Baydin, B. A. Pearlmutter, A. A. Radul, and J. M. Siskind. Automatic differentiation in machine learning: a survey. J. Mach. Learn. Res. , 18:5595–5637, 2017
work page 2017
-
[6]
C. Beck, M. Hutzenthaler, A. Jentzen, and B. Kuckuck. An overview on deep learning-based approx- imation methods for partial differential equations. Discrete Contin. Dyn. Syst. Ser. B , 28(6):3697– 3746, 2023
work page 2023
- [7]
-
[8]
S. Bertoluzza, E. Burman, and C. He. W AN discretization of PDEs: best approximation, stabiliza- tion, and essential boundary conditions. SIAM J. Sci. Comput. , 46(6):C688–C715, 2024
work page 2024
Show all 54 references
-
[9]
Boyd and L
S. Boyd and L. Vandenberghe. Convex Optimization. Cambridge University Press, New York, 2004
2004
-
[10]
L. Bregman. The relaxation method of finding the common point of convex sets and its application to the solution of problems in convex programming. USSR Comput. Math. Math. Phys. , 7(3):200–217, 1967
1967
-
[11]
R. H. Byrd, P. Lu, J. Nocedal, and C. Y. Zhu. A limited memory algorithm for bound constrained optimization. SIAM J. Sci. Comput. , 16(5):1190–1208, 1995
1995
-
[12]
Z. Cai, J. Chen, and M. Liu. Least-squares ReLU neural network (LSNN) method for linear advection-reaction equation. J. Comput. Phys. , 443:110514, 17, 2021
2021
-
[13]
S.-S. Chow. Finite element error estimates for nonlinear elliptic equations of monotone type. Numer. Math., 54(4):373–393, 1989
1989
-
[14]
Cuomo, V
S. Cuomo, V. Schiano Di Cola, F. Giampaolo, G. Rozza, M. Raissi, and F. Piccialli. Scientific machine learning through physics-informed neural networks: where we are and what’s next. J. Sci. Comput., 92(3):88, 62, 2022
2022
-
[15]
De Ryck and S
T. De Ryck and S. Mishra. Numerical analysis of physics-informed neural networks and related models in physics-informed machine learning. Acta Numer., 33:633–713, 2024
2024
-
[16]
W. E, J. Han, and A. Jentzen. Algorithms for solving high dimensional PDEs: from nonlinear Monte Carlo to machine learning. Nonlinearity, 35:278–310, 2022
2022
-
[17]
W. E and B. Yu. The deep Ritz method: a deep learning-based numerical algorithm for solving variational problems. Commun. Math. Stat. , 6:1–12, 2018
2018
-
[18]
Feistauer and A
M. Feistauer and A. ˇZen ´ ıˇ sek. Finite element solution of nonlinear elliptic problems.Numer. Math., 50:451–475, 1986
1986
-
[19]
J. P. Garc ´ ıa Azorero and I. Peral Alonso. Existence and nonuniqueness for thep-Laplacian: nonlinear eigenvalues. Comm. Partial Differential Equations , 12(12):1389–1430, 1987
1987
-
[20]
Guhring and M
I. Guhring and M. Raslan. Approximation rates for neural networks with encodable weights in smoothness spaces. Neural Networks, 134:107–130, 2021
2021
-
[21]
T. Hu, B. Jin, and Z. Zhou. Solving elliptic problems with singular sources using singularity splitting deep Ritz method. SIAM J. Sci. Comput. , 45(4):A2043–A2074, 2023
2023
-
[22]
T. Hu, B. Jin, and Z. Zhou. Solving Poisson problems in polygonal domains with singularity enriched physics informed neural networks. SIAM J. Sci. Comput. , 46(4):C369–C398, 2024
2024
-
[23]
T. J. R. Hughes and L. P. Franca. A new finite element formulation for computational fluid dynamics. VII. The Stokes problem with various well-posed boundary conditions: symmetric formulations that converge for all velocity/pressure spaces. Comput. Methods Appl. Mech. Engrg. ,...
1987
-
[24]
Huo and H
X. Huo and H. Liu. Inf-sup neural networks for high-dimensional elliptic PDE problems. J. Comput. Phys., 514:113188, 19, 2024
2024
-
[25]
Y. Jiao, Y. Lai, D. Li, X. Lu, F. Wang, Y. Wang, and J. Z. Yang. A rate of convergence of physics informed neural networks for the linear second order elliptic PDEs. Commun. Comput. Phys. , 31(4):1272–1295, 2022
2022
-
[26]
Y. Jiao, Y. Lai, Y. Lo, Y. Wang, and Y. Yang. Error analysis of deep Ritz methods for elliptic equations. Anal. Appl., 22:57–87, 2024
2024
-
[27]
B. Jin, X. Li, and X. Lu. Imaging conductivity from current density magnitude using neural networks. Inverse Problems, 38(7):075003, 36, 2022
2022
-
[28]
Jnini, F
A. Jnini, F. Vella, and M. Zeinhofer. Gauss-Newton natural gradient descent for physics-informed computational fluid dynamics. preprint, arXiv:2402.10680, 2024
2024 arXiv
-
[29]
V. John. Finite Element Methods for Incompressible Flow Problems . Springer Cham, 2016
2016
-
[30]
G. E. Karniadakis, I. G. Kevrekidis, L. Lu, P. Perdikaris, S. Wang, and L. Yang. Physics-informed machine learning. Nat. Rev. Phys. , 3(6):422–440, 2021
2021
-
[31]
D. P. Kingma and J. Ba. Adam: A method for stochastic optimization. In 3rd International Conference for Learning Representations, San Diego, 2015
2015
-
[32]
Krishnapriyan, A
A. Krishnapriyan, A. Gholami, S. Zhe, R. Kirby, and M. W. Mahoney. Characterizing possible failure modes in physics-informed neural networks. In Advances in Neural Information Processing Systems 34 , pages 26548–26560, 2021
2021
-
[33]
Lakkis and T
O. Lakkis and T. Pryer. A finite element method for nonlinear elliptic problems. SIAM J. Sci. Comput., 35(4):A2025–A2045, 2013
2013
-
[34]
Lindqvist
P. Lindqvist. Notes on the Stationary p-Laplace Equation. Springer, Cham, 2019
2019
-
[35]
L. Lu, X. Meng, Z. Mao, and G. E. Karniadakis. Deepxde: A deep learning library for solving differential equations. SIAM Rev. , 63(1):208–228, 2021
2021
-
[36]
Y. Lu, H. Chen, J. Lu, L. Ying, and J. Blanchet. Machine learning for elliptic PDEs: Fast rate generalization bound, neural scaling law and minimax optimality. In International Conference on Learning Representations, 2022
2022
-
[37]
Masud and R
A. Masud and R. Khurram. A multiscale/stabilized finite element method for the advection–diffusion equation. Comput. Methods Appl. Mech. Eng. , 193:1997–2018, 2004
1997
-
[38]
Mishra and R
S. Mishra and R. Molinaro. Estimates on the generalization error of physics-informed neural net- works for approximating PDEs. IMA J. Numer. Anal. , 43(1):1–43, 2023
2023
-
[39]
M¨ uller and M
J. M¨ uller and M. Zeinhofer. Notes on exact boundary values in residual minimisation. In Mathe- matical and Scientific Machine Learning , pages 231–240, 2022
2022
-
[40]
M¨ uller and M
J. M¨ uller and M. Zeinhofer. Achieving high accuracy with PINNs via energy natural gradient descent. In Proceedings of the 40th International Conference on Machine Learning, PMLR , volume 202, pages 25471–25485, 2023
2023
-
[41]
Raissi, P
M. Raissi, P. Perdikaris, and G. E. Karniadakis. Physics-informed neural networks: A deep learning framework for solving forward and inverse problems involving nonlinear partial differential equations. J. Comput. Phys. , 378:686–707, 2019
2019
-
[42]
J. A. Rivera, J. M. Taylor, A. J. Omella, and D. Pardo. On quadrature rules for solving partial differential equations using neural networks. Comput. Methods Appl. Mech. Engrg. , 393:114710, 2022
2022
-
[43]
Rockafellar
R. Rockafellar. Characterization of the subdifferentials of convex functions.Pac. J. Math., 17(3):497– 510, 1966
1966
-
[44]
T. Roubiek. Nonlinear Partial Differential Equations with Applications . Birkhauser, Basel, 2013. 30
2013
-
[45]
T. K. Rusch, N. Kirk, C. ronstein, Michael M. ad Lemieux, and D. Rus. Message-passing Monte Carlo: Generating low-discrepancy point sets via graph neural networks. Proc. Nat. Acad. Sci. USA, 121(40):e2409913121, 2024
2024
-
[46]
Y. Shin, J. Darbon, and G. E. Karniadakis. On the convergence of physics informed neural networks for linear second-order elliptic and parabolic type PDEs.Commun. Comput. Phys., 28(5):2042–2074, 2020
2020
-
[47]
J. W. Siegel, Q. Hong, X. Jin, W. Hao, and J. Xu. Greedy training algorithms for neural networks and applications to PDEs. J. Comput. Phys. , 484:112084, 27, 2023
2023
-
[48]
Sirignano and K
J. Sirignano and K. Spiliopoulos. DGM: A deep learning algorithm for solving partial differential equations. J. Comput. Phys. , 375:1339–1364, 2018
2018
-
[49]
D. N. Tanyu, J. Ning, T. Freudenberg, N. Heilenk¨ otter, A. Rademacher, U. Iben, and P. Maass. Deep learning methods for partial differential equations and related parameter identification problems. Inverse Problems, 39(10):103001, 75, 2023
2023
-
[50]
Uriarte, D
C. Uriarte, D. Pardo, I. Muga, and J. Mu˜ noz Matute. A deep double Ritz method (D 2RM) for solving partial differential equations using neural networks. Comput. Methods Appl. Mech. Engrg. , 405:115892, 2023
2023
-
[51]
G. N. Wells. Analysis of an interface stabilized finite element method: the advection-diffusion- reaction equation. SIAM J. Numer. Anal. , 49(1):87–109, 2011
2011
-
[52]
H.-K. Xu. Inequalities in Banach spaces with applications. Nonlinear Anal., 16:1127–1138, 1991
1991
-
[53]
Y. Zang, G. Bao, X. Ye, and H. Zhou. Weak adversarial networks for high-dimensional partial differential equations. J. Comput. Phys. , 411:109409, 2020
2020
-
[54]
Zeinhofer, R
M. Zeinhofer, R. Masri, and K.-A. Mardal. Unified framework for the error analysis of physics- informed neural networks. IMA J. Numer. Anal. , page in press, 2024. 31
2024
Reviewed August 10, 2026 · model on record in the stance chip above.
Discussion (0). Continue with ORCID to comment.