Pith. sign in

REVIEW 3 major objections 5 minor 30 references

FieldTNN-based machine learning method for Maxwell eigenvalue problems

T0 review · 3 major / 5 minor · reviewed 2026-08-12 · deepseek-v4-flash

Pith's one-line read FieldTNN solves Maxwell eigenvalue problems in tensor and non-tensor cavities, with spurious modes filtered automatically by a divergence-free penalty in the loss.

desk verdict Impressive numerics for Maxwell eigenvalues with FieldTNN, but the divergence-free filter's justification doesn't match the paper's own norm definitions. read the letter →

arxiv 2411.15828 v1 pith:WRJHXYPV submitted 2024-11-24 math.NA cs.NA

classification math.NAcs.NA MSC 35A1535Q6065N2568T07
keywords MaxwelleigenvalueproblemFieldTNNtensorneuralnetworkdivergence-freeconditionspuriouseigenpairsnon-tensordomainmachinelearningforPDEselectromagneticcavity
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 proposes a tensor-neural-network method, called FieldTNN, for computing the leading eigenvalues and eigenfunctions of the Maxwell eigenvalue problem in 2D and 3D electromagnetic cavities, including L-shaped and inhomogeneous domains. Its central promise is that the divergence-free constraint—the main source of spurious modes in discretizations of Maxwell's equations—can be built directly into the loss function used for training, so that unphysical eigenpairs are filtered out automatically instead of being removed by a separate post-processing step. The method also extends tensor neural networks from rectangular tensor-product domains to non-tensor domains by decomposing the domain into subdomains and training compactly supported basis functions on each piece. The paper reports relative eigenvalue errors below $10^{-8}$ on smooth cavities and demonstrates usable accuracy on singular L-shaped domains, with the divergence norm of computed eigenfunctions small in all examples. If the approach holds up, it offers a mesh-free alternative for cavity-resonance computations in complex geometries.

What carries the argument

The central object is the FieldTNN itself: a rank-$p$ vector function $\Psi(x;\Theta) = \sum_{k=1}^p u_k \hat\Psi_k(x;\Theta)$, where each vector-valued rank-one block $\hat\Psi_k$ has components that are products of one-dimensional subnetworks, one subnetwork per coordinate per field component. This product structure lets the curl and divergence of the network be written as sums of products of one-dimensional functions, so the stiffness and mass matrices $S_{ji}=A(\hat\Phi_i,\hat\Phi_j)$ and $M_{ji}=B(\hat\Phi_i,\hat\Phi_j)$ of the Galerkin discretization factor into one-dimensional integrals and are assembled by high-order one-dimensional quadrature in $O(d^3 M N)$ operations. The machinery that carries the spurious-mode filtering argument is the ratio $\rho = |E_{NN}|^2_{H(\mathrm{div};\Omega)}/|E_{NN}|^2_{H(\mathrm{curl};\Omega)}$ added as a penalty in the loss (5.13). For non-tensor domains, the paper constructs compactly supported subnetworks by composing each subnetwork with the one-dimensional clamping function $g_{[a,b]}(x)$ built from ReLU units, so that basis functions vanish outside their subdomain and global matrices are assembled by summing subdomain contributions. The boundary condition $E\times n=0$ is enforced by multiplying each field component by analytic factors $\gamma_i(x_i)$ that vanish on the appropriate faces.

What would settle it

A concrete test: construct a Maxwell eigenvalue problem whose relaxed variational form (2.2) has a multiple spurious eigenvalue, or seed the FieldTNN ansatz with two linearly independent curl-free vector fields of equal Rayleigh quotient, and train with loss (5.13). If any reported eigenpair has a large curl-free component yet still attains a small loss and a small ratio $\rho$, the filter has misclassified it; the paper provides no theoretical or numerical evidence for this degenerate case.

Watch

Extended reading notes

Core claim

