pith. machine review for the scientific record. sign in

arxiv: 2605.09700 · v1 · submitted 2026-05-10 · 🧮 math.NA · cs.NA

Recognition: 2 theorem links

· Lean Theorem

Neural enrichment finite element method: A hybrid framework for problems with strong oscillations or interface problems

Shihan Guo, Thomas Richter

Pith reviewed 2026-05-12 03:44 UTC · model grok-4.3

classification 🧮 math.NA cs.NA
keywords neural enrichmentfinite element methodSGFEMinterface problemsoscillatory problemsRitz functionalerror estimationdegrees of freedom
0
0 comments X

The pith

Neural networks trained via the Ritz functional enrich finite element spaces to reduce degrees of freedom for oscillating and interface problems.

A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.

The paper develops the Neural Enrichment Finite Element Method as a hybrid framework combining neural networks with the stable generalized finite element method. Neural networks act as enrichment functions trained using the Ritz functional, requiring only minimal a priori knowledge to create local subspaces with superior approximation properties. This results in a significant reduction in the number of degrees of freedom. The work includes a residual-based error estimator proven reliable and efficient for smooth problems, along with a convergence analysis showing optimal rates for interface problems without additional regularity assumptions.

Core claim

The central discovery is that neural networks can be integrated as enrichment functions in the stable generalized finite element method and trained heuristically with the Ritz functional to form local subspaces offering better approximation. This approach reduces the degrees of freedom substantially while needing little prior problem knowledge. For interface problems the analysis establishes optimal convergence without imposing extra regularity conditions on the solution.

What carries the argument

Neural network enrichment functions within the stable generalized finite element method framework, trained by minimizing the Ritz functional to adaptively improve local approximations.

If this is right

  • Superior local subspaces lead to fewer degrees of freedom for equivalent accuracy in oscillating or interface problems.
  • Residual-based error estimators are both reliable and efficient for smooth problems.
  • Optimal convergence is achieved for interface problems without additional regularity assumptions.
  • Only minimal a priori knowledge is needed to define the enrichment functions.

Where Pith is reading between the lines

These are editorial extensions of the paper, not claims the author makes directly.

  • This suggests that heuristic neural network training can substitute for problem-specific hand-crafted enrichment functions in generalized finite element methods.
  • The method may extend naturally to problems where interfaces or oscillations are not known in advance.
  • Combining this with existing adaptive refinement techniques could yield further computational savings.

Load-bearing premise

Neural networks trained heuristically via the Ritz functional will reliably produce enrichment functions that improve approximation properties and maintain stability without introducing new instabilities or requiring problem-specific tuning beyond the stated minimal a priori knowledge.

What would settle it

An experiment on a standard interface problem where the observed convergence rate is suboptimal or the residual error estimator does not provide reliable bounds.

Figures

Figures reproduced from arXiv: 2605.09700 by Shihan Guo, Thomas Richter.

Figure 1
Figure 1. Figure 1: Illustration of the network structure for each neural enrichment function [PITH_FULL_IMAGE:figures/full_fig_p007_1.png] view at source ↗
Figure 2
Figure 2. Figure 2: The mesh and enriched nodes for interface problems. [PITH_FULL_IMAGE:figures/full_fig_p013_2.png] view at source ↗
Figure 3
Figure 3. Figure 3: Evolution of the error (a) and the scaled condition number (b) during training [PITH_FULL_IMAGE:figures/full_fig_p018_3.png] view at source ↗
Figure 4
Figure 4. Figure 4: (a) Profile of u. (b) Evolution of eH1 and the estimator on a 32 × 32 mesh. (a) (b) (c) [PITH_FULL_IMAGE:figures/full_fig_p019_4.png] view at source ↗
Figure 5
Figure 5. Figure 5: Distributions of enriched (blue) and active (orange) nodes at epochs 50, 100, [PITH_FULL_IMAGE:figures/full_fig_p019_5.png] view at source ↗
Figure 6
Figure 6. Figure 6: (a) Convergence order of the expectation error averaged over 500 independent [PITH_FULL_IMAGE:figures/full_fig_p020_6.png] view at source ↗
read the original abstract

