Papers › From Numerical Simulators of PDEs to Neural Emulators and Back

From Numerical Simulators of PDEs to Neural Emulators and Back

25 Aug 2026arXiv:2608.24547added by Syntology

Felix Koehler

Title, abstract, authors and date from arXiv's metadata (CC0); this paper is not in the Papers with Code archive (frozen 2025-07-28).

Simulation is central to modern engineering and science, but the cost of numerical solvers for partial differential equations (PDEs) remains a bottleneck whenever fast or many-query evaluations are required. Neural emulators trained on solver-generated data promise significant speedups, yet they are usually framed as opaque alternatives to the very methods that produce their training signal. This thesis argues the two paradigms are more alike than different: neural architectures mirror classical discretizations, their errors are amenable to the same spectral analysis, and insight flows profitably in both directions. We approach the relationship by disentangling the multiple roles a solver plays in the emulator learning pipeline. Mode-wise Fourier analysis then provides a common language in which solver errors, architectural inductive biases, and training objectives can all be read off simultaneously. Taken together, this allows synthesizing three contributions. (1) APEBench, a comprehensive benchmarking suite for autoregressive neural emulators of PDEs that uses fast differentiable pseudo-spectral solvers in JAX. (2) Progressively Refined Differentiable Physics, an investigation of the effect of unconverged solvers on surrogate training. (3) Neural Emulator Superiority, an analysis of the influence of numerical errors and architectural inductive biases.

PaperPDFCode Syntology ran

In Syntology For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2608.24547")

Code

Syntology Ran 18 of 34 code samples harvested from 5 repositories linked to this paper; 16 have no recorded run. Of those that ran: 1 ran · honoured contract; 1 ran · violated contract; 3 ran · our draft was wrong; 1 ran · fixture could not drive it; 12 ran with no contract checked.

By repository: found in paper text by Syntology: 34 samples from 5 repositories, 18 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

Ceyron/apebench found in paper text by Syntology report
Ceyron/exponax found in paper text by SyntologyMIT report
Ceyron/pdequinox found in paper text by Syntology report
Ceyron/trainax found in paper text by Syntology report
tum-pbs/PRDP found in paper text by Syntology report

Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

34 samples harvested; 18 ran; 1 honoured the contract we drafted; 16 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

1ran · honoured contract
1ran · violated contract
3ran · our draft was wrong
1ran · fixture could not drive it
12ran
16unverified

Licence: 0 of the 34 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from 5 repositories linked to this paper, official or community; each sample names its own and says which. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