The paper's central claim is that a FieldTNN—a vector-valued tensor neural network in which each component of the field is a sum of products of one-dimensional subnetworks—can approximate Maxwell eigenpairs to high accuracy while automatically excluding spurious ones. The key mechanism is a loss function $L_{\mathrm{Maxwell}}(\lambda_{k,NN}, E_{k,NN}) = \lambda_{k,NN} + \beta |E_{k,NN}|^2_{H(\mathrm{div};\Omega)} / |E_{k,NN}|^2_{H(\mathrm{curl};\Omega)}$ applied to the leading generalized eigenpairs of the FieldTNN Galerkin system. Because genuine eigenfunctions are divergence-free, their $H(\mathrm{div})$ norm is small, while spurious eigenpairs of the relaxed variational formulation are curl-free when simple, making their $H(\mathrm{curl})$ norm small and the ratio large. Minimizing the summed loss therefore drives the network toward divergence-free eigenspaces, and the paper's numerical experiments show no spurious eigenvalues surviving. On tensor domains the basis functions are products of subnetworks over coordinate intervals; on non-tensor domains the domain is split into tensor subdomains and locally supported subnetworks are trained in each, mimicking spectral element assembly. The paper claims this is the first application of tensor neural networks to vector field eigenvalue problems and the first extension of the TNN framework to non-tensor computational domains.

Load-bearing premise

The method's ability to throw out fake solutions depends on a clean split: true eigen-solutions carry no divergence, while simple fake solutions carry no curl, so the ratio in the loss separates them; if a fake eigenvalue is repeated or mixed with a real one, that split is no longer guaranteed and the paper gives no analysis for that case.

Editorial extensions

If this is right

  • Leading Maxwell eigenvalues in smooth 2D and 3D cavities can be computed with relative errors around $10^{-9}$ to $10^{-8}$, competitive with or better than the two-grid edge-element and mixed spectral element comparisons in the paper.
  • Spurious eigenpairs are filtered during training rather than in a separate post-processing pass, so the output eigenpairs satisfy the divergence-free condition to the tolerance shown by small $|E_{NN}|_{H(\mathrm{div};\Omega)}$ values.
  • The method applies to non-tensor domains such as 2D and 3D L-shaped cavities, where singular eigenfunctions with unbounded gradients are still captured, with largest relative eigenvalue errors around $10^{-3}$ for the singular leading mode.
  • The same FieldTNN construction is claimed to extend to other vector field equations—Maxwell equations, Stokes equations, magnetohydrodynamics—since the architecture and quadrature splitting depend only on the product structure of the field components.
  • Because integration is reduced to one-dimensional quadrature with polynomial complexity in dimension, the approach avoids the curse of dimensionality for the variational forms used here.

Reading between the lines

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

  • Editorial inference: The divergence-free filter relies on the sharp distinction between divergence-free real modes and curl-free simple spurious modes; if a spurious eigenvalue is multiple or nearly degenerate, the ratio $\rho$ may not separate eigenpairs, and the method would need a stabilizer or deflation to stay reliable.
  • Editorial inference: The penalty parameter $\beta$ creates a trade-off: too small leaves spurious modes with small loss, too large distorts the eigenvalue estimate; a principled schedule for $\beta$ is a natural next test.
  • Editorial inference: One could test the method on a domain with a reentrant corner of different angle, where the singular exponent of the Maxwell eigenfunction changes, to see whether the reported accuracy on the 90-degree L-shape degrades.
  • Editorial inference: Because the boundary condition is enforced by analytic multipliers rather than by the network itself, the method's extension to curved or material-interface boundaries would require rederiving those multipliers, which is a concrete limitation not addressed in the paper.
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 / 5 minor

Summary. The paper introduces FieldTNN, a tensor neural network architecture for vector-valued functions, and applies it to the Maxwell eigenvalue problem in two and three dimensions on both tensor-product and non-tensor domains. For non-tensor domains, the method uses locally compactly supported FieldTNN bases on subdomains. The authors propose a loss function that adds a penalty proportional to a H(div)/H(curl) ratio of the computed eigenfunctions in order to automatically filter spurious, non-divergence-free eigenpairs. Numerical experiments on square, L-shaped, inhomogeneous, cubic, and 3D L-shaped cavities report very high accuracy for tensor domains and moderate accuracy for singular non-tensor domains, with comparisons to existing finite element and spectral element results.

Significance. If the claims are substantiated, this is a useful extension of the TNN framework to vector field eigenvalue problems and to non-tensor computational domains. The reported tensor-domain accuracy is genuinely strong: relative eigenvalue errors around 1e-8 to 1e-9 in the square and cube cavities, competitive with or better than the cited standard methods, and the quadrature splitting in Section 5.1 provides a concrete complexity argument for avoiding tensor-product quadrature in low-rank formats. The treatment of non-tensor domains through locally supported TNN bases is a reasonable and potentially transferable idea. However, the central claim that spurious eigenpairs are automatically filtered by the proposed ratio-based penalty is not established as written; the mathematical justification in Section 5.2.1 is inconsistent with the norms defined in Section 2 and does not cover the reported numerical evidence.