We propose a hybrid method, the Neural Enrichment Finite Element Method (NEFEM), designed for problems involving strong oscillations or interface problems with weak discontinuities. This method is based on the stable generalized finite element method (SGFEM) framework, wherein neural networks (NNs) are introduced as enrichment functions for adaptivity, and the Ritz functional is applied for the training process. This works makes two main contributions. First, the method constructs local subspaces with superior approximation properties, significantly reducing the required number of degrees of freedom (DoFs). Second, minimal \emph{a priori} knowledge is required to define enrichment functions, as the NNs evolve heuristically during training. Furthermore, for smooth problems, we provide a residual-based error estimator and prove both its reliability and efficiency. For interface problems, a theoretical analysis on the optimal convergence of the SGFEM is studied, notably without imposing additional regularity assumptions. These analytic results guide the network architecture design and training strategies. The performance and effectiveness of the proposed method is validated through several numerical experiments.

Editorial analysis

A structured set of objections, weighed in public.

Desk editor's note, referee report, simulated authors' rebuttal, and a circularity audit. Tearing a paper down is the easy half of reading it; the pith above is the substance, this is the friction.

Referee Report

3 major / 2 minor

Summary. The paper proposes the Neural Enrichment Finite Element Method (NEFEM), a hybrid SGFEM framework that uses neural networks as enrichment functions trained heuristically via the Ritz functional. It claims that this constructs local subspaces with superior approximation properties, significantly reducing DoFs for problems with strong oscillations or weak-discontinuity interfaces. For smooth problems, a residual-based a posteriori error estimator is derived and proved reliable and efficient; for interface problems, an optimal convergence analysis of the SGFEM is given without additional regularity assumptions on the solution. These results are said to guide NN architecture and training, with numerical experiments validating performance.

Significance. If the central claims hold, the work would be significant for adaptively enriching FEM spaces in oscillatory and interface problems while requiring only minimal a priori knowledge. The combination of a proved residual estimator for smooth cases and an optimal-convergence result for interfaces that avoids extra regularity assumptions would be a notable theoretical contribution, alongside the practical DoF reduction demonstrated numerically.

major comments (3)
  1. [theoretical analysis section for interface problems] The SGFEM optimal-convergence analysis for interface problems (abstract and the section presenting the theoretical analysis) requires the enrichment functions to satisfy specific conditions such as controlled linear independence from the FE basis, bounded norms in the enriched space, and reproduction of interface jumps without ill-conditioning. However, the NNs are produced by heuristic training on the Ritz functional with only minimal a priori knowledge (described in the method and training sections); no verification is provided that the trained networks satisfy these load-bearing assumptions, so the theoretical rates may not transfer to the implemented NEFEM.
  2. [error estimator section] The reliability and efficiency proof for the residual estimator (abstract and the section on error estimation for smooth problems) is stated for the hybrid method, but the estimator derivation appears to treat the enrichments as fixed after training. Since the NNs evolve during the Ritz-based training process, additional analysis is needed to confirm that the estimator remains reliable when the enrichment subspace is itself the output of an optimization loop.
  3. [numerical experiments section] Numerical experiments are invoked to validate DoF reduction and optimal rates, but without explicit checks (e.g., condition-number monitoring or linear-independence metrics) that the trained enrichments satisfy the stability hypotheses used in the SGFEM theory, the experiments remain empirical and do not close the gap between heuristic training and the required enrichment properties.
minor comments (2)
  1. [method section] Clarify the precise network architecture choices (depth, width, activation) and how they are guided by the analytic results, as the abstract states they are guided but the connection is not detailed.
  2. [theoretical analysis section] The abstract claims 'optimal convergence' for interfaces without extra regularity; state the precise rate (e.g., O(h) in energy norm) and the norm in which it is proved.

Simulated Author's Rebuttal

3 responses · 0 unresolved

We thank the referee for the careful reading and constructive comments. The observations correctly identify the need to more explicitly connect the heuristic NN training to the stability assumptions in the SGFEM theory and to clarify the separation between training and error estimation. We address each point below and indicate the planned revisions.

