Source-linked AI summary

Computational study of Proper Orthogonal Decomposition methods for parametric approximations

Bosco García-Archilla, Alicia García-Mascaraque, Julia Novo

arXiv:2609.02583v1math.NA

TL;DR

The paper addresses computational cost and methodological choices in POD-ROMs for evolutionary parametric PDEs, including projection spaces, nonlinear terms, and multiparameter approximations. It compares projection and nonlinear-evaluation strategies through analysis and numerical experiments, finding similar practical performance for L2(Ω) and H1_0(Ω) projections and identifying DEIM as the fastest nonlinear-term approach. In a two-dimensional Brusselator study, the standard multiparameter method performs better than the new method.

  • Problem

    POD-ROMs require choices affecting pointwise error bounds and nonlinear-term evaluation can remain expensive because online cost may depend on the full-order mesh.

  • Method

    The paper analyzes L2(Ω) and H1_0(Ω) projection spaces, tensor and DEIM nonlinear-term treatments, and standard and new multiparameter POD methods using numerical experiments.

  • Results

    DEIM takes around half the time of tensor construction while maintaining almost the same accuracy, and the standard multiparameter method performs better in two dimensions.

  • Takeaways & Limitations

    Both projection choices perform similarly in practice, while DEIM offers the most efficient nonlinear-term computation among the compared procedures.

  • Takeaways & Limitations

    Tensor construction removes full-order dependence only for polynomial nonlinear structures, and DEIM adds an extra term to the error analysis.

Abstract

from arXiv · show

This paper studies the computational implementation of proper orthogonal decomposition reduced-order models (POD-ROMs) for evolutionary parametric time-dependent partial differential equations (PDEs). For a one-parameter model, many papers in the literature build the correlation matrix by projecting onto $L^2(Ω)$ even though optimal pointwise error estimates are proved when projecting onto $H^1_0(Ω)$. We compare both scenarios and observe the similar performance in practice. Additionally, to get the POD approximation it is necessary to compute the nonlinear term in the reduced equations. This requires a high computational cost that increases when the problem gets more complex. Numerical results in this paper show different approaches to address this issue. Discrete Empirical Interpolation Method (DEIM) is the most efficient approach. It reduces computational time by approximately half compared to computing the whole FEM formulation by a tensor construction while maintaining the same accuracy. For a multiparameter model, we analyze the new and standard method proposed in \cite{newmethod} using a two-dimensional Brusselator model to complement the results and support the error analysis with a more complex system.

1 Introduction

The paper examines POD-ROM construction and computational implementation for evolutionary parametric PDEs, focusing on projection choices, pointwise error bounds, and nonlinear-term costs. It compares L2(Ω) and H1_0(Ω) projections and presents tensor and DEIM strategies for reducing online computation.

  • POD-ROM framework: POD-ROMs compact full-order snapshots into a reduced basis and compute the PDE approximation by projecting its weak formulation onto the first r basis functions.The full-order method is the finite element method, and snapshots are generated at time instants and parameter values.
  • Error analysis: Standard snapshot sets do not provide pointwise optimal error bounds, motivating first-order divided differences for pointwise-in-time estimates.The paper extends this analysis to parameter-dependent equations and compares standard and new multiparameter approaches.
  • Projection space: H1_0(Ω) projection has proved optimal gradient error bounds, whereas L2(Ω) projection is more common in the literature.The paper numerically compares both projection spaces for POD-ROM construction.
  • Nonlinear-term implementation: Nonlinear-term evaluation remains costly because projecting onto the reduced space can retain dependence on the full-order mesh dimension.This dependence becomes more problematic as spatial dimension and problem complexity increase.
  • Nonlinear-term implementation: Tensor construction removes full-order dependence for polynomial nonlinearities by reducing online evaluation to tensor-vector multiplication involving reduced coefficients.Its main limitation is applicability only to polynomial nonlinear formulations such as the Brusselator equations.
  • Nonlinear-term implementation: DEIM approximates the nonlinear term from a POD basis and selected spatial indices, lowering online computational cost while adding an extra error-analysis term.The method interpolates the nonlinear term using only a few important nodes.

2 Preliminaries and notation

This section sets the reaction-diffusion model, its parameter dependence, and the finite element setting used for approximation. It also states interpolation and regularity assumptions underlying the discretization analysis.

  • Model problem: The model is a reaction-diffusion equation on a bounded domain in dimensions d ∈ {1, 2, 3}, with parameter-dependent diffusion, nonlinearity, forcing, or initial data.The nonlinear function is assumed smooth and Lipschitz continuous, while at least one model component depends on the parameter.
  • Finite element setting: The finite element spaces use continuous piecewise polynomials of degree k over simplicial meshes, with the space V_h^k enforcing homogeneous Dirichlet boundary conditions.The mesh elements have diameter h.
  • Interpolation estimate: The Lagrange interpolant satisfies |u − I_hu|_{W^{m,p}(K)} ≤ c_inth^{n−m}|u|_{W^{n,p}(K)} under the stated index and regularity conditions.The conditions include 0 ≤ m ≤ n ≤ k + 1 and n > d/p for 1 < p ≤ ∞, or n ≥ d for p = 1.
  • Parametric setting: The parameterized solutions are approximated over intervals [0,T_α] for α in [α_0,α_L], using a smooth parameter-to-final-time curve T_α.The semi-discrete finite element approximation is initialized with the interpolated exact solution.

3 Proper orthogonal decomposition

The section presents standard and difference-quotient POD constructions for fixed and continuous parameter ranges, including projection choices and pointwise error-bound strategies.

  • One-parameter POD: The standard one-parameter POD-ROM constructs a reduced space from snapshots of a finite-element approximation and projects onto L2(Ω) or H1_0(Ω).The reduced basis is formed from correlation-matrix eigenvectors, with r denoting the number of retained POD modes.
  • Difference-quotient POD: Difference quotients augment the snapshot set to obtain pointwise-in-time error bounds rather than only average-in-time bounds.Finite-element approximations at mesh times are represented using first-order differences from previous time instants and the initial condition.
  • Projection choice: For L2(Ω) projection, gradient-error bounds can grow with the POD stiffness-matrix norm, whereas eigenvalues differ between projection spaces.A direct inverse-inequality estimate gives the stiffness-matrix scaling O(h^-2), although practical behavior is usually better.
  • Projection choice: Using X = L2(Ω) does not imply worse POD-approximation performance, and numerical errors for POD and FEM remain close for both projection choices over most of the period.The projection error is the best approximation in the reduced space to the finite-element solution.
  • Parametric extensions: For parameters sampled across an interval, the standard method uses snapshots at selected parameter values, while the new method introduces finite-difference constructions to obtain pointwise-in-time and pointwise-in-parameter estimates.Both approaches use N = (L + 1)(M + 1) elements to generate the correlation matrix, but differ in how they obtain optimal pointwise estimates.

4 Nonlinear term in reduced equations

The reduced equations require efficient evaluation of nonlinear terms, because direct FEM-based computation retains dependence on the full mesh. The paper presents tensor-based and DEIM strategies that shift or reduce this cost while preserving a reduced online system.

  • Reduced formulation: The POD-ROM formulation projects the weak PDE formulation onto a reduced space generated by the first r POD basis functions.The reduced system uses reduced mass, stiffness, and force quantities together with the nonlinear term.
  • Computational bottleneck: Direct evaluation of the nonlinear term still depends on nk, the number of FEM nodes, making high-dimensional online simulations computationally expensive.The nonlinear function is evaluated through the FEM formulation, so the online phase retains full-order mesh dependence.
  • Tensor structure: The tensor strategy precomputes polynomial nonlinear terms offline, leaving online tensor-vector multiplication involving only reduced coefficients.Its principal limitation is that it applies only to polynomial nonlinear formulations.
  • Tensor structure: A single tensor structure can support several parameters and different mode counts r ≤ R after offline construction.The same sufficiently large tensor can be reused by selecting the corresponding modes for tensor-vector multiplication.
  • DEIM: DEIM constructs a second POD basis from nonlinear-term snapshots and evaluates the nonlinear function at only a few selected spatial nodes.This moves dependence on the FEM-node count to the offline phase; commonly m = r̃ with r̃ ≤ r.
  • DEIM: The DEIM error analysis contains an extra term compared with the non-DEIM bound, while numerical experiments assess the resulting computational performance.The paper compares DEIM and tensor approaches for the two-dimensional Brusselator model against FEM-based nonlinear evaluation.

5 Numerical Experiments

The experiments assess POD choices and nonlinear-term treatments for one- and multi-parameter two-dimensional Brusselator models. They find similar accuracy across projection choices and methods, while DEIM substantially reduces computational cost.

  • Experimental setting: The two-dimensional Brusselator model uses finite elements with 51,200 degrees of freedom and studies periodic solutions with spatial complexity varying by parameter β.The experiments fix ν = 0.002 and use a uniform mesh with quadratic finite elements.
  • Projection-space and sampling choices: Projecting onto L2(Ω) yields smaller singular values than H1_0(Ω), but r = 26 is used for both because r = 17 would produce larger H1 errors.At M = 128, the 10^-3 singular-value tail threshold requires r = 17 in L2(Ω) and r = 26 in H1_0(Ω).
  • Accuracy: Projection and POD-approximation errors remain close through most of the period for both L2(Ω) and H1_0(Ω) projections.The experiments consequently report similar practical performance for the two projection choices.
  • Nonlinear-term treatment: DEIM achieves the same errors as the alternatives with lower computational cost, while tensor construction takes approximately twice DEIM’s online time.Tensor construction also has a huge offline cost, whereas DEIM evaluates the nonlinear term using selected spatial nodes.
  • Nonlinear-term treatment: For more complex nonlinear terms, tensor construction is unavailable, while POD-DEIM approximations remain accurate and are attained faster than the other alternatives.For multi-parameter tests, both standard and new methods also approximate out-of-sample parameter values with sufficient accuracy, although the standard method performs better for sampled parameters.
  • Projection-space and sampling choices: For M ≥ 128, singular-value results remain unchanged, making M = 128 sufficient for both POD methods.In the one-parameter model, Δt = T/128 is therefore sufficient.

6 Conclusions

The paper compares projection spaces and nonlinear-term strategies for POD reduced-order models, finding similar accuracy for both projection choices and substantially lower cost for DEIM. In a two-dimensional multiparameter study, the standard method performs better than the new method.

  • Both L2(Ω) and H1_0(Ω) projections perform similarly in practice despite different error estimates.
  • The paper compares FEM evaluation, tensor construction, and DEIM for computing nonlinear terms in reduced equations.
  • DEIM preserves nearly the same accuracy as the other procedures while reducing computational cost significantly.
  • DEIM is faster than tensor construction, requiring around half the computational time.
  • The tensor approach applies only to polynomial nonlinear structures.
  • In the two-dimensional multiparameter study, the standard method performs better than the new method.
Loading 2609.02583v1…