major comments (3)
  1. [Section 5.2.1, Eq. (5.13), Tables 6.1, 6.3, 6.5, 6.7, 6.9] The filter ratio as written is incompatible with the norms defined in Section 2. With the full H(div) and H(curl) norms, a normalized real eigenpair satisfies rho = ||E||^2_H(div)/||E||^2_H(curl) = (1 + ||div E||^2)/(1 + ||curl E||^2) = 1/(1 + lambda), which is not close to zero for small eigenvalues; for the first square-cavity mode lambda = pi^2 this gives approximately 0.092. Yet the tables report |E_NN|_H(div) around 1e-9 for normalized eigenfunctions, which is impossible under that same norm because the L2 component alone is of order 1. The text must mean the seminorm ||div E||_L2, not the H(div) norm. This needs to be stated explicitly and consistently throughout, and the separation mechanism must be re-derived for the seminorm, since the claim that the numerator approaches zero is otherwise false.
  2. [Section 5.2.1, Section 2] The justification for separating spurious from real eigenpairs is incomplete. The cited curl-free property is stated only for simple spurious eigenvalues, and the argument that the denominator of the ratio approaches zero relies on that property. For multiple or near-degenerate spurious eigenvalues, no analysis is provided, and a curl-free field can have arbitrarily small divergence, so the ratio with the seminorm does not guarantee a large value for all spurious modes. Since the paper's advertised mechanism is 'automatic filtering of spurious eigenpairs', the authors should either prove the separation under the intended seminorm, or provide a numerical study covering clustered and multiple spurious eigenvalues.
  3. [Sections 5.3 and 6, Eq. (5.13)] The penalty parameter beta in the loss function (5.13) is never disclosed, and the text does not explain how beta is chosen or how the penalty interacts with the generalized eigenvalue problem solved in post-processing. The final eigenvalues are extracted from the GEVP (5.4), not directly from the minimized loss, so it is unclear whether the penalty term actually changes the eigenfunction basis during training or merely adds a constant that vanishes for divergence-free fields. The authors should report beta for each numerical example, discuss its influence on the computed eigenvalues and on the reported H(div) values, and ideally give an error or consistency analysis showing that the penalty does not bias the converged eigenpairs.
minor comments (5)
  1. [Sections 6.1, 6.3] The name is misspelled as 'FiedTNN' in the text introducing the numerical results; it should be 'FieldTNN'.
  2. [Algorithm 2, Section 5.3] Algorithm 2 has two steps labeled 'Step 1'; the second one should be renumbered.
  3. [Section 5.2.1] The word 'filter' is misspelled as 'fileter' in 'fileter ratio'.
  4. [Figure 3.2 caption] The caption contains the typo 'pruple', which should be 'purple'.
  5. [Section 6.2] The numerical setup for the 2D L-shaped cavity reports only Adam optimization, whereas Sections 6.1 and 6.4 describe an additional L-BFGS refinement phase; it would be helpful to state whether such refinement was used or omitted for consistency.

Circularity Check

0 steps flagged · score 0.0 of 10

No significant circularity: the FieldTNN Maxwell eigenvalues are outputs of a generalized eigenproblem benchmarked against independent references, and the prior TNN citations are background, not load-bearing.

full rationale

The paper's derivation chain is self-contained with respect to its central numerical claim. The approximate eigenvalues are obtained by assembling stiffness and mass matrices from FieldTNN basis functions and solving the generalized eigenproblem SU = lambda_NN M U (Eq. (5.4), with entries (5.10)-(5.11)); they are not fitted constants renamed as predictions. The loss function (5.13) is a sum of Rayleigh quotients plus a divergence-free penalty, but the penalty does not define the eigenvalues by construction; it only shapes the trial space during training, and the final eigenpairs are extracted from the generalized eigenproblem. The paper compares against independent benchmarks and prior numerical methods: exact eigenvalues for square and cube cavities, Dauge's benchmark for L-shaped cavities, and published FEM/mixed spectral element results. Citations to earlier TNN works by the same authors ([27]-[29]) supply architecture and quadrature background, but the Maxwell extension and the non-tensor domain construction are built explicitly in this paper through Eqs. (4.1)-(4.7) and (5.14), so the central contribution does not reduce to those citations. The cited curl-free property of simple spurious eigenpairs comes from external sources ([5], [13]), not from the authors' own prior work. One internal issue is noted but is not circularity: the filtering argument in Section 5.2.1 states that for divergence-free real eigenpairs the numerator of the ratio |E|^2_H(div)/|E|^2_H(curl) 'will approach to 0', and Tables 6.1, 6.3, 6.5, 6.7, 6.9 report |E_NN|_H(div) values near 1e-9. Under the H(div) norm defined in Section 2, which includes the L2 term, a normalized divergence-free field has |E|_H(div) = |E|_L2 = 1, not ~0; the tables are consistent only if a divergence seminorm is intended. This is a correctness or reporting inconsistency about the filtering mechanism, not a case where an output is equal to an input by definition. Therefore no circular step is exhibited, and the appropriate score is 0.

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