MSELoss Ceyron/trainax/trainax/configuration/_diverted_chain.py found in paper text by Syntology ran · metamorphic tier: invariant fingerprinted MIT (permissive) · 1c010c0a738cc15c · report
_ntuple Ceyron/pdequinox/pdequinox/conv/_physics_conv.py found in paper text by Syntology ran · our draft was wrong MIT (permissive) · 0bdc4e280816adff · report
all_sequences Ceyron/pdequinox/pdequinox/conv/_physics_conv.py found in paper text by Syntology ran · violated contract fingerprinted MIT (permissive) · 75df3d0ac2737257 · report
compute_same_padding Ceyron/pdequinox/pdequinox/conv/_physics_conv.py found in paper text by Syntology ran · our draft was wrong fingerprinted MIT (permissive) · 973093de2cab964c · report
extract_ic_and_trj Ceyron/trainax/trainax/configuration/_diverted_chain.py found in paper text by Syntology ran · our draft was wrong MIT (permissive) · 7b6c512cf85c031c · report
melt_concat_metrics_from_list Ceyron/apebench/apebench/_run.py found in paper text by Syntology ran MIT (permissive) · 4c4eb8afaec4196f · report
melt_data Ceyron/apebench/apebench/_utils.py found in paper text by Syntology ran MIT (permissive) · 75da3fa003941472 · report
melt_loss Ceyron/apebench/apebench/_utils.py found in paper text by Syntology ran MIT (permissive) · 475460bfbeda49ad · report
melt_metrics Ceyron/apebench/apebench/_utils.py found in paper text by Syntology ran MIT (permissive) · 805be06d74072db3 · report
numpy_ewma tum-pbs/PRDP/experiments/src/prdp.py found in paper text by Syntology ran · honoured contract fingerprinted Apache-2.0 (permissive) · ba36c22fafe97643 · report
outer_optimisation tum-pbs/PRDP/experiments/src/linear_solvers_scan.py found in paper text by Syntology ran Apache-2.0 (permissive) · b0622565ca198ea8 · report
outer_optimisation_3 tum-pbs/PRDP/experiments/src/linear_solvers_scan.py found in paper text by Syntology ran Apache-2.0 (permissive) · 63c94fe495fcdf2e · report
plot_jac_subopt_3 tum-pbs/PRDP/experiments/src/poisson_utilities.py found in paper text by Syntology ran Apache-2.0 (permissive) · f53048b4af176878 · report
plot_loss_and_gradient tum-pbs/PRDP/experiments/src/poisson_utilities.py found in paper text by Syntology ran Apache-2.0 (permissive) · 00497c23b6d3ddcc · report
plot_loss_and_gradient_3 tum-pbs/PRDP/experiments/src/poisson_utilities.py found in paper text by Syntology ran Apache-2.0 (permissive) · 2e9131694a21aea3 · report
rhs_sine_fn tum-pbs/PRDP/experiments/src/poisson_problem_definition.py found in paper text by Syntology ran Apache-2.0 (permissive) · 4b611ae53765d928 · report
rhs_step_fn tum-pbs/PRDP/experiments/src/poisson_problem_definition.py found in paper text by Syntology ran Apache-2.0 (permissive) · 9a8932a5e8ef0cbc · report
should_refine tum-pbs/PRDP/experiments/src/prdp.py found in paper text by Syntology ran · fixture could not drive it fingerprinted Apache-2.0 (permissive) · 6d023282f18197aa · report
A_matrix tum-pbs/PRDP/experiments/src/poisson_problem_definition.py found in paper text by Syntology unverified Apache-2.0 (permissive) · a68d3c0a669807c2 · report
BaseConfiguration Ceyron/trainax/trainax/configuration/_diverted_chain.py found in paper text by Syntology unverified MIT (permissive) · 2e5bef41fe752d0d · report
BaseLoss Ceyron/trainax/trainax/configuration/_diverted_chain.py found in paper text by Syntology unverified MIT (permissive) · 4c6c2852b24a7cb4 · report
DivertedChain Ceyron/trainax/trainax/configuration/_diverted_chain.py found in paper text by Syntology unverified MIT (permissive) · 5257d728585afaf6 · report
MorePaddingConv Ceyron/pdequinox/pdequinox/conv/_physics_conv.py found in paper text by Syntology unverified MIT (permissive) · a51ea803fb2f11f8 · report
PhysicsConv Ceyron/pdequinox/pdequinox/conv/_physics_conv.py found in paper text by Syntology unverified MIT (permissive) · 58a910b3532ea18f · report
build_derivative_operator Ceyron/exponax/exponax/_spectral.py found in paper text by Syntology unverified MIT (permissive) · ed447291aef09b40 · report
build_scaled_wavenumbers Ceyron/exponax/exponax/_spectral.py found in paper text by Syntology unverified MIT (permissive) · cc5459039fd5c9dc · report
build_wavenumbers Ceyron/exponax/exponax/_spectral.py found in paper text by Syntology unverified MIT (permissive) · acdea5aa83b60afb · report
make_grid Ceyron/exponax/exponax/_utils.py found in paper text by Syntology unverified MIT (permissive) · c5f29bd14f3dbcbd · report
map_between_resolutions Ceyron/exponax/exponax/_interpolation.py found in paper text by Syntology unverified MIT (permissive) · d303e7ad024b4bdd · report
melt_concat_loss_from_list Ceyron/apebench/apebench/_run.py found in paper text by Syntology unverified MIT (permissive) · 88559da7c982793c · report
rollout Ceyron/exponax/exponax/_utils.py found in paper text by Syntology unverified MIT (permissive) · 25aebcd4baee8be5 · report
scrape_data_and_metadata Ceyron/apebench/apebench/_scraper.py found in paper text by Syntology unverified MIT (permissive) · 40b8776824a39847 · report
squareloss_fn tum-pbs/PRDP/experiments/src/linear_solvers_scan.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 30b6b00a026f9a36 · report
wrap_bc Ceyron/exponax/exponax/_utils.py found in paper text by Syntology unverified MIT (permissive) · 927b0cb9412f263f · report

Results from the paper

The Papers with Code archive ends with its 2025-07-28 snapshot. This paper's arXiv identifier, 2608.24547, was issued in August 2026, after that date, so the archive has no leaderboard rows for it.

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections