Pith. sign in

REVIEW 4 major objections 5 minor 300 references

Neural operators solve inverse problems for constitutive model discovery

T0 review · 4 major / 5 minor · reviewed 2026-08-02 · deepseek-v4-flash

Pith's one-line read A pair of neural operators, PANO and CANO, learns to map full-field displacement data and reaction forces directly to a hyperelastic material's strain-energy density function, returning the model in a single forward pass without solving an

desk verdict A useful, mostly credible operator-learning framework for parametric hyperelastic identification, but the 'discovery' claim is only demonstrated within the six-parameter separable cubic family that the CANO trunk encodes by construction. read the letter →

arxiv 2607.15049 v1 pith:FSRJEZQI submitted 2026-07-16 cs.CE cond-mat.mtrl-sci

classification cs.CEcond-mat.mtrl-sci
keywords neuraloperatorsconstitutivemodeldiscoveryhyperelasticitystrain-energydensityinverseproblemsphysics-augmentednetworksLaplacianeigenfunctionencodingmaterialcharacterization
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 two neural operator architectures, PANO and CANO, that learn a map from measurable quantities—surface displacement fields and net reaction forces—to the infinite-dimensional space of admissible hyperelastic strain-energy density functions. In contrast to standard material characterization, which solves an optimization problem each time, a trained operator returns the material model in one forward pass. The output is constrained to be physically admissible (objective, stress-free, polyconvex, etc.) by construction. The authors demonstrate robustness to noise, missing data, different discretizations, and specimen size, and present a numerical identifiability analysis showing that within the six-parameter cubic family of strain-energy functions the standardized experiment yields no non-identifiable parameter directions. The load-bearing claim is that the operator captures the physics-to-data map accurately enough for near-instantaneous material characterization without retraining.

What carries the argument

The load-bearing construction is the branch-and-trunk operator architecture. The branch net takes the flattened coefficients of the displacement field's Laplacian-eigenfunction expansion together with the normalized reaction-force history, and outputs a non-negative latent vector. The trunk net maps the isochoric invariants to a latent feature vector: in PANO these features are learned convex monotone functions (input-convex networks); in CANO they are the six fixed monomials of a cubic generalized Mooney–Rivlin expansion. The strain-energy density is the inner product of the two latent vectors scaled by the reaction-force norm. The Laplacian-eigenfunction projection in the branch's first la

What would settle it

Generate synthetic displacement and reaction data from a strain-energy function outside the six-parameter separable cubic family—e.g., one with a coupling term C11(¯I1−3)(¯I2−3^(3/2))—and feed it to the trained operator. If the predicted energy deviates substantially from the truth over the sampled invariant domain, the claim that the operator maps into the infinite-dimensional space is refuted.

Watch

Extended reading notes

Core claim

The central claim is that the inverse problem of constitutive model discovery can be reformulated as supervised operator learning: a neural operator approximates the conditional inverse operator that maps an observation tuple—surface displacements and net reaction force—to the physically admissible strain-energy density function. The operator is trained on thousands of simulated experiments for strain-energy functions sampled from a six-parameter cubic family. Its branch net encodes the displacement field through Laplacian eigenfunctions, which makes the prediction independent of the measurement grid and robust to noise, while its trunk net outputs latent features designed to enforce objecti

Load-bearing premise

The operator is trained and tested only on strain-energy functions of the six-parameter separable cubic form, and the CANO trunk features are exactly those six monomials; so the demonstrated accuracy establishes recovery of six coefficients within a pre-chosen model family, not discovery of a general constitutive function.

Editorial extensions

If this is right

  • Trained operators characterize a new material without any optimization loop, so material identification becomes near-instantaneous and could be run in real time during experiments.
  • Because the branch input is a spectral encoding rather than raw grid values, the same operator works for different measurement resolutions, partial fields, and specimens of different side lengths and thicknesses, subject to the stated scaling relations.
  • The predicted models are admissible by construction, so they can be plugged directly into finite element simulations without additional regularization or stability checks.
  • The SVD-based identifiability analysis provides a quantitative way to judge whether a given experiment, material class, and set of measured quantities can uniquely determine material parameters, which can guide experimental design.
  • The framework reframes simulation databases as reusable assets: data generated for one-off calibration can instead train operators that serve many future inverse problems.

Reading between the lines

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

  • Editorial inference: The current demonstration is essentially coefficient identification within a known six-parameter family, so the more ambitious 'discovery' claim needs a test on out-of-family functions; if the operator were trained on a mixture of model forms, it might interpolate across families in ways the fixed-feature CANO cannot.
  • Editorial inference: The Laplacian-encoding trick generalizes beyond this setting: representing input fields in the eigenbasis of the problem domain regularizes any inverse operator learning task, potentially reducing the data needed for other ill-posed identification problems.
  • Editorial inference: Conditioning the operator on the loading protocol or geometry descriptor (rather than a fixed standardized experiment) would be a natural next step and is implicitly supported by the scaling-invariance results, since the operator must currently be retrained for fundamentally different boundary conditions.
  • Editorial inference: The identifiability matrix could be used as a cheap a priori experiment-design tool: maximizing its smallest singular value over candidate loading protocols would give an optimization criterion for designing tests that most reliably separate material parameters.
Share X Bluesky LinkedIn Reddit HN

Signed reviews

No signed human review yet.

Editorial analysis

A structured set of objections, weighed in public.

Desk editor's note, referee report, and a circularity audit.

Referee Report

4 major / 5 minor

Summary. The paper proposes two neural operator architectures, PANO and CANO, that map full-field displacement measurements and net reaction forces directly to the hyperelastic strain-energy density function, eliminating the need to solve iterative inverse calibration problems. The operators combine a DeepONet-style branch net, which encodes displacement fields via Laplacian eigenfunctions and force data, with a physics-constrained trunk net based on PANN or CANN architectures. Training data are generated from 3000 finite element simulations of a thin plate with a central hole, using the six-parameter separable cubic strain-energy family of Eq. (24). The authors test on unseen samples, noisy displacement data, missing spatial data, different discretizations, and scaled geometries, and they analyze identifiability within the six-parameter CANO class via singular values of the weak-form equilibrium system. The central claim is that, after training, a single forward pass yields a physically admissible strain-energy density from a new experimental dataset.

Significance. If the claimed generalization holds, the framework is a useful step toward amortized inverse material characterization: it avoids per-material retraining and iterative optimization, builds physical admissibility (polyconvexity, objectivity, stress-free reference state) directly into the output, and introduces a discretization-robust encoding via Laplacian eigenfunctions. The simulated-data study is carefully designed within its family, and the SVD identifiability analysis in Section 4.2 is a valuable diagnostic. However, the demonstrated scope is narrower than the title and abstract suggest: all training and test materials lie in a six-parameter polynomial family, and CANO's trunk uses exactly that basis. The evidence therefore supports coefficient identification within a preselected model family rather than discovery of general constitutive functions in the infinite-dimensional space W of Eq. (2).

major comments (4)
  1. [§2.3.2, §2.5, Eq. (24); Abstract] All training and test labels are generated from the six-parameter separable cubic family in Eq. (24), and the CANO trunk in Eq. (23) is exactly the monomial basis of that family. The learned operator therefore cannot represent any strain-energy function outside this family, and the empirical results demonstrate six-coefficient identification within a known basis rather than discovery of a general function in the infinite-dimensional space W of Eq. (2). This undercuts the abstract's "infinite-dimensional output space" claim and the Introduction's statement that the framework "reduces a priori assumptions about material behavior" and "can predict a variety of functional forms" (Section 1). PANO is architecturally more flexible but is trained and tested only on this same family, so it provides no out-of-family evidence. Either add out-of-family experiments or rephrase the claims to in-famil
  2. [§3.1–3.3] The quantitative evaluation is limited to histograms and selected best/median/worst curves; no numerical MSE values, quantiles, or confidence intervals are reported anywhere. This makes it impossible to assess the frequency of outliers and the magnitude of the "excellent agreement" claimed in Sections 3.1–3.2. For instance, the PANO worst-case MSE is dismissed as an "exceptional outlier" without reporting its rank or frequency. Please report numeric error statistics (e.g., median, 95th percentile, max MSE, or relative L2 errors) over the full test set, and if feasible confidence intervals across repeated training runs.
  3. [§3.3; Eq. (21)] The noise-robustness study perturbs only the displacement fields; the scalar reaction force R_data, which enters the branch net and provides the absolute scale through Eq. (21), is left unchanged. Since the abstract claims robustness to "noisy data" generally and the load-cell signal is an equally important measurement, the current experiment does not fully support the claim. Please add tests with reaction-force noise (and combined noise), or explicitly restrict the robustness claim to displacement noise.
  4. [§4.2, Eqs. (32)–(38)] The identifiability analysis is an honest and useful check, but its scope is narrow: it assumes plane stress, exact displacement data, and that the true model lies in CANO's six-parameter feature space. The reported σ_min/σ_max ≳ 0.15 is only for "representative datasets," and the tolerance τ is not specified. Because the conclusion "no non-identifiable directions" is used to argue that the framework regularizes the inverse problem, the analysis should be documented across all 3000 simulations and for noisy or missing-data cases; otherwise the conclusion should be stated more cautiously.
minor comments (5)
  1. [§2.5] In the parameter-scaling sentence, "C01 = ¯C10/5" appears to be a typo; it should be "C01 = ¯C01/5".
  2. [Eq. (21)] The scaling by ∥R_data∥ is used both in normalizing the branch-net input and in rescaling the final strain energy. Please clarify this two-step use in the notation to avoid confusion.
  3. [Figures 5–6] The histograms in Figs. 5a and 6a lack axis labels in the captions; the x-axis presumably is MSE, but this should be stated explicitly.
  4. [§3.4] The geometry-scaling test is performed for a single representative material model. This demonstration is suggestive, but a statement about the robustness across the full test set would strengthen the claim of geometry invariance.
  5. [§4.2, Eq. (27)] The determinant expression 1/det(I+∇u_t(X)) is written with a scalar denominator; the notation would be clearer if the inverse of the 2×2 block and the scalar determinant were distinguished explicitly.

Circularity Check

0 steps flagged · score 0.0 of 10

No significant circularity: the neural operators are trained on independently simulated FE data; the CANO basis overlap with the training family is a scope limitation, not a circular derivation.

full rationale