The method introduces no new physical entities. The free parameters are numerical hyperparameters chosen per example, and the axioms include standard functional analysis plus two heuristic assumptions specific to this paper: the divergence-free filter's reliability and the non-convex optimizer's success. The penalty parameter beta and filter threshold are never specified.

free parameters (5)
  • rank p = 50 or 100 depending on example
    The number of FieldTNN basis functions; chosen per example in Section 6 (e.g., p=50 for square and cube, p=100 for L-shaped and inhomogeneous cavities).
  • penalty parameter beta = not reported
    Appears in loss function (5.13) controlling the divergence-free penalty; no numerical value or schedule is given in the paper.
  • network architecture (hidden layers and neurons) = 3 hidden layers with 50 or 100 neurons
    Each subnetwork uses 3 hidden layers; width chosen per example in Section 6.
  • training schedule (learning rate, epochs, optimizer) = varies per example
    Adam with learning rates 1e-5 to 3e-4 for 50k to 100k epochs, optionally L-BFGS for 5000 steps; these are tuned per example.
  • quadrature points per dimension = 800 or 1600
    Legendre-Gauss points per dimension used in (5.9); chosen per example.
assumptions (4)
  • standard math The variational form (2.2) and the min-max principle justify using the sum of the first M Rayleigh quotients as a loss function.
    Relies on classical spectral theory for compact operators; cited via Babuska-Osborn and Saad.
  • ad hoc to paper Simple spurious eigenpairs of the relaxed form (2.2) are curl-free, so the ratio |E|_H(div)^2/|E|_H(curl)^2 separates them from real eigenpairs.
    Used in Section 5.2.1 without proof; the paper cites Costabel-Dauge and Ciarlet-Hechme, but the practical behavior for multiple or near-degenerate spurious eigenvalues is not analyzed.
  • ad hoc to paper Gradient descent on the non-convex loss (5.13) converges to the leading M eigenpairs of the FieldTNN Galerkin problem.
    No convergence analysis is provided; the method's success relies on the optimizer finding a good minimum, demonstrated empirically in Section 6.
  • ad hoc to paper FieldTNN bases with local compact support can approximate singular Maxwell eigenfunctions (e.g., r^{-1/3} behavior at reentrant corners) to the reported accuracy.
    For L-shaped cavities, eigenfunctions have singularities; the method uses only smooth subnetworks with no enrichment, and the observed error for the first eigenvalue is 1e-3.

how reviews work

0 comments
Cite this review

Pith. "Pith review of FieldTNN-based machine learning method for Maxwell eigenvalue problems." pith.science (2026). https://pith.science/paper/WRJHXYPV