read point-by-point responses
  1. Referee: [theoretical analysis section for interface problems] The SGFEM optimal-convergence analysis for interface problems (abstract and the section presenting the theoretical analysis) requires the enrichment functions to satisfy specific conditions such as controlled linear independence from the FE basis, bounded norms in the enriched space, and reproduction of interface jumps without ill-conditioning. However, the NNs are produced by heuristic training on the Ritz functional with only minimal a priori knowledge (described in the method and training sections); no verification is provided that the trained networks satisfy these load-bearing assumptions, so the theoretical rates may not transfer to the implemented NEFEM.

    Authors: We thank the referee for this observation. The optimal-convergence analysis is carried out for the SGFEM under the standard assumptions that the enrichment functions are linearly independent from the FE basis, have bounded norms in the enriched space, and reproduce the interface jumps without ill-conditioning. These hypotheses are stated in the analysis section. The NEFEM training procedure is designed to produce enrichments that approximate the solution well and, in practice, satisfy these conditions for the problems considered. However, we do not supply a rigorous proof that every trained network meets the assumptions exactly, since the training is heuristic. In the revised manuscript we will add an explicit paragraph in the theoretical section restating the assumptions and their necessity, together with a discussion of how the Ritz training targets them. We will also include numerical checks (condition numbers and linear-independence metrics) in the experiments to confirm that the trained enrichments satisfy the hypotheses in the reported cases. revision: partial

  2. Referee: [error estimator section] The reliability and efficiency proof for the residual estimator (abstract and the section on error estimation for smooth problems) is stated for the hybrid method, but the estimator derivation appears to treat the enrichments as fixed after training. Since the NNs evolve during the Ritz-based training process, additional analysis is needed to confirm that the estimator remains reliable when the enrichment subspace is itself the output of an optimization loop.

    Authors: The residual estimator is derived for the hybrid space once the neural-network enrichments have been obtained. The Ritz-functional training is a preprocessing step that determines the enrichment functions; after convergence of this step the enriched finite-element space is fixed. The standard residual analysis then applies directly to this fixed space, yielding the stated reliability and efficiency. We will revise the error-estimation section to describe the two-stage procedure (training followed by solution and estimation) and add a clarifying remark that the proofs concern the converged, fixed enrichment subspace. No further analysis is required within the current framework, as training does not continue during the error-estimation phase. revision: yes

  3. Referee: [numerical experiments section] Numerical experiments are invoked to validate DoF reduction and optimal rates, but without explicit checks (e.g., condition-number monitoring or linear-independence metrics) that the trained enrichments satisfy the stability hypotheses used in the SGFEM theory, the experiments remain empirical and do not close the gap between heuristic training and the required enrichment properties.

    Authors: We agree that explicit verification of the stability hypotheses would strengthen the link between the numerical results and the theory. In the revised manuscript we will augment the numerical experiments section with condition-number monitoring of the enriched stiffness matrices and quantitative linear-independence metrics between the neural enrichments and the standard FE basis, presented for the interface-problem examples. These diagnostics will provide direct evidence that the trained networks satisfy the required properties in the tested cases. revision: yes

Circularity Check

0 steps flagged

No significant circularity; NEFEM builds on established SGFEM theory and standard NN training without self-referential reductions

full rationale

The derivation relies on the pre-existing SGFEM framework for stability and convergence analysis, with NNs introduced as enrichment functions trained via the Ritz functional. The paper states it provides a residual-based error estimator with proven reliability and efficiency for smooth problems, plus a theoretical analysis of optimal SGFEM convergence for interface problems without additional regularity assumptions. These analytic results are presented as guiding network design rather than being derived from the NN outputs themselves. No equations or steps in the abstract reduce the claimed DoF reduction or approximation properties to quantities defined by the same fitting process. The method is self-contained against external benchmarks (SGFEM literature and standard Ritz training), with performance validated numerically rather than forced by construction. This matches the default expectation of no circularity.

Axiom & Free-Parameter Ledger

1 free parameters · 2 axioms · 0 invented entities

The central claims rest on the approximation power of neural networks when used as enrichments and on the stability properties of the underlying SGFEM framework; the paper adds the specific training procedure and the accompanying error analysis.

free parameters (1)
  • Neural network architecture and training hyperparameters
    The number of layers, neurons, activation functions, and optimization settings are chosen and fitted during training to produce the enrichment functions for each problem.
axioms (2)
  • standard math Standard Sobolev-space assumptions and finite-element approximation theory hold for the error analysis.
    Invoked to prove reliability and efficiency of the residual-based estimator and optimal convergence rates.
  • domain assumption Neural networks possess sufficient universal approximation capability to serve as effective enrichment functions for the target function spaces.
    Implicit in the claim that NNs evolve heuristically to superior local subspaces with minimal a priori knowledge.