The central mapping from displacement/reaction-force data to strain-energy densities is learned in a standard supervised setting: labeled pairs (u_data, R_data, W_data) come from independent finite-element simulations (Sections 2.4–2.5), and test accuracy is evaluated on held-out simulations (Sections 3.1–3.2). Nothing in that loop is fitted to the test set or renamed from a fitted parameter. The main limitation, correctly identified by the reader, is that CANO's trunk features (Eq. 23) are exactly the six monomials of the training family (Eq. 24), so CANO cannot represent out-of-family constitutive functions and the reported tests demonstrate in-family coefficient identification rather than general functional discovery. However, this is an expressiveness/validation-scope issue, not circularity: the output basis is an explicit architectural choice, and the branch coefficients are learned from data rather than defined as the target. PANO's trunk is more flexible but is likewise only trained and evaluated on the same six-parameter family, so the 'infinite-dimensional discovery' claim is under-supported; again, this is an overclaim, not a definitional reduction. The identifiability analysis in Section 4.2 is an independent SVD sensitivity check, and the paper itself restricts its conclusion to the six-parameter class and to exact plane-stress displacement data. Self-citations (e.g., Flaschel et al. 2021, 2026a,b,c) concern implementation details, prior database-based Material Fingerprinting, and EUCLID-style matrix assembly; they are not used as the justification for the neural operator result. Universal-approximation citations are used only as background, and the paper explicitly notes these guarantees do not apply to the finite-capacity networks used in practice. Overall, the derivation chain is self-contained against independent simulation data, and no load-bearing step reduces by construction or by self-citation to its own input.

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

All central claims rest on the restricted constitutive class and the assumption that synthetic FE data stand in for experimental reality. The free parameters are mostly design choices for the training distribution and network capacity. No invented physical entities appear; the latent features psi are computational coordinates, not new physics.

free parameters (4)
  • C_ij sampling ranges and scaling = [0,1]^6 with per-term scaling
    Defines the six-parameter separable cubic model family in Eq. (24) used to generate all training and test data; chosen by hand, not derived.
  • N_phi = number of Laplacian eigenfunctions = 100
    Chosen hyperparameter for displacement encoding; balances compression vs. fidelity; no convergence study is reported.
  • N_b = latent feature dimension = 12 (PANO), 6 (CANO)
    Determines expressive capacity of the operator output; tuned via optuna on validation for some variants, otherwise heuristic.
  • I_sample invariant sampling domain = I*_2 <= I*_1 + 3 (heuristic)
    Chosen to approximate invariants encountered in training simulations; authors state that alternative sampling domains did not significantly affect the results.
assumptions (5)
  • domain assumption Material response is incompressible, isotropic, hyperelastic, with separable strain energy W(I1*,I2*) in C^2 satisfying Eq. (2).
    The entire function space and training data are restricted to this class; the inverse problem and identifiability analysis are only meaningful inside it. Eq. (2), Section 2.1.1.
  • domain assumption Forward FE simulations in FEniCSx exactly solve the incompressible finite-strain BVP for sampled models.
    Training data are treated as ground truth; no verification of FE convergence or experimental validation is provided. Appendix A.
  • domain assumption For identifiability analysis, plane stress conditions hold and displacement fields fully determine F via Eq. (27) with P_33 = 0.
    Section 4.2 uses the reduced plane-stress assumption to derive A and the SVD rank; thin-plate approximation is stated but not quantified.
  • domain assumption Geometry rescaling rules (thickness scales force by s3; side length scales displacements and force by s1) remain valid for the tested scaling factors.
    Used to apply the operator to different-sized specimens (Sections 2.4 and 3.4) without retraining; relies on thin-plate plane-stress validity.
  • standard math Monotone convex functions of the lifted polyconvex invariants I1* and I2* = I2^(3/2) - 3^(3/2) are polyconvex, per Hartmann and Neff.
    Basis for claiming polyconvexity by construction in Eqs. (21)-(23) and in the PANO trunk design.

how reviews work

0 comments
Cite this review

Pith. "Pith review of Neural operators solve inverse problems for constitutive model discovery." pith.science (2026). https://pith.science/paper/FSRJEZQI

