<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>structure-preserving discretization &#8211; Science</title>
	<atom:link href="https://scienmag.com/tag/structure-preserving-discretization/feed/" rel="self" type="application/rss+xml" />
	<link>https://scienmag.com</link>
	<description></description>
	<lastBuildDate>Sun, 20 Sep 2026 23:36:14 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.1.1</generator>

<image>
	<url>https://scienmag.com/wp-content/uploads/2024/07/cropped-scienmag_ico-32x32.jpg</url>
	<title>structure-preserving discretization &#8211; Science</title>
	<link>https://scienmag.com</link>
	<width>32</width>
	<height>32</height>
</image> 
<site xmlns="com-wordpress:feed-additions:1">73899611</site>	<item>
		<title>Machine Learning Meets the Equations That Govern the Physical World</title>
		<link>https://scienmag.com/machine-learning-meets-the-equations-that-govern-the-physical-world/</link>
		
		<dc:creator><![CDATA[Teresa Odom]]></dc:creator>
		<pubDate>Sun, 20 Sep 2026 23:36:14 +0000</pubDate>
				<category><![CDATA[Technology and Engineering]]></category>
		<category><![CDATA[AI applications in fluid dynamics and heat transfer]]></category>
		<category><![CDATA[AI-driven scientific discovery]]></category>
		<category><![CDATA[carbon dioxide storage]]></category>
		<category><![CDATA[computational challenges in solving PDEs]]></category>
		<category><![CDATA[epistemological differences in AI and classical methods]]></category>
		<category><![CDATA[error quantification]]></category>
		<category><![CDATA[finite element methods]]></category>
		<category><![CDATA[foundation models]]></category>
		<category><![CDATA[hybrid computational methods]]></category>
		<category><![CDATA[hybrid modeling approaches for PDEs]]></category>
		<category><![CDATA[limitations and potential of AI in physical sciences]]></category>
		<category><![CDATA[Machine learning]]></category>
		<category><![CDATA[machine learning for PDEs]]></category>
		<category><![CDATA[multiphysics simulation]]></category>
		<category><![CDATA[neural networks for physical modeling]]></category>
		<category><![CDATA[neural operators]]></category>
		<category><![CDATA[partial differential equations]]></category>
		<category><![CDATA[PDEs in geophysics and climate science]]></category>
		<category><![CDATA[physics-informed neural networks]]></category>
		<category><![CDATA[scientific computing and PDEs]]></category>
		<category><![CDATA[scientific machine learning]]></category>
		<category><![CDATA[structure-preserving discretization]]></category>
		<category><![CDATA[traditional numerical analysis vs machine learning]]></category>
		<guid isPermaLink="false">https://scienmag.com/?p=203980</guid>

					<description><![CDATA[A major new review argues that classical numerical methods and machine learning are epistemologically distinct tools for solving partial differential equations, and that their principled hybrid integration, rather than either paradigm alone, offers the most credible path forward.]]></description>
										<content:encoded><![CDATA[<p>Partial differential equations are the silent architecture of modern science. They describe how heat spreads through a turbine blade, how groundwater carries contaminants through porous rock, how seismic waves travel through the Earth&#8217;s crust, and how carbon dioxide migrates deep inside saline aquifers. From the smallest diffusion process to the largest geophysical flow, PDEs encode the conservation laws and balance relations that nature obeys. Yet solving these equations computationally remains one of the most demanding tasks in all of science, and a new critical review published in Artificial Intelligence Review argues that the debate between classical numerical analysis and machine learning has been asking the wrong question all along.</p>
<p>The review, led by Mohammad Nooraiepour of the University of Oslo with colleagues from the University of Bergen, Siemens Energy AI Lab, and Friedrich-Schiller-University Jena, does not declare a winner in the contest between traditional solvers and neural networks. Instead, it delivers a more unsettling and more useful conclusion: the two paradigms are epistemologically different kinds of machinery, and confusing them leads to both overhyped claims about artificial intelligence and underuse of what it genuinely offers. Classical methods are deductive, meaning their errors can be bounded by quantities derived directly from the structure of the equation and the parameters of the discretization. Machine learning methods are inductive, meaning their accuracy depends on statistical proximity to the data they were trained on. That single distinction, the authors argue, determines not which approach is superior but what each can certify, and therefore where each should be deployed.</p>
<p>To make the comparison rigorous, the review organizes the entire field around six fundamental computational challenges: high dimensionality, nonlinearity, geometric complexity, discontinuities, multiscale phenomena, and multiphysics coupling. These six axes function as a common testing ground. Classical methods, including finite difference, finite element, finite volume, and spectral discretizations, are assessed on each axis for their structure-preserving properties, their rigorous convergence theory, and their scalable solver design. The verdict is nuanced. On problems of moderate dimension with well-behaved geometry, classical methods remain unmatched, delivering certified accuracy with error estimates that engineers can take to a regulator or a certification authority. But the review is candid about their persistent weaknesses: the curse of dimensionality crushes grid-based methods as the number of variables grows, and geometrically complex domains can make mesh generation a bottleneck that consumes more human effort than the solve itself.</p>
<p>Machine learning approaches are then subjected to exactly the same critical assessment, which is itself a departure from much of the existing literature, where neural methods are typically benchmarked only against other neural methods. The review builds a taxonomy organized by the degree to which physical knowledge is incorporated into the learning process. At one end sit purely data-driven surrogates; in the middle sit physics-informed neural networks, which embed the residual of the governing PDE directly into the loss function so that the network is penalized for violating the physics; and further along sit neural operators, which learn mappings between function spaces rather than pointwise values, promising generalization across families of related problems. Graph-based architectures, transformers, and generative models round out the landscape, alongside hybrid frameworks that interleave classical solvers with learned components.</p>
<p>The critical findings here are sobering for anyone hoping that neural networks will simply replace finite element solvers. Physics-informed neural networks, despite enormous popularity, struggle with stiff problems, sharp gradients, and the kind of discontinuous behavior that dominates real multiphysics applications such as fracture propagation or salt precipitation during carbon dioxide storage. Their training is often fragile, their convergence theory is far less mature, and their accuracy guarantees are fundamentally statistical rather than deterministic. Neural operators fare better on generalization across parameter ranges, but the review emphasizes that their reliability is always conditional on the training distribution. A neural surrogate that performs beautifully within the range of parameters it has seen can fail catastrophically, and silently, the moment it is asked to extrapolate. Classical methods never fail silently in quite the same way, because their error bounds degrade predictably with refinement.</p>
<p>What elevates the review above a simple scorecard is its treatment of complementarity. The authors identify three genuine synergies between the paradigms. First, machine learning can accelerate the inner workings of classical solvers, for example by learning preconditioners, coarse-grid corrections, or adaptive mesh indicators, while the outer classical framework retains its convergence guarantees. Second, classical methods can generate the high-fidelity training data and validation benchmarks that neural surrogates require, creating a pipeline in which the deductive method certifies the inductive one. Third, learned models can capture constitutive behavior or subgrid physics that is too expensive or too poorly understood to resolve explicitly, feeding these closures into structure-preserving classical schemes. In each case, the division of labor follows the epistemological split: the learned component supplies speed and flexibility where statistics suffice, and the classical component supplies certification where proof is required.</p>
<p>The review goes further and develops design principles for hybrid methods, including a framework for what the authors call the structure inheritance problem, that is, how to ensure that a learned component does not destroy the conservation laws, stability properties, or symmetry structures that a classical discretization was carefully constructed to preserve. They also propose an error budget decomposition that separates the total error of a hybrid simulation into three contributions: the discretization error of the classical scheme, the approximation error of the neural component, and the coupling error introduced at their interface. This decomposition matters because it turns hybrid design from an art into an accounting exercise. If a coupled simulation goes wrong, the framework tells practitioners where to look, and it prevents the common failure mode in which a neural component&#8217;s unquantified error is silently absorbed into an apparently converged classical result.</p>
<p>Looking forward, the authors assess emerging frontiers with the same skeptical lens. Foundation models for scientific computing, inspired by the large language models that transformed natural language processing, are evaluated against the structural constraints of PDE solving, and the review asks whether the scaling laws that powered language models can plausibly transfer to problems governed by conservation laws and boundary conditions. Differentiable programming for inverse design, in which entire simulation pipelines are made end-to-end differentiable so that gradients can flow from design objectives back through the solver, is judged promising but dependent on the same error-accounting discipline. Quantum algorithms for PDEs are treated with particular caution: the review distinguishes between barriers that are fundamental and those that are merely contingent on engineering progress, and finds that for several quantum approaches the current obstacles look structural rather than incidental. Exascale co-design, the joint development of algorithms and hardware at extreme scale, is identified as a domain where hybrid classical-learned solvers may find their most immediate practical impact.</p>
<p>The timing of this synthesis is significant. Scientific machine learning has grown from a niche curiosity into a field with its own conferences, journals, and funding programs, and the hype cycle has produced both genuine breakthroughs and inflated claims. Reviews that merely catalog methods multiply yearly, but rigorous evaluations that apply identical criteria to both paradigms remain rare. By insisting that epistemological character, rather than computational speed, is the primary criterion for responsible method selection, the review provides something the community has lacked: a principled basis for deciding, problem by problem, whether a learned surrogate, a certified classical solver, or a carefully engineered hybrid is the right tool. The stakes are concrete. Applications such as geological carbon storage, where the authors&#8217; own research is anchored through projects on salt precipitation and convective mixing during CO2 injection, demand simulations that are simultaneously fast enough for uncertainty quantification over thousands of realizations and trustworthy enough to inform regulatory decisions about subsurface storage integrity.</p>
<p>The conclusion the authors reach is not that one paradigm supersedes the other, but that their principled integration offers the most credible path toward computationally tractable solutions to the most consequential open problems that neither approach can address alone. For decades, computational science advanced by refining discretizations, solvers, and hardware within a single deductive tradition. The last several years added a second tradition with fundamentally different guarantees. The review&#8217;s lasting contribution may be its refusal to choose between them, and its demonstration that the future of simulation lies in knowing precisely what each tradition can promise, what it cannot, and how to combine them without letting the strengths of one conceal the weaknesses of the other. In an era when artificial intelligence is routinely described as a replacement for existing tools, this is a refreshingly precise message: the equations that govern the physical world will be solved not by machines alone, nor by classical mathematics alone, but by an alliance whose terms are now, finally, being written down.</p>
<p><strong>Subject of Research:</strong> A critical synthesis of classical numerical, machine learning, and hybrid methods for solving partial differential equations</p>
<p><strong>Article Title:</strong> Partial differential equations in the age of machine learning: a critical synthesis of classical, machine learning, and hybrid methods</p>
<p><strong>Article References:</strong> Nooraiepour, M., Both, J. W., Kadeethum, T., &amp; Sadeghnejad, S. (2026). Partial differential equations in the age of machine learning: a critical synthesis of classical, machine learning, and hybrid methods. <em>Artificial Intelligence Review</em>. <a href="https://doi.org/10.1007/s10462-026-11677-5" rel="noopener noreferrer">https://doi.org/10.1007/s10462-026-11677-5</a></p>
<p><strong>Image Credits:</strong> AI Generated</p>
<p><strong>DOI:</strong> <a href="https://doi.org/10.1007/s10462-026-11677-5" rel="noopener noreferrer">10.1007/s10462-026-11677-5</a></p>
<p><strong>Keywords:</strong> partial differential equations, machine learning, physics-informed neural networks, neural operators, finite element methods, hybrid computational methods, scientific machine learning, structure-preserving discretization, error quantification, multiphysics simulation, foundation models, carbon dioxide storage</p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">203980</post-id>	</item>
	</channel>
</rss>