@misc{pith2026241115828,
  author       = {Pith},
  title        = {Pith review of: FieldTNN-based machine learning method for Maxwell eigenvalue problems},
  year         = {2026},
  howpublished = {\url{https://pith.science/paper/WRJHXYPV}},
  note         = {Machine review of arXiv:2411.15828}
}
read the original abstract

The aim of this paper is to introduce a FieldTNN-based machine learning method for solving the Maxwell eigenvalue problem in both 2D and 3D domains, including both tensor and non-tensor computational regions. First, we extend the existing TNN-based approach to address the Maxwell eigenvalue problem, a fundamental challenge in electromagnetic field theory. Second, we tackle non-tensor computational domains, which represents a novel and significant contribution of this work. Third, we incorporate the divergence-free condition into the optimization process, allowing for the automatic filtering of spurious eigenpairs. Numerical examples are presented to demonstrate the efficiency and accuracy of our algorithm, underscoring its potential for broader applications in computational electromagnetics.

Figures

Figures reproduced from arXiv: 2411.15828 by the authors.

Figure 3.1
Figure 3.1. Architecture of TNN. The red circles xj (j = 1, · · · , d) are the input data, then the blue circles ψˆ j,k(xj ; θj ) (j = 1, · · · , d, k = 1, · · · , p) are obtain by the hidden layers of each subnetworks (the green cirlces), i.e., the FNN as shown in Eq. (3.1). The orange ovals Q d j=1 ψˆ j,k (xj ; θj ) (k = 1, · · · , p) are obtained by the scalar multiplication of the blue circles. The summation of p oranges ov… view at source ↗
Figure 3.2
Figure 3.2. Architecture of FieldTNN. The red circles [PITH_FULL_IMAGE:figures/full_fig_p007_3_2.png] view at source ↗
Figure 4.1
Figure 4.1. Illustration for the L-shaped domain. fig:sec4 10 [PITH_FULL_IMAGE:figures/full_fig_p010_4_1.png] view at source ↗
Figures from the paper (6 more)
Figure 6.1
Figure 6.1. Figure 6.1: Maxwell eigenfunctions in square cavity Ω = [0 [PITH_FULL_IMAGE:figures/full_fig_p018_6_1.png]
Figure 6.2
Figure 6.2. Figure 6.2: Maxwell eigenfunctions in square cavity Ω = [0 [PITH_FULL_IMAGE:figures/full_fig_p019_6_2.png]
Figure 6.3
Figure 6.3. Figure 6.3: Norms of Maxwell eigenfunctions for the first 5 eigenvalues in a 2D L-shaped cavity, [PITH_FULL_IMAGE:figures/full_fig_p021_6_3.png]
Figure 6.4
Figure 6.4. Figure 6.4: Computational domain for the numerical example in Section [PITH_FULL_IMAGE:figures/full_fig_p021_6_4.png]
Figure 6.5
Figure 6.5. Figure 6.5: Norms of Maxwell eigenfunctions corresponding to the first 6 eigenvalues in an inhomo [PITH_FULL_IMAGE:figures/full_fig_p023_6_5.png]
Figure 6.6
Figure 6.6. Figure 6.6: Computational domain: 3D L-shaped cavity Ω = [PITH_FULL_IMAGE:figures/full_fig_p024_6_6.png]

Discussion (0). Continue with ORCID to comment.

Reference graph

Works this paper leans on

30 extracted references · 28 canonical work pages

  1. [1]

    Abadi, P

    M. Abadi, P. Barham, J. Chen, Z. Chen, A. Davis, J. Dean, M. Devin, S. Ghemawat, G. Irving, M. Isard, et al. Tensorflow: A system for large-scale machine learning. In 12th USENIX Symposium on Operating Systems Design and Implementation , pages 265--283, 2016

  2. [2]

    Babu s ka and J

    I. Babu s ka and J. Osborn. Eigenvalue problems. In Finite Element Methods (Part 1) , volume 2 of Handbook of Numerical Analysis , pages 641--787. Elsevier, 1991

  3. [3]

    Boffi, F

    D. Boffi, F. Brezzi, and M. Fortin. Mixed finite element methods and applications , volume 44 of Springer Series in Computational Mathematics . Springer, Heidelberg, 1st edition, 2013

  4. [4]

    J. Conway. A course in functional analysis . Springer, Berlin, 2007

  5. [5]

    Costabel and M

    M. Costabel and M. Dauge. Computation of resonance frequencies for Maxwell equations in non-smooth domains , pages 125--161. Springer, Berlin, Heidelberg, 2003

  6. [6]

    M. Dauge. https://perso.univrennes1.fr/monique.dauge/core/index.html

  7. [7]

    Du and H

    Z. Du and H. Duan. A mixed method for M axwell eigenproblem. Journal of Scientific Computing , 82(8), 2020

  8. [8]

    W. E and B. Yu. The D eep R itz M ethod: A deep learning-based numerical algorithm for solving variational problems. Communications in Mathematics and Statistics , 6(1):1--12, 2018

Show all 30 references
  1. [9]

    Gastaldi

    L. Gastaldi. F. Bertrand, D. Boffi. Approximation of the M axwell eigenvalue problem in a least-squares setting. Computers & Mathematics with Applications. , 148:302--312, 2023

  2. [10]

    J. Han, J. Lu, and M. Zhou. Solving high-dimensional eigenvalue problems using deep neural networks: A diffusion monte carlo like approach. Journal of Computational Physics , 423:109792, 2020

  3. [11]

    Hiptmair

    R. Hiptmair. Finite elements in computational electromagnetism. Acta Numerica , 11:237–339, 2002

  4. [12]

    Jiang and J

    J. Jiang and J. An. Numerical approximation based on a decoupled dimensionality reduction scheme for M axwell eigenvalue problem. Mathematical Methods in the Applied Sciences , 46(16):17367--17387, 2023

  5. [13]

    Ciarlet Jr and G

    P. Ciarlet Jr and G. Hechme. Computing electromagnetic eigenmodes with continuous galerkin approximations. Computer Methods in Applied Mechanics and Engineering , 198(2):358--365, 2008

  6. [14]

    Kwan and J

    Y.-Y. Kwan and J. Shen. An efficient direct parallel spectral-element solver for separable elliptic problems. Journal of Computational Physics , 225(2):1721--1735, 2007

  7. [15]

    Lagaris, A

    I.E. Lagaris, A. Likas, and D.I. Fotiadis. Artificial neural network methods in quantum mechanics. Computer Physics Communications , 104(1):1--14, 1997

  8. [16]

    H. Li, Q. Zhai, and J. Chen. Neural-network-based multistate solver for a static schr\" o dinger equation. Physical Review A , 103:032405, 2021

  9. [17]

    Y. Li, Z. Lin, Y. Wang, and H. Xie. Tensor neural network interpolation and its applications. arXiv:2404.07805 , 2024

  10. [18]

    Z. Li, Z. Qiao, and T. Tang. Numerical solution of differential equations: introduction to finite difference and finite element methods . Cambridge University Press, Cambridge, 2017

  11. [19]

    N. Liu, Y. Tang, X. Zhu, L. Tobón, and Q. Liu. Higher-order mixed spectral element method for M axwell eigenvalue problem. In 2013 IEEE Antennas and Propagation Society International Symposium (APSURSI) , pages 1646--1647, 2013

  12. [20]

    N. Liu, L. Tobón, Y. Tang, and Q. Liu. Mixed spectral element method for 2 D M axwell’s eigenvalue problem. Communications in Computational Physics , 17(2):458–486, 2015

  13. [21]

    N. Liu, L. Tobón, Y. Zhao, Y. Tang, and Q. Liu. Mixed spectral-element method for 3- D maxwell's eigenvalue problem. IEEE Transactions on Microwave Theory and Techniques , 63(2):317--325, 2015

  14. [22]

    P. Monk. Finite Element Methods for Maxwell's Equations . Oxford University Press, 2003

  15. [23]

    Paszke, S

    A. Paszke, S. Gross, S. Chintala, G. Chanan, E. Yang, Z. DeVito, Z. Lin, A. Desmaison, L. Antiga, and A. Lerer. Automatic differentiation in P y T orch. In NIPS 2017 Workshop on Autodiff , 2017

  16. [24]

    Y. Saad. Numerical Methods For Large Eigenvalue Problems . Society for Industrial and Applied Mathematics, 2011

  17. [25]

    J. Shen, T. Tang, and L.-L. Wang. Spectral methods: algorithms, analysis and applications , volume 41. Springer Science & Business Media, 2011

  18. [26]

    Sun and A

    J. Sun and A. Zhou. Finite Element Methods for Eigenvalue Problems . Chapman and Hall/CRC, 1st edition, 2016

  19. [27]

    Y. Wang, P. Jin, and H. Xie. Tensor neural network and its numerical integration. Journal of Computational Mathematics , 42(6):1714--1742, 2024

  20. [28]

    Y. Wang, Z. Lin, Y. Liao, H. Liu, and H. Xie. Solving high dimensional partial differential equations using tensor neural network and a posteriori error estimators. Journal of Scientific Computing , 101:67, 2024

  21. [29]

    Wang and H

    Y. Wang and H. Xie. Computing multi-eigenpairs of high-dimensional eigenvalue problems using tensor neural networks. Journal of Computational Physics , 506:112928, 2024

  22. [30]

    J. Zhou, X. Hu, L. Zhong, S. Shu, and L. Chen. Two-grid methods for M axwell eigenvalue problems. SIAM Journal on Numerical Analysis , 52(4):2027--2047, 2014

Pith tools

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