@misc{pith2026260715049,
  author       = {Pith},
  title        = {Pith review of: Neural operators solve inverse problems for constitutive model discovery},
  year         = {2026},
  howpublished = {\url{https://pith.science/paper/FSRJEZQI}},
  note         = {Machine review of arXiv:2607.15049}
}
read the original abstract

Characterizing the mechanical response of materials traditionally requires solving optimization problems in which model parameters are calibrated or trained to minimize the discrepancy between model predictions and experimental data. This process can be computationally expensive and time-consuming. To overcome this limitation, we propose two neural operator architectures that directly map experimentally measured data to the constitutive functions governing the mechanical response of the material: Physics-Augmented Neural Operators (PANO) and Constitutive Artificial Neural Operators (CANO). The proposed neural operators approximate the mapping between the infinite-dimensional input space of full-field displacement measurements and net reaction forces, and the infinite-dimensional output space of hyperelastic strain-energy density functions. The displacement fields are encoded through Laplacian eigenfunctions to obtain discretization-independent and noise-robust predictions. Our framework constrains the output space to physically admissible material models that satisfy fundamental physical requirements by design. The neural operators are trained on simulated data tuples of displacement fields and reaction forces for a range of material models. Once trained, the neural operators enable near-instantaneous material characterization and require only a single forward pass to infer the strain-energy density function from a given experimental dataset. We test the predictive power of the neural operators for unseen data, noisy data, data with missing information, data from different spatial discretizations, and data from geometries of different sizes.

Figures

Figures reproduced from arXiv: 2607.15049 by the authors.

Figure 1
Figure 1. Graphical abstract: The Physics-Augmented Neural Operator (PANO) and Constitutive Artificial Neural Operator (CANO) are composed of a trunk and branch net. The trunk net maps the deformation gradient to a latent space. The Physics-Augmented Neural Network (PANN) or Constitutive Artificial Neural Network (CANN) architecture chosen for the trunk net guarantee physical admissibility of the material model. The discretiz… view at source ↗
Figure 2
Figure 2. Physics-Augmented Neural Operator (PANO) architecture. [PITH_FULL_IMAGE:figures/full_fig_p009_2.png] view at source ↗
Figure 3
Figure 3. Constitutive Artificial Neural Operator (CANO) architecture. [PITH_FULL_IMAGE:figures/full_fig_p012_3.png] view at source ↗
Figures from the paper (6 more)
Figure 4
Figure 4. Figure 4: Specimen geometry (left) and symmetry-reduced computational domain with applied boundary conditions (right). [PITH_FULL_IMAGE:figures/full_fig_p012_4.png]
Figure 5
Figure 5. Figure 5: PANO results for unseen testing data. 3.1. PANO We use the Adam optimizer to train the PANO on 80% of the simulation data. 10% of the simulation data is used for validation during the training process. The corresponding validation loss is used to select the best model …
Figure 6
Figure 6. Figure 6: CANO results for unseen testing data. A comparison of the PANO and CANO results reveals that the MSE distribution for CANO is shifted towards lower values, and the minimum and median MSE values are closer to one another than those obtained with PANO. This indi￾cates th…
Figure 7
Figure 7. Figure 7: CANO results for the median MSE sample of the [PITH_FULL_IMAGE:figures/full_fig_p016_7.png]
Figure 8
Figure 8. Figure 8: CANO results for the median MSE sample of the [PITH_FULL_IMAGE:figures/full_fig_p017_8.png]
Figure 9
Figure 9. Figure 9: CANO results for unseen data stemming from a different discretization and different geometry dimensions. deliberately differs from that employed during the generation of the training data. Fig. 9a shows the spatial locations at which displacements are evaluated on the …

Discussion (0). Continue with ORCID to comment.

Reference graph

Works this paper leans on

300 extracted references · 108 canonical work pages

  1. [1]

    Strain , author =

    A. Strain , author =. 2017 , pages =. doi:10.1111/str.12229 , abstract =

  2. [2]

    International Journal for Numerical Methods in Engineering , author =

    Adjoint-weighted variational formulation for the direct solution of inverse problems of general linear elasticity with full interior data:. International Journal for Numerical Methods in Engineering , author =. 2010 , pages =. doi:10.1002/nme.2760 , abstract =

  3. [3]

    Computer Methods in Applied Mechanics and Engineering , author =

    Solution of the nonlinear elasticity imaging inverse problem:. Computer Methods in Applied Mechanics and Engineering , author =. 2011 , pages =. doi:10.1016/j.cma.2010.12.018 , abstract =

  4. [4]

    Composite Structures , author =

    A new approach to inverse identification of mechanical properties of composite materials:. Composite Structures , author =. 2013 , pages =. doi:10.1016/j.compstruct.2013.04.025 , abstract =

  5. [5]

    Biomechanics and Modeling in Mechanobiology , author =

    Inverse identification of local stiffness across ascending thoracic aortic aneurysms , volume =. Biomechanics and Modeling in Mechanobiology , author =. 2019 , pages =. doi:10.1007/s10237-018-1073-0 , abstract =

  6. [6]

    Annals of Biomedical Engineering , author =

    Identifying. Annals of Biomedical Engineering , author =. 2019 , pages =. doi:10.1007/s10439-019-02204-5 , abstract =

  7. [7]

    Cardiovascular Engineering , author =

    A. Cardiovascular Engineering , author =. 2006 , pages =. doi:10.1007/s10558-006-9013-5 , abstract =

  8. [8]

    Journal of Biomechanical Engineering , author =

    A. Journal of Biomechanical Engineering , author =. 2003 , pages =. doi:10.1115/1.1574333 , abstract =

Show all 300 references
  1. [9]

    Biomechanics and Modeling in Mechanobiology , author =

    Identifying heterogeneous anisotropic properties in cerebral aneurysms: a pointwise approach , volume =. Biomechanics and Modeling in Mechanobiology , author =. 2011 , pages =. doi:10.1007/s10237-010-0225-7 , language =

  2. [10]

    Biomechanics and Modeling in Mechanobiology , author =

    Pointwise characterization of the elastic properties of planar soft tissues: application to ascending thoracic aneurysms , volume =. Biomechanics and Modeling in Mechanobiology , author =. 2015 , pages =. doi:10.1007/s10237-014-0646-9 , language =

  3. [11]

    Proceedings of the Royal Society A: Mathematical, Physical and Engineering Sciences , author =

    Digital image correlation-based point-wise inverse characterization of heterogeneous material properties of gallbladder. Proceedings of the Royal Society A: Mathematical, Physical and Engineering Sciences , author =. 2014 , pages =. doi:10.1098/rspa.2014.0152 , abstract =

  4. [12]

    Pointwise identification of elastic properties in nonlinear heterogeneous membranes, and application to soft tissues , url =

    Zhao, Xuefeng , month = may, year =. Pointwise identification of elastic properties in nonlinear heterogeneous membranes, and application to soft tissues , url =. doi:10.17077/etd.4qcg3dn5 , file =

  5. [13]

    Computer Methods in Applied Mechanics and Engineering , author =

    Nonlinear material identification of heterogeneous isogeometric. Computer Methods in Applied Mechanics and Engineering , author =. 2022 , pages =. doi:10.1016/j.cma.2021.114442 , abstract =

  6. [14]

    Computer Methods in Applied Mechanics and Engineering , author =

    Elastic properties of anisotropic vascular membranes examined by inverse analysis , volume =. Computer Methods in Applied Mechanics and Engineering , author =. 2009 , pages =. doi:10.1016/j.cma.2008.08.002 , abstract =

  7. [15]

    Proceedings of the Royal Society A: Mathematical, Physical and Engineering Sciences , author =

    Estimation of the distributions of anisotropic, elastic properties and wall stresses of saccular cerebral aneurysms by inverse analysis , volume =. Proceedings of the Royal Society A: Mathematical, Physical and Engineering Sciences , author =. 2008 , pages =. doi:10.1098/rspa....

  8. [16]

    Journal of Computational and Applied Mathematics , author =

    A numerical framework for material characterisation of inhomogeneous hyperelastic membranes by inverse analysis , volume =. Journal of Computational and Applied Mathematics , author =. 2010 , pages =. doi:10.1016/j.cam.2009.12.049 , abstract =

  9. [17]

    IEEE Transactions on Neural Networks , author =

    Universal approximation to nonlinear operators by neural networks with arbitrary activation functions and its application to dynamical systems , volume =. IEEE Transactions on Neural Networks , author =. 1995 , pages =. doi:10.1109/72.392253 , abstract =

  10. [18]

    Arbitrary-

    Yu, Annan and Becquey, Chloé and Halikias, Diana and Mallory, Matthew Esmaili and Townsend, Alex , month = sep, year =. Arbitrary-

  11. [19]

    IEEE Transactions on Circuits and Systems I: Fundamental Theory and Applications , author =

    Approximations for nonlinear functionals , volume =. IEEE Transactions on Circuits and Systems I: Fundamental Theory and Applications , author =. 1992 , pages =. doi:10.1109/81.109247 , language =

  12. [20]

    Journal of Machine Learning Research , author =

    On. Journal of Machine Learning Research , author =. 2021 , pages =

  13. [21]

    Li, Zongyi and Kovachki, Nikola and Azizzadenesheli, Kamyar and Liu, Burigede and Bhattacharya, Kaushik and Stuart, Andrew and Anandkumar, Anima , year =. Fourier. doi:10.48550/arXiv.2010.08895 , abstract =

  14. [22]

    Optimal choice of spatially adaptive parameters in total generalized variation via bilevel optimization with applications to

    Sirotenko, Clemens , year =. Optimal choice of spatially adaptive parameters in total generalized variation via bilevel optimization with applications to

  15. [23]

    Journal of Mathematical Imaging and Vision , author =

    A. Journal of Mathematical Imaging and Vision , author =. 2011 , pages =. doi:10.1007/s10851-010-0251-1 , abstract =

  16. [24]

    Physica D: Nonlinear Phenomena , author =

    Nonlinear total variation based noise removal algorithms , volume =. Physica D: Nonlinear Phenomena , author =. 1992 , pages =. doi:10.1016/0167-2789(92)90242-F , language =

  17. [25]

    Journal of Applied Physics , author =

    Thermoelasticity and. Journal of Applied Physics , author =. 1956 , pages =. doi:10.1063/1.1722351 , abstract =

  18. [26]

    Journal of the Mechanics and Physics of Solids , author =

    Inelastic constitutive relations for solids:. Journal of the Mechanics and Physics of Solids , author =. 1971 , pages =. doi:10.1016/0022-5096(71)90010-X , language =

  19. [27]

    Amos, Brandon and Xu, Lei and Kolter, J Zico , year =. Input. Proceedings of the 34th

  20. [28]

    Journal of Machine Learning Research , author =

    Deep. Journal of Machine Learning Research , author =. 2018 , pages =

  21. [29]

    2014 , pages =

    IEEE Transactions on Medical Imaging , author =. 2014 , pages =. doi:10.1109/TMI.2014.2337321 , abstract =

  22. [30]

    Long, Zichao and Lu, Yiping and Ma, Xianzhong and Dong, Bin , month = jan, year =

  23. [31]

    Journal of Computational Physics , author =

    Data driven governing equations approximation using deep neural networks , volume =. Journal of Computational Physics , author =. 2019 , pages =. doi:10.1016/j.jcp.2019.06.042 , language =

  24. [32]

    Kovachki, Nikola and Li, Zongyi and Liu, Burigede and Azizzadenesheli, Kamyar and Bhattacharya, Kaushik and Stuart, Andrew and Anandkumar, Anima , month = apr, year =. Neural

  25. [33]

    SIAM Review , author =

    Optimization. SIAM Review , author =. 2018 , pages =. doi:10.1137/16M1080173 , abstract =

  26. [34]

    Journal of Machine Learning Research , author =

    Adaptive. Journal of Machine Learning Research , author =. 2011 , pages =

  27. [35]

    and Ba, Jimmy , month = jan, year =

    Kingma, Diederik P. and Ba, Jimmy , month = jan, year =. Adam:

  28. [36]

    Mathematics of Control, Signals, and Systems , author =

    Approximation by superpositions of a sigmoidal function , volume =. Mathematics of Control, Signals, and Systems , author =. 1989 , pages =

  29. [37]

    1988 , pages =

    Capabilities of three-layered perceptrons , isbn =. 1988 , pages =. doi:10.1109/ICNN.1988.23901 , abstract =

  30. [38]

    1988 , pages =

    There exists a neural network that does not make avoidable mistakes , isbn =. 1988 , pages =. doi:10.1109/ICNN.1988.23903 , abstract =

  31. [39]

    Neural Networks , author =

    On the approximate realization of continuous mappings by neural networks , volume =. Neural Networks , author =. 1989 , pages =. doi:10.1016/0893-6080(89)90003-8 , abstract =

  32. [40]

    2022 , file =

    Unsupervised discovery of pressure-sensitive plastic yield criteria with non-associative flow rules under convex constraints , author =. 2022 , file =

  33. [41]

    Acta Numerica , author =

    Approximation theory of the. Acta Numerica , author =. 1999 , pages =. doi:10.1017/S0962492900002919 , abstract =

  34. [42]

    IEEE Signal Processing Magazine , author =

    Using. IEEE Signal Processing Magazine , author =. 2018 , pages =. doi:10.1109/MSP.2017.2760358 , language =

  35. [43]

    IEEE Signal Processing Magazine , author =

    Plug-and-. IEEE Signal Processing Magazine , author =. 2023 , pages =. doi:10.1109/MSP.2022.3199595 , language =

  36. [44]

    IEEE Signal Processing Magazine , author =

    Algorithm. IEEE Signal Processing Magazine , author =. 2021 , pages =. doi:10.1109/MSP.2020.3016905 , language =

  37. [45]

    Daya , editor =

    Reddy, B. Daya , editor =. Introductory. 1998 , doi =

  38. [46]

    Introductory functional analysis with applications , isbn =

    Kreyszig, Erwin , year =. Introductory functional analysis with applications , isbn =

  39. [47]

    Phase-regularized and displacement-regularized compressed sensing for fast magnetic resonance elastography , journal =

    Mohammed, Shahed , year =. Phase-regularized and displacement-regularized compressed sensing for fast magnetic resonance elastography , journal =

  40. [48]

    Journal of Physics: Conference Series , author =

    Identification of viscoelastic properties by magnetic resonance elastography , volume =. Journal of Physics: Conference Series , author =. 2007 , pages =. doi:10.1088/1742-6596/73/1/012009 , abstract =

  41. [49]

    Medical Image Analysis , author =

    Magnetic. Medical Image Analysis , author =. 2021 , pages =. doi:10.1016/j.media.2021.102212 , language =

  42. [50]

    Physics in Medicine & Biology , author =

    Ensemble. Physics in Medicine & Biology , author =. 2022 , pages =. doi:10.1088/1361-6560/ac9fa1 , abstract =

  43. [51]

    Journal of Mathematical Analysis and Applications , author =

    Stability analysis for. Journal of Mathematical Analysis and Applications , author =. 2015 , pages =. doi:10.1016/j.jmaa.2015.05.029 , language =

  44. [52]

    SIAM Journal on Applied Mathematics , author =

    On an. SIAM Journal on Applied Mathematics , author =. 2011 , pages =. doi:10.1137/110832082 , abstract =

  45. [53]

    Nature Reviews Physics , author =

    Magnetic resonance elastography from fundamental soft-tissue mechanics to diagnostic imaging , volume =. Nature Reviews Physics , author =. 2022 , pages =. doi:10.1038/s42254-022-00543-2 , language =

  46. [54]

    2019 , pages =

    SoftwareX , author =. 2019 , pages =. doi:10.1016/j.softx.2019.01.004 , abstract =

  47. [55]

    2020 , pages =

    IEEE Transactions on Systems, Man, and Cybernetics: Systems , author =. 2020 , pages =. doi:10.1109/TSMC.2017.2717481 , abstract =

  48. [56]

    2013 , pages =

    Computers in Biology and Medicine , author =. 2013 , pages =. doi:10.1016/j.compbiomed.2013.04.005 , abstract =

  49. [57]

    Soviet Math

    Solution of incorrectly formulated problems and the regularization method , volume =. Soviet Math. Dokl. , author =. 1963 , pages =

  50. [58]

    IEEE Transactions on Image Processing , author =

    Deterministic edge-preserving regularization in computed imaging , volume =. IEEE Transactions on Image Processing , author =. 1997 , pages =. doi:10.1109/83.551699 , abstract =

  51. [59]

    Mathematical problems in image processing: partial differential equations and the calculus of variations , isbn =

    Aubert, Gilles and Kornprobst, Pierre , year =. Mathematical problems in image processing: partial differential equations and the calculus of variations , isbn =

  52. [60]

    Neural Networks , author =

    Multilayer feedforward networks are universal approximators , volume =. Neural Networks , author =. 1989 , pages =. doi:10.1016/0893-6080(89)90020-8 , abstract =

  53. [61]

    Bulletin of Mathematical Biophysics , author =

    A logical calculus of the ideas immanent in nervous activity , volume =. Bulletin of Mathematical Biophysics , author =. 1948 , file =

  54. [62]

    SIAM Journal on Applied Mathematics , author =

    Total. SIAM Journal on Applied Mathematics , author =. 2004 , pages =. doi:10.1137/S0036139903422784 , abstract =

  55. [63]

    Tyrrell , year =

    Rockafellar, R. Tyrrell , year =. Convex analysis , isbn =

  56. [64]

    Machine Learning , author =

    Regularisation of neural networks by enforcing. Machine Learning , author =. 2021 , pages =. doi:10.1007/s10994-020-05929-w , abstract =

  57. [65]

    Funktionalanalysis , author =

  58. [66]

    Magnetic Resonance in Medicine , author =

    Correction of gradient-induced phase errors in radial. Magnetic Resonance in Medicine , author =. 2014 , pages =. doi:10.1002/mrm.24643 , abstract =

  59. [67]

    Magnetic Resonance in Medicine , author =

    Centering the projection reconstruction trajectory:. Magnetic Resonance in Medicine , author =. 2003 , pages =. doi:10.1002/mrm.10501 , language =

  60. [68]

    Journal of Mathematical Imaging and Vision , author =

    Bilevel. Journal of Mathematical Imaging and Vision , author =. 2017 , pages =. doi:10.1007/s10851-016-0662-8 , abstract =

  61. [69]

    Communications on Pure and Applied Mathematics , author =

    Stable signal recovery from incomplete and inaccurate measurements , volume =. Communications on Pure and Applied Mathematics , author =. 2006 , pages =. doi:10.1002/cpa.20124 , language =

  62. [70]

    Yang, Yan and Li, Huibin and Sun, Jian and Xu, Zongben , year =. Deep

  63. [71]

    2011 , pages =

    IEEE Transactions on Medical Imaging , author =. 2011 , pages =. doi:10.1109/TMI.2010.2090538 , abstract =

  64. [72]

    and Maierhofer, Georg and Williams, Guy and Schönlieb, Carola-Bibiane and Ehrhardt, Matthias J

    Sherry, Ferdia and Benning, Martin and Reyes, Juan Carlos De los and Graves, Martin J. and Maierhofer, Georg and Williams, Guy and Schönlieb, Carola-Bibiane and Ehrhardt, Matthias J. , month = jun, year =. Learning the

  65. [73]

    Neural Networks , author =

    Multilayer feedforward networks with a nonpolynomial activation function can approximate any function , volume =. Neural Networks , author =. 1993 , pages =. doi:10.1016/S0893-6080(05)80131-5 , abstract =

  66. [74]

    Dong, Guozhi and Hintermüller, Michael and Papafitsoros, Kostas , year =. Annual

  67. [75]

    Improvement of image processing by using homogeneous neural networks with fractional derivatives theorem , isbn =

    Gomolka, Zbigniew , year =. Improvement of image processing by using homogeneous neural networks with fractional derivatives theorem , isbn =. Conference. doi:10.3934/proc.2011.2011.505 , file =

  68. [76]

    Wang, Bohan and Meng, Qi and Chen, Wei and Liu, Tie-Yan , year =. The

  69. [77]

    Gradient

    Lyu, Kaifeng and Li, Jian , month = dec, year =. Gradient

  70. [78]

    LeCun, Yann and Chopra, Sumit and Hadsell, Raia and Ranzato, Marc’Aurelio and Huang, Fu Jie , year =. A

  71. [79]

    Clinical Anatomy , author =

    Magnetic resonance elastography:. Clinical Anatomy , author =. 2010 , pages =. doi:10.1002/ca.21006 , language =

  72. [80]

    Acta Numerica , author =

    Solving inverse problems using data-driven models , volume =. Acta Numerica , author =. 2019 , pages =. doi:10.1017/S0962492919000059 , abstract =

  73. [81]

    Scientific Data , author =

    The. Scientific Data , author =. 2016 , pages =. doi:10.1038/sdata.2016.18 , abstract =

  74. [82]

    Novel higher order regularisation methods for image reconstruction , abstract =

    Papafitsoros, Konstantinos , year =. Novel higher order regularisation methods for image reconstruction , abstract =

  75. [83]

    Solving mathematical problems: a personal perspective , isbn =

    Tao, Terence , year =. Solving mathematical problems: a personal perspective , isbn =

  76. [84]

    Generating structured nonsmooth priors and associated primal-dual methods , volume =

    Hintermüller, Michael and Papafitsoros, Kostas , year =. Generating structured nonsmooth priors and associated primal-dual methods , volume =. Handbook of. doi:10.1016/bs.hna.2019.08.001 , pages =

  77. [85]

    2004 , pages =

    The Annals of Statistics , author =. 2004 , pages =

  78. [86]

    Brain Multiphysics , author =

    Principal-stretch-based constitutive neural networks autonomously discover a subclass of. Brain Multiphysics , author =. 2023 , pages =. doi:10.1016/j.brain.2023.100066 , abstract =

  79. [87]

    Acta Biomaterialia , author =

    Automated model discovery for human brain using. Acta Biomaterialia , author =. 2023 , pages =. doi:10.1016/j.actbio.2023.01.055 , language =

  80. [88]

    2022 , pages =

    Journal of Open Source Software , author =. 2022 , pages =. doi:10.21105/joss.03994 , abstract =

  81. [89]

    and Buttazzo, Giuseppe and Michaille, Gérard , year =

    Attouch, H. and Buttazzo, Giuseppe and Michaille, Gérard , year =. Variational analysis in

  82. [90]

    IEEE Signal Processing Magazine , author =

    Learned. IEEE Signal Processing Magazine , author =. 2023 , pages =. doi:10.1109/MSP.2022.3207451 , language =

  83. [91]

    Kobler, Erich and Effland, Alexander and Kunisch, Karl and Pock, Thomas , month = jun, year =. Total. 2020. doi:10.1109/CVPR42600.2020.00757 , abstract =

  84. [92]

    Sparse synthesis regularization with deep neural networks , url =

    Obmann, Daniel and Schwab, Johannes and Haltmeier, Markus , month = aug, year =. Sparse synthesis regularization with deep neural networks , url =

  85. [93]

    Algorithmic

    Du, Simon S and Hu, Wei and Lee, Jason D , year =. Algorithmic

  86. [94]

    2019 , pages =

    IEEE Transactions on Medical Imaging , author =. 2019 , pages =. doi:10.1109/TMI.2018.2865356 , abstract =

  87. [95]

    2020 , pages =

    Inverse Problems , author =. 2020 , pages =. doi:10.1088/1361-6420/ab6d57 , abstract =

  88. [96]

    Learning

    Kofler, Andreas and Altekrüger, Fabian and Ba, Fatima Antarou and Kolbitsch, Christoph and Papoutsellis, Evangelos and Schote, David and Sirotenko, Clemens and Zimmermann, Felix Frederik and Papafitsoros, Kostas , month = jan, year =. Learning

  89. [97]

    Displacement and pressure reconstruction from magnetic resonance elastography images: application to an in silico brain model , shorttitle =

    Galarce, Felipe and Tabelow, Karsten and Polzehl, Jörg and Papanikas, Christos Panagiotis and Vavourakis, Vasileios and Lilaj, Ledia and Sack, Ingolf and Caiazzo, Alfonso , month = mar, year =. Displacement and pressure reconstruction from magnetic resonance elastography image...

  90. [98]

    Goujon, Alexis and Neumayer, Sebastian and Bohra, Pakshal and Ducotterd, Stanislas and Unser, Michael , month = nov, year =. A

  91. [99]

    Deformation and

    Neumayer, Sebastian , year =. Deformation and

  92. [100]

    Technometrics , author =

    A. Technometrics , author =. 1993 , pages =. doi:10.1080/00401706.1993.10485033 , language =

  93. [101]

    SIAM Journal on Scientific and Statistical Computing , author =

    Linear. SIAM Journal on Scientific and Statistical Computing , author =. 1986 , pages =. doi:10.1137/0907087 , abstract =

  94. [102]

    International Journal of Solids and Structures , author =

    Invariant formulation of hyperelastic transverse isotropy based on polyconvex free energy functions , volume =. International Journal of Solids and Structures , author =. 2003 , pages =. doi:10.1016/S0020-7683(02)00458-4 , abstract =

  95. [103]

    International Journal of Solids and Structures , author =

    Parameter estimation of hyperelasticity relations of generalized polynomial-type with constraint conditions , volume =. International Journal of Solids and Structures , author =. 2001 , pages =. doi:10.1016/S0020-7683(01)00018-X , abstract =

  96. [104]

    Rundbrief der Gesellschaft für angewandte Mathematik und Mechanik , author =

    Automatisierte und. Rundbrief der Gesellschaft für angewandte Mathematik und Mechanik , author =. 2022 , pages =

  97. [105]

    Proceedings of the 2nd International Conference on Knowledge Discovery and Data Mining, Portland , author =

    A. Proceedings of the 2nd International Conference on Knowledge Discovery and Data Mining, Portland , author =. 1996 , pages =

  98. [106]

    Journal of Applied Physics , author =

    Torsion of a. Journal of Applied Physics , author =. 1947 , pages =

  99. [107]

    Proceedings of the Royal Society of London

    Large deformation isotropic elasticity – on the correlation of theory and experiment for incompressible rubberlike solids , language =. Proceedings of the Royal Society of London. Series A, Mathematical and Physical Sciences, , author =. 1972 , pages =

  100. [108]

    Nature , author =

    Magnetic resonance fingerprinting , volume =. Nature , author =. 2013 , pages =. doi:10.1038/nature11971 , language =

  101. [109]

    Computer Methods in Applied Mechanics and Engineering , author =

    Automated discovery of generalized standard material models with. Computer Methods in Applied Mechanics and Engineering , author =. 2023 , pages =. doi:10.1016/j.cma.2022.115867 , abstract =

  102. [110]

    Computational Mechanics , author =

    Model-free data-driven identification algorithm enhanced by local manifold learning , issn =. Computational Mechanics , author =. 2022 , file =. doi:10.1007/s00466-022-02255-x , abstract =

  103. [111]

    Levenberg-

    Berghen, Frank Vanden , year =. Levenberg-

  104. [112]

    The Annals of Applied Statistics , author =

    Pathwise coordinate optimization , volume =. The Annals of Applied Statistics , author =. 2007 , file =. doi:10.1214/07-AOAS131 , language =

  105. [113]

    Physics-

    Anton, David and Wessels, Henning , month = dec, year =. Physics-

  106. [114]

    Acta Materialia , author =

    Phase-field simulation of martensite microstructure in low-carbon steel , volume =. Acta Materialia , author =. 2019 , pages =. doi:10.1016/j.actamat.2019.06.036 , abstract =

  107. [115]

    Journal of Computational Physics , author =

    Data-driven discovery of. Journal of Computational Physics , author =. 2019 , keywords =. doi:10.1016/j.jcp.2019.01.036 , abstract =

  108. [116]

    Supplementary software for "

    Flaschel, Moritz and Kumar, Siddhant and De Lorenzis, Laura , year =. Supplementary software for ". doi:http://doi.org/10.5905/ethz-1007-509 , journal =

  109. [117]

    doi:https://doi.org/10.3929/ethz-b-000534002 , journal =

    Flaschel, Moritz and Kumar, Siddhant and De Lorenzis, Laura , year =. doi:https://doi.org/10.3929/ethz-b-000534002 , journal =

  110. [118]

    doi:https://doi.org/10.3929/ethz-b-000586072 , journal =

    Flaschel, Moritz and Kumar, Siddhant and De Lorenzis, Laura , year =. doi:https://doi.org/10.3929/ethz-b-000586072 , journal =

  111. [119]

    doi:https://doi.org/10.3929/ethz-b-000505693 , journal =

    Flaschel, Moritz and Kumar, Siddhant and De Lorenzis, Laura , year =. doi:https://doi.org/10.3929/ethz-b-000505693 , journal =

  112. [120]

    International Journal of Plasticity , author =

    Neural network model describing the temperature- and rate-dependent stress-strain response of polypropylene , volume =. International Journal of Plasticity , author =. 2020 , pages =. doi:10.1016/j.ijplas.2020.102811 , abstract =

  113. [121]

    Polymers , author =

    Modeling the. Polymers , author =. 2017 , pages =. doi:10.3390/polym9100519 , abstract =

  114. [122]

    Computers & Structures , author =

    Neural network constitutive model for rate-dependent materials , volume =. Computers & Structures , author =. 2006 , pages =. doi:10.1016/j.compstruc.2006.02.015 , abstract =

  115. [123]

    International Journal of Plasticity , author =

    Prediction of nonlinear viscoelastic behavior of polymeric composites using an artificial neural network , volume =. International Journal of Plasticity , author =. 2006 , pages =. doi:10.1016/j.ijplas.2005.09.002 , abstract =

  116. [124]

    Automation of

    Korelc, Jože and Wriggers, Peter , year =. Automation of. doi:10.1007/978-3-319-39005-5 , file =

  117. [125]

    Computer Methods in Applied Mechanics and Engineering , author =

    Learning viscoelasticity models from indirect data using deep neural networks , volume =. Computer Methods in Applied Mechanics and Engineering , author =. 2021 , pages =. doi:10.1016/j.cma.2021.114124 , abstract =

  118. [126]

    Computer Methods in Applied Mechanics and Engineering , author =

    Model-free. Computer Methods in Applied Mechanics and Engineering , author =. 2023 , pages =. doi:10.1016/j.cma.2022.115657 , abstract =

  119. [127]

    Archive of Applied Mechanics , author =

    Calibration of material parameters based on 180° and 90° ferroelectric domain wall properties in. Archive of Applied Mechanics , author =. 2020 , pages =. doi:https://doi.org/10.1007/s00419-020-01747-7 , abstract =

  120. [128]

    Evolutionary identification of macro-mechanical models , language =

    Schoenauer, Marc and Sebag, Michèle and Jouve, François and Lamy, Bertrand and Maitournam, Habibou , year =. Evolutionary identification of macro-mechanical models , language =. Advances in

  121. [129]

    Experimental Mechanics , author =

    Extension of classical experimental techniques for characterizing composite-material behavior:. Experimental Mechanics , author =. 1972 , pages =. doi:10.1007/BF02320791 , abstract =

  122. [130]

    International Journal of Solids and Structures , author =

    Finite element applications in the characterization of elastic solids , volume =. International Journal of Solids and Structures , author =. 1971 , pages =. doi:10.1016/0020-7683(71)90015-1 , abstract =

  123. [131]

    Special virtual fields for the direct determination of material parameters with the virtual fields method. 2––. International Journal of Solids and Structures , author =. 2002 , pages =. doi:10.1016/S0020-7683(02)00128-2 , abstract =

  124. [132]

    Special virtual fields for the direct determination of material parameters with the virtual fields method. 1––. International Journal of Solids and Structures , author =. 2002 , pages =. doi:10.1016/S0020-7683(02)00127-0 , abstract =

  125. [133]

    ESAIM: Control, Optimisation and Calculus of Variations , author =

    Duality results and regularization schemes for. ESAIM: Control, Optimisation and Calculus of Variations , author =. 2021 , pages =. doi:10.1051/cocv/2018004 , abstract =

  126. [134]

    SIAM Journal on Optimization , author =

    The. SIAM Journal on Optimization , author =. 2002 , pages =. doi:10.1137/S1052623401383558 , abstract =

  127. [135]

    Acta Numerica , author =

    Modern regularization methods for inverse problems , volume =. Acta Numerica , author =. 2018 , pages =. doi:10.1017/S0962492918000016 , abstract =

  128. [136]

    Journal of the Mechanics and Physics of Solids , author =

    The role of mechanics during brain development , volume =. Journal of the Mechanics and Physics of Solids , author =. 2014 , pages =. doi:10.1016/j.jmps.2014.07.010 , abstract =

  129. [137]

    Hütter, Markus and Svendsen, Bob , year =. On the

  130. [138]

    Continuum Mechanics and Thermodynamics , author =

    Thermodynamic model formulation for viscoplastic solids as general equations for non-equilibrium reversible–irreversible coupling , volume =. Continuum Mechanics and Thermodynamics , author =. 2012 , pages =. doi:10.1007/s00161-011-0232-7 , abstract =

  131. [139]

    PAMM , author =

    Thermoviscoplasticity deduced from enhanced rheological models , volume =. PAMM , author =. 2012 , pages =. doi:10.1002/pamm.201210152 , language =

  132. [140]

    Annals of Solid and Structural Mechanics , author =

    On standard dissipative gradient models , volume =. Annals of Solid and Structural Mechanics , author =. 2010 , pages =. doi:10.1007/s12356-010-0006-0 , abstract =

  133. [141]

    Machine learning structure preserving brackets for forecasting irreversible processes , abstract =

    Lee, Kookjin and Trask, Nathaniel and Stinis, Panos , pages =. Machine learning structure preserving brackets for forecasting irreversible processes , abstract =

  134. [142]

    Learning the

    Šípka, Martin and Pavelka, Michal , month = sep, year =. Learning the

  135. [143]

    2022 , note =

    Philosophical Transactions of the Royal Society A: Mathematical, Physical and Engineering Sciences , author =. 2022 , note =. doi:10.1098/rsta.2021.0207 , abstract =

  136. [144]

    Ingenieur-Archiv , author =

    Thermodynamik und rheologische. Ingenieur-Archiv , author =. 1957 , pages =. doi:10.1007/BF00536645 , language =

  137. [145]

    ZAMP Zeitschrift für Angewandte Mathematik und Physik , author =

    An attempt to generalize. ZAMP Zeitschrift für Angewandte Mathematik und Physik , author =. 1958 , pages =. doi:10.1007/BF02424793 , language =

  138. [146]

    Onsager’s

    Arroyo, Marino and Walani, Nikhil and Torres-Sánchez, Alejandro and Kaurin, Dimitri , editor =. Onsager’s. The. 2018 , doi =

  139. [147]

    Materials with memory: initial-boundary value problems for constitutive equations with internal variables , isbn =

    Alber, Hans-Dieter , year =. Materials with memory: initial-boundary value problems for constitutive equations with internal variables , isbn =

  140. [148]

    Philosophical Transactions of the Royal Society A: Mathematical, Physical and Engineering Sciences , author =

    Ogden material calibration via magnetic resonance cartography, parameter sensitivity and variational system identification , volume =. Philosophical Transactions of the Royal Society A: Mathematical, Physical and Engineering Sciences , author =. 2022 , pages =. doi:10.1098/rst...

  141. [149]

    Mielke, Alexander , editor =. A. Multifield. 2006 , doi =

  142. [150]

    Journal of Non-Newtonian Fluid Mechanics , author =

    Why. Journal of Non-Newtonian Fluid Mechanics , author =. 2010 , pages =. doi:10.1016/j.jnnfm.2010.01.018 , abstract =

  143. [151]

    Dissipative

    Mielke, Alexander , editor =. Dissipative. Recent. 2013 , doi =

  144. [152]

    ZAMM - Journal of Applied Mathematics and Mechanics / Zeitschrift für Angewandte Mathematik und Mechanik , author =

    Electrodynamics from the viewpoint of modern continuum theory—. ZAMM - Journal of Applied Mathematics and Mechanics / Zeitschrift für Angewandte Mathematik und Mechanik , author =. 2022 , file =. doi:10.1002/zamm.202200179 , language =

  145. [153]

    International Journal of Solids and Structures , author =

    Identification of symmetry type of linear elastic stiffness tensor in an arbitrarily orientated coordinate system , volume =. International Journal of Solids and Structures , author =. 2013 , pages =. doi:10.1016/j.ijsolstr.2013.03.037 , abstract =

  146. [154]

    Experimental Mechanics , author =

    Digital volume correlation:. Experimental Mechanics , author =. 1999 , pages =. doi:10.1007/BF02323555 , abstract =

  147. [155]

    Nonlinear

    De Lorenzis, Laura , file =. Nonlinear

  148. [156]

    , file =

    Kochmann, Dennis M. , file =. Finite

  149. [157]

    , file =

    Kochmann, Dennis M. , file =. Multiscale

  150. [158]

    Spiking neural network for nonlinear regression , abstract =

    Henkes, Alexander and Eshraghian, Jason K and Wessels, Henning , year =. Spiking neural network for nonlinear regression , abstract =

  151. [159]

    Journal of Applied Mechanics , author =

    Continuum. Journal of Applied Mechanics , author =. 1983 , pages =. doi:10.1115/1.3167184 , number =

  152. [160]

    Rockafellar, Ralph Tyrell , year =. Convex

  153. [161]

    Journal of Computational Physics , author =

    Structure-preserving neural networks , volume =. Journal of Computational Physics , author =. 2021 , pages =. doi:10.1016/j.jcp.2020.109950 , language =

  154. [162]

    Computer Methods in Applied Mechanics and Engineering , author =

    Deep learning of thermodynamics-aware reduced-order models from data , volume =. Computer Methods in Applied Mechanics and Engineering , author =. 2021 , pages =. doi:10.1016/j.cma.2021.113763 , abstract =

  155. [163]

    Computational Mechanics , author =

    Learning slosh dynamics by means of data , volume =. Computational Mechanics , author =. 2019 , pages =. doi:10.1007/s00466-019-01705-3 , abstract =

  156. [164]

    Materials , author =

    A. Materials , author =. 2020 , pages =. doi:10.3390/ma13102319 , abstract =

  157. [165]

    Entropy , author =

    Data-. Entropy , author =. 2019 , pages =. doi:10.3390/e21121165 , abstract =

  158. [166]

    Journal of Physics: Condensed Matter , author =

    Onsager’s variational principle in soft matter , volume =. Journal of Physics: Condensed Matter , author =. 2011 , pages =. doi:10.1088/0953-8984/23/28/284118 , abstract =

  159. [167]

    Physical Review , author =

    Fluctuations and. Physical Review , author =. 1953 , pages =. doi:10.1103/PhysRev.91.1505 , language =

  160. [168]

    Physical Review , author =

    Reciprocal. Physical Review , author =. 1931 , pages =. doi:10.1103/PhysRev.37.405 , language =

  161. [169]

    Physical Review , author =

    Reciprocal. Physical Review , author =. 1931 , pages =. doi:10.1103/PhysRev.38.2265 , language =

  162. [170]

    2021 , pages =

    Physical Review Fluids , author =. 2021 , pages =. doi:10.1103/PhysRevFluids.6.114402 , language =

  163. [171]

    Materialia , author =

    Machine-learning convex and texture-dependent macroscopic yield from crystal plasticity simulations , volume =. Materialia , author =. 2022 , pages =. doi:10.1016/j.mtla.2022.101446 , language =

  164. [172]

    Frontiers in Materials , author =

    Crossing. Frontiers in Materials , author =. 2022 , pages =. doi:10.3389/fmats.2022.879614 , abstract =

  165. [173]

    Computer Methods in Applied Mechanics and Engineering , author =

    Finite electro-elasticity with physics-augmented neural networks , volume =. Computer Methods in Applied Mechanics and Engineering , author =. 2022 , pages =. doi:10.1016/j.cma.2022.115501 , language =

  166. [174]

    Mechanics Research Communications , author =

    Polyconvex neural networks for hyperelastic constitutive models:. Mechanics Research Communications , author =. 2022 , pages =. doi:10.1016/j.mechrescom.2022.103993 , abstract =

  167. [175]

    2022 , pages =

    Journal of the Mechanics and Physics of Solids , author =. 2022 , pages =. doi:10.1016/j.jmps.2022.105076 , abstract =

  168. [176]

    Legendre-

    Touchette, Hugo , year =. Legendre-

  169. [177]

    Materials & Design , author =

    Standard mechanical testing is inadequate for the mechanical characterisation of shape-memory alloys:. Materials & Design , author =. 2022 , pages =. doi:10.1016/j.matdes.2022.110538 , abstract =

  170. [178]

    Computational Mechanics , author =

    Isogeometric analysis of. Computational Mechanics , author =. 2011 , pages =. doi:10.1007/s00466-010-0543-8 , abstract =

  171. [179]

    International Journal of Engineering Science , author =

    Numerical simulations of classical problems in two-dimensional (non) linear second gradient elasticity , volume =. International Journal of Engineering Science , author =. 2016 , pages =. doi:10.1016/j.ijengsci.2016.08.003 , language =

  172. [180]

    and Leighton, Robert B

    Feynman, Richard P. and Leighton, Robert B. and Sands, Matthew L. , year =. The

  173. [181]

    Computer Methods in Applied Mechanics and Engineering , author =

    Thermodynamically consistent machine-learned internal state variable approach for data-driven modeling of path-dependent materials , issn =. Computer Methods in Applied Mechanics and Engineering , author =. 2022 , pages =. doi:10.1016/j.cma.2022.115348 , abstract =

  174. [182]

    IOP Conference Series: Materials Science and Engineering , author =

    On the inverse identification methods for forming plasticity models using full-field measurements , volume =. IOP Conference Series: Materials Science and Engineering , author =. 2022 , pages =. doi:10.1088/1757-899X/1238/1/012059 , abstract =

  175. [183]

    Computer Methods in Applied Mechanics and Engineering , author =

    Data-driven tissue mechanics with polyconvex neural ordinary differential equations , volume =. Computer Methods in Applied Mechanics and Engineering , author =. 2022 , pages =. doi:10.1016/j.cma.2022.115248 , language =

  176. [184]

    Structural and Multidisciplinary Optimization , author =

    Topology optimization approaches:. Structural and Multidisciplinary Optimization , author =. 2013 , pages =. doi:10.1007/s00158-013-0978-6 , abstract =

  177. [185]

    and Schillings, Claudia and Weissmann, Simon , month = dec, year =

    Guth, Philipp A. and Schillings, Claudia and Weissmann, Simon , month = dec, year =. A

  178. [186]

    SIAM Journal on Numerical Analysis , author =

    Regularization. SIAM Journal on Numerical Analysis , author =. 2016 , pages =. doi:10.1137/16M1060984 , abstract =

  179. [187]

    Journal of Materials Processing Technology , author =

    A new method for evaluation of friction in bulk metal forming , volume =. Journal of Materials Processing Technology , author =. 2004 , pages =. doi:10.1016/j.jmatprotec.2004.03.029 , abstract =

  180. [188]

    International Journal for Numerical Methods in Engineering , author =

    A finite element formulation to identify damage fields: the equilibrium gap method , volume =. International Journal for Numerical Methods in Engineering , author =. 2004 , pages =. doi:10.1002/nme.1057 , abstract =

  181. [189]

    Computer Methods in Applied Mechanics and Engineering , author =

    Some remarks on the compressed matrix representation of symmetric second-order and fourth-order tensors , volume =. Computer Methods in Applied Mechanics and Engineering , author =. 2001 , pages =. doi:10.1016/S0045-7825(00)00263-2 , abstract =

  182. [190]

    Constitutive model characterization and discovery using physics-informed deep learning , url =

    Haghighat, Ehsan and Abouali, Sahar and Vaziri, Reza , month = mar, year =. Constitutive model characterization and discovery using physics-informed deep learning , url =

  183. [191]

    Computer Methods in Applied Mechanics and Engineering , author =

    Bayesian-. Computer Methods in Applied Mechanics and Engineering , author =. 2022 , pages =. doi:10.1016/j.cma.2022.115225 , abstract =

  184. [192]

    SIAM Journal on Scientific Computing , author =

    Automated. SIAM Journal on Scientific Computing , author =. 2013 , pages =. doi:10.1137/120873558 , abstract =

  185. [193]

    Applied Mechanics Reviews , author =

    On the. Applied Mechanics Reviews , author =. 2021 , pages =. doi:10.1115/1.4050978 , abstract =

  186. [194]

    Journal of Applied Mechanics , author =

    Mechanical. Journal of Applied Mechanics , author =. 1988 , pages =

  187. [195]

    Acta Geotechnica , author =

    Plasticity with generalized hardening: constitutive modeling and computational aspects , volume =. Acta Geotechnica , author =. 2016 , pages =. doi:10.1007/s11440-016-0438-8 , language =

  188. [196]

    International Journal of Plasticity , author =

    An alternative to kinematic hardening in classical plasticity , volume =. International Journal of Plasticity , author =. 2011 , pages =. doi:10.1016/j.ijplas.2011.03.003 , abstract =

  189. [197]

    npj Computational Materials , author =

    Teaching solid mechanics to artificial intelligence—a fast solver for heterogeneous materials , volume =. npj Computational Materials , author =. 2021 , pages =. doi:10.1038/s41524-021-00571-z , abstract =

  190. [198]

    Science Advances , author =

    One for all:. Science Advances , author =. 2021 , pages =. doi:10.1126/sciadv.abf3658 , abstract =

  191. [199]

    International Journal of Mechanical Sciences , author =

    Systematic two-scale image analysis of extreme deformations in soft architectured sheets , volume =. International Journal of Mechanical Sciences , author =. 2021 , pages =. doi:10.1016/j.ijmecsci.2020.106205 , language =

  192. [200]

    Proceedings of the Royal Society A: Mathematical, Physical and Engineering Sciences , author =

    Classification of first strain-gradient elasticity tensors by symmetry planes , volume =. Proceedings of the Royal Society A: Mathematical, Physical and Engineering Sciences , author =. 2021 , pages =. doi:10.1098/rspa.2021.0165 , abstract =

  193. [201]

    Continuum Mechanics and Thermodynamics , author =

    Effective strain gradient continuum model of metamaterials and size effects analysis , issn =. Continuum Mechanics and Thermodynamics , author =. 2020 , file =. doi:10.1007/s00161-020-00910-3 , abstract =

  194. [202]

    International Journal of Solids and Structures , author =

    On first strain-gradient theories in linear elasticity , volume =. International Journal of Solids and Structures , author =. 1968 , pages =. doi:10.1016/0020-7683(68)90036-X , abstract =

  195. [203]

    Proceedings of the National Academy of Sciences , author =

    Extraction of mechanical properties of materials through deep learning from instrumented indentation , volume =. Proceedings of the National Academy of Sciences , author =. 2020 , pages =. doi:10.1073/pnas.1922210117 , abstract =

  196. [204]

    Proceedings of the National Academy of Sciences , author =

    Learning hidden elasticity with deep neural networks , volume =. Proceedings of the National Academy of Sciences , author =. 2021 , pages =. doi:10.1073/pnas.2102721118 , abstract =

  197. [205]

    MRS Bulletin , author =

    A deep learning approach to the inverse problem of modulus identification in elasticity , volume =. MRS Bulletin , author =. 2021 , pages =. doi:10.1557/s43577-020-00006-y , language =

  198. [206]

    Mathematics and Mechanics of Solids , author =

    Mechanical metamaterials: a state of the art , volume =. Mathematics and Mechanics of Solids , author =. 2019 , pages =. doi:10.1177/1081286517735695 , abstract =

  199. [207]

    ZAMM - Journal of Applied Mathematics and Mechanics / Zeitschrift für Angewandte Mathematik und Mechanik , author =

    Verification of strain gradient elasticity computation by analytical solutions , issn =. ZAMM - Journal of Applied Mathematics and Mechanics / Zeitschrift für Angewandte Mathematik und Mechanik , author =. 2021 , file =. doi:10.1002/zamm.202100023 , language =

  200. [208]

    Rietbergen, B Van , year =

  201. [209]

    Decomposition and

    Neeman, Alisa G and Brannon, Rebecca and Jeremic, Boris and Gelder, Allen Van and Pang, Alex , year =. Decomposition and

  202. [210]

    Water Resources Research , author =

    Physics‐. Water Resources Research , author =. 2020 , file =. doi:10.1029/2019WR026731 , abstract =

  203. [211]

    Computer Methods in Applied Mechanics and Engineering , author =

    A physics-informed deep learning framework for inversion and surrogate modeling in solid mechanics , volume =. Computer Methods in Applied Mechanics and Engineering , author =. 2021 , pages =. doi:10.1016/j.cma.2021.113741 , abstract =

  204. [212]

    Computer Methods in Applied Mechanics and Engineering , author =

    Data driven modeling of plastic deformation , volume =. Computer Methods in Applied Mechanics and Engineering , author =. 2017 , pages =. doi:10.1016/j.cma.2017.02.016 , abstract =

  205. [213]

    Composites Part B: Engineering , author =

    Multiscale constitutive model using data–driven yield function , volume =. Composites Part B: Engineering , author =. 2021 , pages =. doi:10.1016/j.compositesb.2021.108831 , abstract =

  206. [214]

    Continuum Mechanics and Thermodynamics , author =

    Space of. Continuum Mechanics and Thermodynamics , author =. 2019 , pages =. doi:10.1007/s00161-019-00794-y , abstract =

  207. [215]

    and Miller, Ronald E

    Tadmor, Ellad B. and Miller, Ronald E. and Elliott, Ryan S. , year =. Continuum. doi:10.1017/CBO9781139017657 , file =

  208. [216]

    International Journal of Solids and Structures , author =

    Invariant-based reconstruction of bidimensional elasticity tensors , volume =. International Journal of Solids and Structures , author =. 2016 , pages =. doi:10.1016/j.ijsolstr.2016.02.013 , language =

  209. [217]

    Journal of the Mechanics and Physics of Solids , author =

    Symmetry considerations for topology design in the elastic inverse homogenization problem , volume =. Journal of the Mechanics and Physics of Solids , author =. 2019 , pages =. doi:10.1016/j.jmps.2019.03.018 , language =

  210. [218]

    1987 , pages =

    The Quarterly Journal of Mechanics and Applied Mathematics , author =. 1987 , pages =. doi:10.1093/qjmam/40.4.451 , abstract =

  211. [219]

    Eigentensors of the elastic tensor and their relationship with material symmetry , volume =

    Helbig, Klaus , year =. Eigentensors of the elastic tensor and their relationship with material symmetry , volume =. Handbook of. doi:10.1016/S0950-1401(13)70031-4 , pages =

  212. [220]

    Computational Mechanics , author =

    Anisotropic hyperelastic constitutive models for finite deformations combining material theory and data-driven approaches with application to cubic lattice metamaterials , volume =. Computational Mechanics , author =. 2021 , pages =. doi:10.1007/s00466-020-01954-7 , abstract =

  213. [221]

    Macromolecules , author =

    Experimental survey of the strain energy density function of isoprene rubber vulcanizate , volume =. Macromolecules , author =. 1981 , pages =. doi:10.1021/ma50002a032 , abstract =

  214. [222]

    A finite element method for plane stress problems with large elastic and plastic deformations , volume =

    Kirchner, E and Reese, St and Wriggers, P , year =. A finite element method for plane stress problems with large elastic and plastic deformations , volume =

  215. [223]

    Journal of Biomechanics , author =

    Anisotropic and hyperelastic identification of in vitro human arteries from full-field optical measurements , volume =. Journal of Biomechanics , author =. 2010 , pages =. doi:10.1016/j.jbiomech.2010.07.004 , abstract =

  216. [224]

    Hyperelastic characterization of an expanded polyurethane using the

    Benkahla, Jamel and Baranger, Thouraya Nouri and Issartel, Jerome , year =. Hyperelastic characterization of an expanded polyurethane using the

  217. [225]

    International Journal of Solids and Structures , author =

    Application of the virtual fields method to mechanical characterization of elastomeric materials , volume =. International Journal of Solids and Structures , author =. 2009 , pages =. doi:10.1016/j.ijsolstr.2008.09.025 , abstract =

  218. [226]

    Mathematical Programming , author =

    On the convergence of interior-reflective. Mathematical Programming , author =. 1994 , pages =. doi:10.1007/BF01582221 , abstract =

  219. [227]

    Traité du mouvement des eaux et des autres corps fluides , publisher =

    Mariotte, Edme and de La Hire, Philippe , year =. Traité du mouvement des eaux et des autres corps fluides , publisher =

  220. [228]

    Journal of Applied Mathematics and Mechanics , author =

    The theory of fracture of solids , volume =. Journal of Applied Mathematics and Mechanics , author =. 1959 , note =

  221. [229]

    Mémoire sur l'écoulement des corps solides , publisher =

    Tresca, Henri Edouard , year =. Mémoire sur l'écoulement des corps solides , publisher =

  222. [230]

    Uchebnye Zapiski Moskovskogo Universiteta, Mekhanika , author =

    Hypothesis of strength of shape change (in. Uchebnye Zapiski Moskovskogo Universiteta, Mekhanika , author =. 1940 , pages =

  223. [231]

    Ingenieur-Archiv , author =

    Über den. Ingenieur-Archiv , author =. 1932 , pages =. doi:10.1007/BF02079970 , abstract =

  224. [232]

    Analytical Chemistry , author =

    Smoothing and. Analytical Chemistry , author =. 1964 , pages =. doi:10.1021/ac60214a047 , language =

  225. [233]

    Strain , author =

    Virtual. Strain , author =. 2011 , pages =. doi:10.1111/j.1475-1305.2010.00759.x , abstract =

  226. [234]

    Adaptive

    Oden, J Tinsley , year =. Adaptive

  227. [235]

    AIAA Journal , author =

    Calculation of eigenvector derivatives for structures with repeated eigenvalues , volume =. AIAA Journal , author =. 1988 , pages =. doi:10.2514/3.9980 , language =

  228. [236]

    AIAA Journal , author =

    Improved. AIAA Journal , author =. 2007 , pages =. doi:10.2514/1.20880 , language =

  229. [237]

    Communications in Numerical Methods in Engineering , author =

    A note on computing eigenvector derivatives with distinct and repeated eigenvalues , volume =. Communications in Numerical Methods in Engineering , author =. 2006 , pages =. doi:10.1002/cnm.895 , abstract =

  230. [238]

    Magnus, Jan R , year =

  231. [239]

    International Journal of Advanced Structural Engineering , author =

    Large deformation analysis of plane-stress hyperelastic problems via triangular membrane finite elements , volume =. International Journal of Advanced Structural Engineering , author =. 2019 , pages =. doi:10.1007/s40091-019-00234-w , abstract =

  232. [240]

    2020 , pages =

    Computer Methods in Applied Mechanics and Engineering , author =. 2020 , pages =. doi:10.1016/j.cma.2020.112955 , abstract =

  233. [241]

    Computer Methods in Applied Mechanics and Engineering , author =

    Sobolev training of thermodynamic-informed neural networks for interpretable elasto-plasticity models with level set hardening , volume =. Computer Methods in Applied Mechanics and Engineering , author =. 2021 , pages =. doi:10.1016/j.cma.2021.113695 , abstract =

  234. [242]

    2019 , pages =

    Computer Methods in Applied Mechanics and Engineering , author =. 2019 , pages =. doi:10.1016/j.cma.2019.112587 , abstract =

  235. [243]

    International Journal of Solids and Structures , author =

    Extension of the virtual fields method to elasto-plastic material identification with cyclic loads and kinematic hardening , volume =. International Journal of Solids and Structures , author =. 2010 , pages =

  236. [244]

    Computer Methods in Applied Mechanics and Engineering , author =

    Unsupervised discovery of interpretable hyperelastic constitutive laws , volume =. Computer Methods in Applied Mechanics and Engineering , author =. 2021 , pages =. doi:10.1016/j.cma.2021.113852 , abstract =

  237. [245]

    Journal of the Mechanics and Physics of Solids , author =

    Inference of deformation mechanisms and constitutive response of soft material surrogates of biological tissue by full-field characterization and data-driven variational system identification , volume =. Journal of the Mechanics and Physics of Solids , author =. 2021 , pages =...

  238. [246]

    Computer Methods in Applied Mechanics and Engineering , author =

    Data-driven fracture mechanics , volume =. Computer Methods in Applied Mechanics and Engineering , author =. 2020 , pages =. doi:10.1016/j.cma.2020.113390 , abstract =

  239. [247]

    Journal of Engineering Mechanics , author =

    Distortional. Journal of Engineering Mechanics , author =. 1983 , pages =. doi:10.1061/(ASCE)0733-9399(1983)109:4(1042) , abstract =

  240. [248]

    2021 , pages =

    Journal of Applied Mechanics , author =. 2021 , pages =. doi:10.1115/1.4051334 , abstract =

  241. [249]

    arXiv:2104.10683 [cs] , author =

    Explainable artificial intelligence for mechanics: physics-informing neural networks for constitutive models , shorttitle =. arXiv:2104.10683 [cs] , author =. 2021 , note =

  242. [250]

    Rubber Chemistry and Technology , author =

    Constitutive. Rubber Chemistry and Technology , author =. 2000 , pages =. doi:10.5254/1.3547602 , abstract =

  243. [251]

    Nature Communications , author =

    Robust learning from noisy, incomplete, high-dimensional experimental data via physically constrained symbolic regression , volume =. Nature Communications , author =. 2021 , pages =. doi:10.1038/s41467-021-23479-0 , abstract =

  244. [252]

    arXiv:1012.2599 [cs] , author =

    A. arXiv:1012.2599 [cs] , author =. 2010 , note =

  245. [253]

    Proceedings of the IEEE , author =

    Taking the. Proceedings of the IEEE , author =. 2016 , pages =. doi:10.1109/JPROC.2015.2494218 , abstract =

  246. [254]

    Computers & Structures , author =

    Development of interpretable, data-driven plasticity models with symbolic regression , volume =. Computers & Structures , author =. 2021 , pages =. doi:10.1016/j.compstruc.2021.106557 , abstract =

  247. [255]

    Computational Mechanics , author =

    Material parameter identification using finite elements with time-adaptive higher-order time integration and experimental full-field strain information , issn =. Computational Mechanics , author =. 2021 , file =. doi:10.1007/s00466-021-01998-3 , abstract =

  248. [256]

    Computational Mechanics , author =

    Introducing regularization into the virtual fields method (. Computational Mechanics , author =. 2021 , pages =. doi:10.1007/s00466-021-02007-3 , abstract =

  249. [257]

    Experimental Mechanics , author =

    Identification of. Experimental Mechanics , author =. 2006 , pages =. doi:10.1007/s11340-006-9822-x , abstract =

  250. [258]

    Science , author =

    Three-dimensional mechanical metamaterials with a twist , volume =. Science , author =. 2017 , pages =. doi:10.1126/science.aao4640 , language =

  251. [259]

    Pierron, Fabrice and Grédiac, Michel , year =. The. doi:10.1007/978-1-4614-1824-5 , file =

  252. [260]

    Extension of the

    Connesson, N and Clayton, E H and Bayly, P V and Pierron, F , year =. Extension of the

  253. [261]

    Computational Mechanics , author =

    Two-scale homogenization of electromechanically coupled boundary value problems:. Computational Mechanics , author =. 2012 , pages =. doi:10.1007/s00466-012-0715-9 , abstract =

  254. [262]

    Composites Part B: Engineering , author =

    A virtual fields method for identifying anisotropic elastic constants of fiber reinforced composites using a single tension test:. Composites Part B: Engineering , author =. 2020 , pages =. doi:10.1016/j.compositesb.2020.108338 , abstract =

  255. [263]

    Regularized virtual fields method for mechanical properties identification of composite materials , abstract =. Comput. Methods Appl. Mech. Engrg. , author =. 2014 , pages =

  256. [264]

    Mathematics for

    Deisenroth, Marc Peter and Faisal, A Aldo and Ong, Cheng Soon , year =. Mathematics for

  257. [265]

    Journal of Engineering Mechanics , author =

    Generalized. Journal of Engineering Mechanics , author =. 2017 , pages =. doi:10.1061/(ASCE)EM.1943-7889.0001322 , abstract =

  258. [266]

    and Zolochevsky, Alexander , year =

    Altenbach, Holm and Lauschke, U. and Zolochevsky, Alexander , year =. Ein verallgemeinertes

  259. [267]

    Engineering Fracture Mechanics , author =

    A generalized failure criterion for three-dimensional behaviour of isotropic materials , volume =. Engineering Fracture Mechanics , author =. 1996 , pages =. doi:10.1016/0013-7944(95)00109-3 , language =

  260. [268]

    Altenbach, Holm and Zolochevsky, Alexander , year =

  261. [269]

    , year =

    Kolupaev, Vladimir A. , year =. Equivalent. doi:10.1007/978-3-319-73049-3 , file =

  262. [270]

    and Kolupaev, Vladimir A

    Rosendahl, Philipp L. and Kolupaev, Vladimir A. and Altenbach, Holm , editor =. Extreme. State of the. 2019 , doi =

  263. [271]

    Proceedings of the Royal Society of London

    A theory of the yielding and plastic flow of anisotropic metals , volume =. Proceedings of the Royal Society of London. Series A. Mathematical and Physical Sciences , author =. 1948 , pages =. doi:10.1098/rspa.1948.0045 , abstract =

  264. [272]

    Closed-form expressions of the eigen decomposition of 2 x 2 and 3 x 3

    Deledalle, Charles-Alban and Denis, Loic and Tabti, Sonia and Tupin, Florence , year =. Closed-form expressions of the eigen decomposition of 2 x 2 and 3 x 3

  265. [273]

    Communications in Applied Numerical Methods , author =

    Removal of singularities in tresca and mohr-coulomb yield functions , volume =. Communications in Applied Numerical Methods , author =. 1986 , pages =. doi:10.1002/cnm.1630020208 , abstract =

  266. [274]

    Nature Communications , author =

    Learning dominant physical processes with data-driven balance models , volume =. Nature Communications , author =. 2021 , pages =. doi:10.1038/s41467-021-21331-z , abstract =

  267. [275]

    Mathematical Proceedings of the Cambridge Philosophical Society , author =

    Theoretical plasticity of textured aggregates , volume =. Mathematical Proceedings of the Cambridge Philosophical Society , author =. 1979 , pages =. doi:10.1017/S0305004100055596 , abstract =

  268. [276]

    Convexity studies of two anisotropic yield criteria in principal stress space , abstract =

    Arif, Mohammed and Kaushik, Surendra K , year =. Convexity studies of two anisotropic yield criteria in principal stress space , abstract =

  269. [277]

    Proceedings of the Royal Society A: Mathematical, Physical and Engineering Sciences , author =

    On the existence of a unique class of yield and failure criteria comprising. Proceedings of the Royal Society A: Mathematical, Physical and Engineering Sciences , author =. 2016 , pages =. doi:10.1098/rspa.2015.0713 , abstract =

  270. [278]

    2021 , pages =

    Journal of Applied Mechanics , author =. 2021 , pages =. doi:10.1115/1.4049805 , abstract =

  271. [279]

    Optics and Lasers in Engineering , author =

    When. Optics and Lasers in Engineering , author =. 2021 , pages =. doi:10.1016/j.optlaseng.2020.106308 , language =

  272. [280]

    Polymer Testing , author =

    Comparison of simple and pure shear for an incompressible isotropic hyperelastic material under large deformation , volume =. Polymer Testing , author =. 2013 , pages =. doi:10.1016/j.polymertesting.2012.11.005 , abstract =

  273. [281]

    Fundamentals of

    Giurgiutiu, Victor , year =. Fundamentals of. Structural. doi:10.1016/B978-0-12-409605-9.00002-7 , pages =

  274. [282]

    International Journal of Plasticity , author =

    A plane stress anisotropic plastic flow theory for orthotropic sheet metals , volume =. International Journal of Plasticity , author =. 2006 , pages =. doi:10.1016/j.ijplas.2005.04.005 , abstract =

  275. [283]

    International Journal of Plasticity , author =

    A plane stress yield function for anisotropic sheet material by interpolation of biaxial stress states , volume =. International Journal of Plasticity , author =. 2006 , pages =. doi:10.1016/j.ijplas.2005.04.009 , abstract =

  276. [284]

    Journal of Physics , author =

    A. Journal of Physics , author =. 2017 , pages =

  277. [285]

    International Journal of Plasticity , author =

    On the modelling of plastic anisotropy, asymmetry and directional hardening of commercially pure titanium:. International Journal of Plasticity , author =. 2017 , pages =. doi:10.1016/j.ijplas.2017.02.010 , abstract =

  278. [286]

    Computer Methods in Applied Mechanics and Engineering , author =

    A return mapping algorithm for isotropic and anisotropic plasticity models using a line search method , volume =. Computer Methods in Applied Mechanics and Engineering , author =. 2017 , pages =. doi:10.1016/j.cma.2016.11.026 , abstract =

  279. [287]

    Journal of Computational Physics , author =

    Numerical aspects for approximating governing equations using data , language =. Journal of Computational Physics , author =. 2019 , pages =

  280. [288]

    Robust data-driven discovery of governing physical laws with error bars , language =

    Zhang, Sheng and Lin, Guang , year =. Robust data-driven discovery of governing physical laws with error bars , language =

  281. [289]

    Schaeffer, Hayden and Tran, Giang and Ward, Rachel , year =

  282. [290]

    arXiv:2003.02387 [cs, math, stat] , author =

    Methods to. arXiv:2003.02387 [cs, math, stat] , author =. 2020 , note =

  283. [291]

    2020 , note =

    arXiv:2101.07206 [physics] , author =. 2020 , note =

  284. [292]

    Journal of Computational Physics , author =

    Learning constitutive relations from indirect observations using deep neural networks , volume =. Journal of Computational Physics , author =. 2020 , keywords =. doi:10.1016/j.jcp.2020.109491 , abstract =

  285. [293]

    Microstructural modeling of ferroelectric material behavior , language =

    Schrade, David , year =. Microstructural modeling of ferroelectric material behavior , language =

  286. [294]

    Ferroelectric

    Guyonnet, Jill , year =. Ferroelectric. doi:10.1007/978-3-319-05750-7 , file =

  287. [295]

    On the elastic-plastic behaviour of regular honeycomb structures , language =

    Bucci, M Sara , year =. On the elastic-plastic behaviour of regular honeycomb structures , language =

  288. [296]

    International Journal of Plasticity , author =

    Research note on quasi-convexity of the yield function and its relation to. International Journal of Plasticity , author =. 1990 , pages =. doi:10.1016/0749-6419(90)90008-3 , abstract =

  289. [297]

    Mathematics and Mechanics of Solids , author =

    Does convexity of yield surfaces in plasticity have a physical significance? , volume =. Mathematics and Mechanics of Solids , author =. 2018 , pages =. doi:10.1177/1081286517721599 , abstract =

  290. [298]

    arXiv:2002.10521 [cs, math] , author =

    Physics. arXiv:2002.10521 [cs, math] , author =. 2020 , note =

  291. [299]

    arXiv:2004.00265 [cs, math] , author =

    Learning. arXiv:2004.00265 [cs, math] , author =. 2020 , note =

  292. [300]

    arXiv:1901.07758 [math] , author =

    The. arXiv:1901.07758 [math] , author =. 2019 , note =

Pith tools

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