pith-pipeline@v0.9.0 · 5479 in / 1439 out tokens · 36826 ms · 2026-05-12T03:44:37.698931+00:00 · methodology

discussion (0)

Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.

Lean theorems connected to this paper

Citations machine-checked in the Pith Canon. Every link opens the source theorem in the public Lean library.

Reference graph

Works this paper leans on

61 extracted references · 61 canonical work pages

  1. [1]

    Computing , volume=

    The finite element method for elliptic equations with discontinuous coefficients , author=. Computing , volume=. 1970 , publisher=

  2. [2]

    Convergence of a multiscale finite element method for elliptic problems with rapidly oscillating coefficients , author=. Math. Comput. , volume=

  3. [3]

    A locally modified parametric finite element method for interface problems , author=. SIAM J. Numer. Anal. , volume=. 2014 , publisher=

  4. [4]

    Strongly stable generalized finite element method: Application to interface problems , author=. Comput. Methods Appl. Mech. Engrg. , volume=. 2017 , publisher=

  5. [5]

    Internat

    A corrected XFEM approximation without problems in blending elements , author=. Internat. J. Numer. Methods Engrg. , volume=. 2008 , publisher=

  6. [6]

    A cut finite element method for a Stokes interface problem , author=. Appl. Numer. Math , volume=. 2014 , publisher=

  7. [7]

    An unfitted finite element method, based on Nitsche’s method, for elliptic interface problems , author=. Comput. Methods Appl. Mech. Engrg. , volume=. 2002 , publisher=

  8. [8]

    The generalized finite element method , author=. Comput. Methods Appl. Mech. Engrg. , volume=. 2001 , publisher=

  9. [9]

    The partition of unity finite element method: basic theory and applications , author=. Comput. Methods Appl. Mech. Engrg. , volume=. 1996 , publisher=

  10. [10]

    Stable generalized finite element method (SGFEM) for three-dimensional crack problems , author=. Numer. Math. , volume=. 2022 , publisher=

  11. [11]

    General enrichments of stable GFEM for interface problems: Theory and extreme learning machine construction , author=. Appl. Numer. Math , volume=. 2025 , publisher=

  12. [12]

    Improved enrichments and numerical integrations in SGFEM for interface problems , author=. J. Comput. Appl. Math. , volume=. 2024 , publisher=

  13. [13]

    Internat

    The extended/generalized finite element method: an overview of the method and its applications , author=. Internat. J. Numer. Methods Engrg. , volume=. 2010 , publisher=

  14. [14]

    A multiscale finite element method for elliptic problems in composite materials and porous media , author=. J. Comput. Phys. , volume=. 1997 , publisher=

  15. [15]

    The deep Ritz method: a deep learning-based numerical algorithm for solving variational problems , author=. Commun. Math. Stat. , volume=. 2018 , publisher=

  16. [16]

    Physics-informed neural networks: A deep learning framework for solving forward and inverse problems involving nonlinear partial differential equations , author=. J. Comput. Phys. , volume=. 2019 , publisher=

  17. [17]

    Weak adversarial networks for high-dimensional partial differential equations , author=. J. Comput. Phys. , volume=. 2020 , publisher=

  18. [18]

    N-adaptive ritz method: A neural network enriched partition of unity for boundary value problems , author=. Comput. Methods Appl. Mech. Engrg. , volume=. 2024 , publisher=

  19. [20]

    Stable generalized finite element method (SGFEM) , author=. Comput. Methods Appl. Mech. Engrg. , volume=. 2012 , publisher=

  20. [21]

    An r-adaptive finite element method using neural networks for parametric self-adjoint elliptic problems , author=. J. Comput. Phys. , pages=. 2025 , publisher=

  21. [22]

    Strongly stable generalized finite element method (SSGFEM) for a non-smooth interface problem , author=. Comput. Methods Appl. Mech. Engrg. , volume=. 2019 , publisher=

  22. [23]

    SIAM Review , volume=

    An introductory review on a posteriori error estimation in finite element computations , author=. SIAM Review , volume=. 2023 , publisher=

  23. [24]

    A posteriori error estimation and adaptive mesh-refinement techniques , author=. J. Comput. Appl. Math. , volume=. 1994 , publisher=

  24. [25]

    Adaptive activation functions accelerate convergence in deep and physics-informed neural networks , author=. J. Comput. Phys. , volume=. 2020 , publisher=

  25. [26]

    Symmetric and asymmetric Gauss and Gauss--Lobatto quadrature rules for triangles and their applications to high-order finite element analyses , author=. J. Comput. Appl. Math. , volume=. 2024 , publisher=

  26. [27]

    M. S. Alnaes and J. Blechta and J. Hake and A. Johansson and B. Kehlet and A. Logg and C.N. Richardson and J. Ring and M. E. Rognes and G. N. Wells , journal =. The. 2015 , volume =

  27. [28]

    M. S. Alnaes and A. Logg and K. B. ACM Trans. Math. Software , title =. 2014 , volume =

  28. [29]

    FEM-MsFEM hybrid method for the Stokes-Darcy model , author=. J. Comput. Phys. , volume=. 2025 , publisher=

  29. [32]

    Kapustsin and U

    U. Kapustsin and U. Kaya and T. Richter , journal =. A hybrid finite element/neural network solver and its application to the Poisson problem , year =

  30. [33]

    Aballay, F

    D. Aballay, F. Fuentes, V. Iligaray, \'A . J. Omella, D. Pardo, M. A. S \'a nchez, I. Tapia, and C. Uriarte , An r-adaptive finite element method using neural networks for parametric self-adjoint elliptic problems , J. Comput. Phys., (2025), p. 114447

  31. [34]

    M. S. Alnaes, J. Blechta, J. Hake, A. Johansson, B. Kehlet, A. Logg, C. Richardson, J. Ring, M. E. Rognes, and G. N. Wells , The FEniCS project version 1.5 , Arch. Numer. Software, 3 (2015)

  32. [35]

    M. S. Alnaes, A. Logg, K. B. lgaard, M. E. Rognes, and G. N. Wells , Unified form language: A domain-specific language for weak formulations of partial differential equations , ACM Trans. Math. Software, 40 (2014)

  33. [36]

    Babu s ka , The finite element method for elliptic equations with discontinuous coefficients , Computing, 5 (1970), pp

    I. Babu s ka , The finite element method for elliptic equations with discontinuous coefficients , Computing, 5 (1970), pp. 207--213

  34. [37]

    Babu s ka and U

    I. Babu s ka and U. Banerjee , Stable generalized finite element method (sgfem) , Comput. Methods Appl. Mech. Engrg., 201 (2012), pp. 91--111

  35. [38]

    Babu s ka, U

    I. Babu s ka, U. Banerjee, and K. Kergrene , Strongly stable generalized finite element method: Application to interface problems , Comput. Methods Appl. Mech. Engrg., 327 (2017), pp. 58--92

  36. [39]

    J. Baek, Y. Wang, and J.-S. Chen , N-adaptive ritz method: A neural network enriched partition of unity for boundary value problems , Comput. Methods Appl. Mech. Engrg., 428 (2024), p. 117070

  37. [40]

    Chamoin and F

    L. Chamoin and F. Legoll , An introductory review on a posteriori error estimation in finite element computations , SIAM Review, 65 (2023), pp. 963--1028

  38. [41]

    C. Cui, Q. Zhang, U. Banerjee, and I. Babu s ka , Stable generalized finite element method (sgfem) for three-dimensional crack problems , Numer. Math., 152 (2022), pp. 475--509

  39. [42]

    Frei and T

    S. Frei and T. Richter , A locally modified parametric finite element method for interface problems , SIAM J. Numer. Anal., 52 (2014), pp. 2315--2334

  40. [43]

    Fries , A corrected xfem approximation without problems in blending elements , Internat

    T.-P. Fries , A corrected xfem approximation without problems in blending elements , Internat. J. Numer. Methods Engrg., 75 (2008), pp. 503--532

  41. [44]

    Fries and T

    T.-P. Fries and T. Belytschko , The extended/generalized finite element method: an overview of the method and its applications , Internat. J. Numer. Methods Engrg., 84 (2010), pp. 253--304

  42. [45]

    W. Gong, H. Li, and Q. Zhang , Improved enrichments and numerical integrations in sgfem for interface problems , J. Comput. Appl. Math., 438 (2024), p. 115540

  43. [46]

    Hansbo and P

    A. Hansbo and P. Hansbo , An unfitted finite element method, based on nitsche’s method, for elliptic interface problems , Comput. Methods Appl. Mech. Engrg., 191 (2002), pp. 5537--5552

  44. [47]

    Hansbo, M

    P. Hansbo, M. G. Larson, and S. Zahedi , A cut finite element method for a stokes interface problem , Appl. Numer. Math, 85 (2014), pp. 90--114

  45. [48]

    Y. Hong, W. Zhang, L. Zhao, and H. Zheng , Fem-msfem hybrid method for the stokes-darcy model , J. Comput. Phys., 532 (2025), p. 113952

  46. [49]

    Hou, X.-H

    T. Hou, X.-H. Wu, and Z. Cai , Convergence of a multiscale finite element method for elliptic problems with rapidly oscillating coefficients , Math. Comput., 68 (1999), pp. 913--943

  47. [50]

    T. Y. Hou and X.-H. Wu , A multiscale finite element method for elliptic problems in composite materials and porous media , J. Comput. Phys., 134 (1997), pp. 169--189

  48. [51]

    A. D. Jagtap, K. Kawaguchi, and G. E. Karniadakis , Adaptive activation functions accelerate convergence in deep and physics-informed neural networks , J. Comput. Phys., 404 (2020), p. 109136

  49. [52]

    Kapustsin, U

    U. Kapustsin, U. Kaya, and T. Richter , A hybrid finite element/neural network solver and its application to the poisson problem , 2023, https://doi.org/10.1002/pamm.202300135, http://arxiv.org/abs/2307.00947

  50. [53]

    Liu and B

    C. Liu and B. Liu , Symmetric and asymmetric gauss and gauss--lobatto quadrature rules for triangles and their applications to high-order finite element analyses , J. Comput. Appl. Math., 437 (2024), p. 115451

  51. [54]

    Margenberg, D

    N. Margenberg, D. Hartmann, C. Lessig, and T. Richter , A neural network multigrid solver for the navier-stokes equations , Journal of Computational Physics, 460 (2022), p. 110983, https://doi.org/10.1016/j.jcp.2022.110983, https://arxiv.org/abs/2008.11520

  52. [55]

    Margenberg, R

    N. Margenberg, R. Jendersie, C. Lessig, and T. Richter , Dnn-mg: A hybrid neural network/finite element method with applications to 3d simulations of the navier-stokes equations , Computer Methods in Applied Mechanics and Engineering, 420 (2024), p. 116692, https://doi.org/10.1016/j.cma.2023.116692

  53. [56]

    J. M. Melenk and I. Babu s ka , The partition of unity finite element method: basic theory and applications , Comput. Methods Appl. Mech. Engrg., 139 (1996), pp. 289--314

  54. [57]

    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 (2019), pp. 686--707

  55. [58]

    Strouboulis, K

    T. Strouboulis, K. Copps, and I. Babu s ka , The generalized finite element method , Comput. Methods Appl. Mech. Engrg., 190 (2001), pp. 4081--4193

  56. [59]

    Verf \"u rth , A posteriori error estimation and adaptive mesh-refinement techniques , J

    R. Verf \"u rth , A posteriori error estimation and adaptive mesh-refinement techniques , J. Comput. Appl. Math., 50 (1994), pp. 67--83

  57. [60]

    D. Wang, H. Li, and Q. Zhang , General enrichments of stable gfem for interface problems: Theory and extreme learning machine construction , Appl. Numer. Math, 214 (2025), pp. 143--159

  58. [61]

    Y. Wang, Z. Lin, and H. Xie , Neural network element method for partial differential equations , arXiv preprint arXiv:2504.16862, (2025)

  59. [62]

    Yu and W

    B. Yu and W. E , The deep ritz method: a deep learning-based numerical algorithm for solving variational problems , Commun. Math. Stat., 6 (2018), pp. 1--12

  60. [63]

    Y. Zang, G. Bao, X. Ye, and H. Zhou , Weak adversarial networks for high-dimensional partial differential equations , J. Comput. Phys., 411 (2020), p. 109409

  61. [64]

    Zhang, U

    Q. Zhang, U. Banerjee, and I. Babu s ka , Strongly stable generalized finite element method (ssgfem) for a non-smooth interface problem , Comput. Methods Appl. Mech. Engrg., 344 (2019), pp. 538--568