REVIEW 3 major objections 6 minor 22 references
Numerical null controllability of parabolic PDEs using Lagrangian methods
T0 review · 3 major / 6 minor · reviewed 2026-08-12 · deepseek-v4-flash
Pith's one-line read The paper claims that truncating the time-blow-up weight turns numerical null controllability of parabolic PDEs into a well-posed saddle-point problem that Uzawa-style algorithms solve, with final-state error shrinking like log R over R.
desk verdict New truncation trick with a clean convergence proof, but the numerics lack a discrete error analysis and reproducibility, so the central computational claim remains unverified. read the letter →
The pith
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
The reading
What carries the argument
The load-bearing objects are the Carleman weights $\rho=e^{\alpha}$ and $\rho_0=(T-t)^{3/2}\rho$, the truncated weight $\rho_R=\min(R,\rho)$, and the solution operators $M$ and $M^*$: $Mv$ is the state driven from zero by control $v$, while $M^*q$ is the trace on $Q_\omega$ of the backward adjoint state. These operators turn the constrained extremal problem into the unconstrained dual problem of minimizing $J_R^*(q)=\frac12\int_Q(\rho_R^{-2}|q|^2+\rho_0^{-2}|M^*q|^2+2q\bar y)\,dxdt$ over $q\in L^2(Q)$, whose optimality conditions are $y_R=-\rho_R^{-2}q_R$ and $v_R=\rho_0^{-2}M^*q_R$. The algorithms are gradient, conjugate-gradient, and Augmented Lagrangian iterations on this dual functional; the Augmented Lagrangian versions solve an inner linear system with a Gauss-Seidel sweep, and the convergence-rate estimate uses a cut-off function supported near $t=T$ to convert the $|\log R|$ growth of the weights into the $|\log R|/R$ terminal bound.
What would settle it
Fix a moderate $R$ and solve the 2D heat test on a sequence of refined meshes and time steps. If the computed terminal norm plateaus at a mesh-dependent floor, or if increasing $R$ at fixed discretization stops shrinking the terminal norm, then the discrete saddle point is not tracking the continuous truncated problem.
Extended reading notes
Core claim
The central claim is that for each fixed $R>0$, the truncated extremal problem has a unique solution $(y_R,v_R)$, and Propositions 2.5 and 2.6 give $v_R\to \hat v$ strongly in $U$ and $\|y_R(\cdot,T)\|_{H^1_0(\Omega)}\le C|\log R|/R$, where $(\hat y,\hat v)$ is the minimizer of the original weighted extremal problem (1.4). The argument is carried by a saddle-point duality: the state and control are recovered from the dual variable by $y_R=-\rho_R^{-2}q_R$ and $v_R=\rho_0^{-2}M^*q_R$, so solving the truncated problem reduces to minimizing a strictly convex quadratic functional over $L^2(Q)$. The paper further claims that Uzawa, conjugate-gradient, and Augmented Lagrangian iterations (ALG 1-4) solve this dual problem efficiently, and the reported experiments show final $L^2$ norms of about $1.7\times10^{-12}$ for a 2D heat equation, $2.1\times10^{-7}$ for a 3D heat equation, and $5.5\times10^{-9}$ for the 2D Stokes system.
Load-bearing premise
The load-bearing premise is that the finite-element and time-stepping discretizations of the PDE solution operators are accurate enough that the discrete saddle point still represents the continuous truncated problem; the paper describes the discretization but supplies no error analysis linking the discrete and continuous solutions.
Editorial extensions
If this is right
- ALG 3 recovers the predicted $|\log R|/R$ scaling: Table 1 reports $\|y(\cdot,T)\|_{L^2}$ dropping from about $1.3\times10^{-9}$ at $R=10^3$ to $3.4\times10^{-19}$ at $R=10^8$.
- The number of Uzawa iterations stays essentially constant, near 3,000, as $R$ grows from $10^3$ to $10^8$, so taking a very large truncation parameter is not computationally expensive.
- The same Augmented Lagrangian formulation handles 2D heat, 3D heat, and 2D Stokes, with final $L^2$ norms of order $10^{-12}$, $10^{-7}$, and $10^{-9}$, respectively.
- Varying the number of time steps $N_t$ from 20 to 200 changes the final-state norm only mildly, staying around $10^{-13}$, so the computed controls are not highly sensitive to the time grid.
- The authors state the method carries over to other parabolic systems and boundary conditions, and leave wave and Schr\"odinger controllability as open directions.
Reading between the lines
- A testable extension the paper does not pursue is a grid-convergence study at fixed $R$: if the terminal norm stops improving once mesh and time steps are refined, the $10^{-13}$ numbers would be discrete artifacts rather than evidence for the continuous estimate.
- Because iteration counts are insensitive to $R$, the truncation parameter could be chosen adaptively per mesh level rather than fixed at values up to $10^8$, potentially reducing cost on coarser grids.
- The same saddle-point machinery could be applied to boundary controls or semilinear problems, but the Carleman-weight estimates behind Propositions 2.5 and 2.6 would need to be re-proved since the cut-off argument relies on the specific form $\rho_0=(T-t)^{3/2}\rho$.
- If the rate $|\log R|/R$ is treated as a practical accuracy guide, then choosing $R$ from a target tolerance, roughly $R\sim |\log\varepsilon|/\varepsilon$, would give a self-tuned stopping rule for the truncation parameter.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. This paper proposes a Lagrangian and Augmented Lagrangian approach to compute numerical null controls for linear parabolic equations and the Stokes system. The authors consider the Fursikov–Imanuvilov weighted extremal problem (1.4), introduce a truncated weight ρ_R = min(R, ρ) in Section 2.1, and prove that the minimizers v_R of the truncated problem converge strongly in U to the minimizer of (1.4) as R → ∞ (Proposition 2.5), with the terminal state satisfying an H^1_0 bound of order |log R|/R (Proposition 2.6). They then derive saddle-point reformulations in Sections 3–4 and present four iterative algorithms (Uzawa, conjugate-gradient Uzawa, and augmented Lagrangian variants), together with numerical experiments for 2D and 3D heat equations and a 2D Stokes system in Section 6. Reported terminal norms are on the order of 10^{-13} (2D heat), 10^{-7} (3D heat), and 10^{-9} (Stokes).
Significance. The paper addresses a real numerical bottleneck: constructing null controls for parabolic PDEs in high dimensions without relying on C1 finite elements or flatness-based expansions. The truncation idea is natural, the convergence proof of Proposition 2.5 is convincing, and Proposition 2.6 gives a quantitative rate that is plausible and consistent with the R-scaling in Table 1. The algorithms are clearly described and the experiments are reproducible in principle with FreeFem++. However, the central numerical validation is incomplete: the computed terminal norms are produced by the same discrete operators used to construct the controls, and no error analysis or mesh-convergence study connects the fully discrete solution to the continuous truncated problem. The significance of the method will be established only after this gap is addressed.
major comments (3)
- [End of Section 4; Section 6] The fully discrete computations are not linked to the continuous truncated problem. At the end of Section 4 the authors state that the action of M and M* is approximated 'through a standard finite dimensional reduction process' (implicit Euler/Gear in time and FEM in space), but no error estimate is given, such as ||y_R^{h,Δt}(·,T) − y_R(·,T)||_{H^1_0} ≤ ε(h,Δt,R) with ε → 0 as h,Δt → 0. Consequently, the reported final-time norms in Test #1 (1.72×10^{-12}), Table 1, Table 3, Test #4 (2.10×10^{-7}), and Test #5 (5.50×10^{-9}) are computed with the same discrete operators that produced the control and certify only the discrete dynamics. Table 3 varies Nt but does not refine the spatial mesh in a controlled way, and no experiment re-solves the state equation on a finer or independent discretization. To support the claim of numerical null controllability of the PDE, the authors should add either a discrete error analysis or a systematic mesh/time refinement study with an a posteriori check that the computed control drives the continuous (or at least a finer-discrete) state to zero.
- [Section 2.2, Proof of Proposition 2.6] The proof of Proposition 2.6 has notation slips and a compressed energy estimate that need to be fixed. After defining z := ψ_R ρ_R y_R, the equation for z is written with χ_R instead of ψ_R, and the subsequent bound uses q_R(·,T) where z(·,T) is meant. The step from ∫|Lz|^2 ≤ C J(v̂)/(T2,R − T1,R)^2 to the parabolic regularity estimate ||z||_{C^0([0,T];H^1_0) ∩ L^2(H^1_0∩H^2)} ≤ C |log R|^2 J(v̂)^{1/2} is not demonstrated; the time scales of the cut-off and the boundedness of ρ_R near T require a careful statement. Since Proposition 2.6 provides the theoretical convergence rate that motivates the choice of R in the numerics, the proof should be completed and rewritten.
- [Section 4.1; Table 2] The theoretical convergence condition for Uzawa's algorithm in Section 4.1 requires the optimal steps r_k to satisfy r_k < 2C1(R)/C0^2 ~ R^{-2}, which would imply a severe dependence of the iteration count on R. However, Table 2 reports an essentially constant number of iterations (~3000) for R ranging from 10^3 to 10^8. The authors do not provide a convergence analysis for the augmented Lagrangian variant (ALG 3) actually used in the experiments, nor do they explain this apparent discrepancy. This is not a fatal flaw, but it should be addressed to support the advertised robustness of the algorithms.
minor comments (6)
- [Section 5] In Section 5, the augmented Lagrangian is defined as LR,K = LR + 1/2 ||M v + ȳ − y||^2, missing the factor K; this is inconsistent with Section 3.2 and with Algorithm 4, which uses K in the linear system. It should be K/2.
- [Algorithm 4] The title of Algorithm 4 has a missing closing parenthesis, and the procedure is named Uzawa03 instead of Uzawa04.
- [Algorithms 1 and 3] In the convergence branch of Algorithms 1 and 3, the variable err is not updated and no break is executed, so the loop condition may not stop the iteration when the tolerance is first met; an explicit exit should be added.
- [Table 1] In Table 1, the entry '1.319610−13' should read '1.3196 × 10^{-13}'.
- [Section 6.3] The sentence 'the uniform convergence of the control and the controlled state is clear' is not supported by Table 3, since the L2(Q)-norms of y and v still vary with Nt; please report a convergence sequence for Nt → ∞ or rephrase.
- [Sections 1.2 and 7] There are typos: 'nonzeo' in Section 1.2 should be 'nonzero', and 'paremater' in Section 7 should be 'parameter'.
Circularity Check
No significant circularity: the truncation and convergence theorems are proved from first principles, and self-citations are not load-bearing.
full rationale
No circular step is exhibited in the paper's derivation chain. Proposition 2.5 is proved by taking weak limits of the truncated minimizers and comparing their costs with the original minimizer; the inequality IR(v-hat) <= J(y-hat,v-hat) follows from rho_R <= rho and is not an assumption of the conclusion. Proposition 2.6 is a direct energy estimate using the cut-off psi_R and the explicit growth of rho_0; it does not import the result. The characterization of the original minimizer is quoted from the external monograph [10], with only a non-load-bearing 'see also' reference to the authors' [7], and the Carleman/observability inequality is attributed to both [10] and [6]; because [10] independently supplies the needed estimate, the self-citation [6] is not load-bearing. The Lagrangian and augmented-Lagrangian reformulations follow from standard convex analysis in [5]. The numerical experiments minimize the discrete objective and then evaluate the terminal state with the same discrete operators; the paper itself notes at the end of Section 4 that 'in practice, in order to apply any of the previous algorithms, we must be able to compute (numerical approximations of) the M v and the M*q' through 'a standard finite dimensional reduction process'. The absence of a discrete-to-continuous error estimate is a numerical validation gap, i.e. a correctness risk, not a circular definition or a fitted parameter renamed as a prediction. Thus the central mathematical claims are self-contained and the few self-citations are not load-bearing.
Assumptions & free parameters
free parameters (4)
- K1 =
0.1 in 2D experiments
- K2 =
2 in 2D experiments (2*||η0||_L∞)
- R =
10^5 in most tests
- K (augmented Lagrangian penalty) =
0.1
assumptions (5)
- standard math Global Carleman inequality yields observability (1.6) for the backward adjoint system (1.5).
- standard math Unique continuation property for parabolic operators, used to show P0 inner product is nondegenerate.
- domain assumption Existence of η0 satisfying (2.1) for any nonempty open ω in C2 domains; for polyhedral domains the explicit η0 in (6.2) is asserted to work, not proved.
- ad hoc to paper Convergence of the fully discrete scheme (implicit Euler/Gear + FEM) for M and M* to the continuous operators as h→0 and Nt→∞.
- ad hoc to paper Boundedness of the optimal step sizes r_k in ALG 1/ALG 3 within the interval needed for gradient convergence.
Cite this review
Pith. "Pith review of Numerical null controllability of parabolic PDEs using Lagrangian methods." pith.science (2026). https://pith.science/paper/BM24OFJI
@misc{pith2026241114031,
author = {Pith},
title = {Pith review of: Numerical null controllability of parabolic PDEs using Lagrangian methods},
year = {2026},
howpublished = {\url{https://pith.science/paper/BM24OFJI}},
note = {Machine review of arXiv:2411.14031}
}
read the original abstract
In this paper, we study several theoretical and numerical questions concerning the null controllability problems for linear parabolic equations and systems for several dimensions. The control is distributed and acts on a small subset of the domain. The main goal is to compute numerically a control that drives a numerical approximation of the state from prescribed initial data exactly to zero. We introduce a methodology for solving numerical controllability problems that is new in some sense. The main idea is to apply classical Lagrangian and Augmented Lagrangian techniques to suitable constrained extremal formulations that involve unbounded weights in time that make global Carleman inequalities possible. The theoretical results are validated by satisfactory numerical experiments for spatially 2D and 3D problems.
Figures
Figures from the paper (17 more)
Reference graph
Works this paper leans on
-
[1]
D. Allonsius and F. Boyer. Boundary null-controllability of semi-discrete coupled parabolic systems in some multi-dimensional geometries. Math. Control Relat. Fields , 10(2):217–256, 2020
work page 2020
-
[2]
F. Boyer. On the penalised HUM approach and its applications to the numerical approximation of null-controls for parabolic problems. In CANUM 2012, 41e Congr` es National d’Analyse Num´ erique, volume 41 of ESAIM Proc., pages 15–58. EDP Sci., Les Ulis, 2013. 30
work page 2012
-
[3]
C. Carthel, R. Glowinski, and J.-L. Lions. On exact and approximate boundary controllabilities for the heat equation: a numerical approach. J. Optim. Theory Appl. , 82(3):429–484, 1994
work page 1994
-
[4]
J.-M. Coron. Control and nonlinearity, volume 136 of Mathematical Surveys and Monographs . American Mathematical Society, Providence, RI, 2007
work page 2007
-
[5]
I. Ekeland and R. T´ emam.Convex analysis and variational problems , volume 28 of Classics in Applied Mathematics. Society for Industrial and Applied Mathematics (SIAM), Philadelphia, PA, english edition, 1999. Translated from the French
work page 1999
-
[6]
E. Fern´ andez-Cara and S. Guerrero. Global Carleman inequalities for parabolic systems and applications to controllability. SIAM J. Control Optim. , 45(4):1399–1446, 2006
work page 2006
-
[7]
E. Fern´ andez-Cara and A. M¨ unch. Strong convergent approximations of null controls for the 1D heat equation. SeMA J. , 61:49–78, 2013
work page 2013
-
[8]
E. Fern´ andez-Cara and A. M¨ unch. Numerical exact controllability of the 1D heat equation: duality and Carleman weights. J. Optim. Theory Appl. , 163(1):253–285, 2014
work page 2014
Show all 22 references
-
[9]
Fortin and R
M. Fortin and R. Glowinski. Augmented Lagrangian methods, volume 15 of Studies in Math- ematics and its Applications . North-Holland Publishing Co., Amsterdam, 1983. Applications to the numerical solution of boundary value problems, Translated from the French by B. Hunt and D....
1983
-
[10]
A. V. Fursikov and O. Yu. Imanuvilov. Controllability of evolution equations , volume 34 of Lecture Notes Series . Seoul National University, Research Institute of Mathematics, Global Analysis Research Center, Seoul, 1996
1996
-
[11]
Glowinski and J.-L
R. Glowinski and J.-L. Lions. Exact and approximate controllability for distributed parame- ter systems. In Acta numerica, 1995 , Acta Numer., pages 159–333. Cambridge Univ. Press, Cambridge, 1995
1995
-
[12]
Glowinski, J.-L
R. Glowinski, J.-L. Lions, and J. He. Exact and approximate controllability for distributed pa- rameter systems, volume 117 of Encyclopedia of Mathematics and its Applications . Cambridge University Press, Cambridge, 2008. A numerical approach
2008
-
[13]
F. Hecht. New development in freefem++. J. Numer. Math. , 20(3-4):251–265, 2012
2012
-
[14]
Lasiecka and R
I. Lasiecka and R. Triggiani. Control theory for partial differential equations: continuous and approximation theories. I , volume 74 of Encyclopedia of Mathematics and its Applications . Cambridge University Press, Cambridge, 2000. Abstract parabolic systems
2000
-
[15]
Lasiecka and R
I. Lasiecka and R. Triggiani. Control theory for partial differential equations: continuous and approximation theories. II , volume 75 of Encyclopedia of Mathematics and its Applications . Cambridge University Press, Cambridge, 2000. Abstract hyperbolic-like systems over a fin...
2000
-
[16]
Lebeau and L
G. Lebeau and L. Robbiano. Contrˆ ole exact de l’´ equation de la chaleur. Comm. Partial Differential Equations, 20(1-2):335–356, 1995
1995
-
[17]
Martin, L
P. Martin, L. Rosier, and P. Rouchon. Null controllability of the heat equation using flatness. Automatica J. IF AC, 50(12):3067–3076, 2014. 31
2014
-
[18]
Martin, L
P. Martin, L. Rosier, and P. Rouchon. Null controllability of one-dimensional parabolic equa- tions by the flatness approach. SIAM J. Control Optim. , 54(1):198–220, 2016
2016
-
[19]
Martin, L
P. Martin, L. Rosier, and P. Rouchon. Controllability of parabolic equations by the flatness approach. In Evolution equations: long time behavior and control , volume 439 of London Math. Soc. Lecture Note Ser. , pages 161–178. Cambridge Univ. Press, Cambridge, 2018
2018
-
[20]
Micu and E
S. Micu and E. Zuazua. On the regularity of null-controls of the linear 1-d heat equation. C. R. Math. Acad. Sci. Paris , 349(11-12):673–677, 2011
2011
-
[21]
M¨ unch and E
A. M¨ unch and E. Zuazua. Numerical approximation of null controls for the heat equation: ill-posedness and remedies. Inverse Problems, 26(8):085018, 39, 2010
2010
-
[22]
D. L. Russell. Controllability and stabilizability theory for linear partial differential equations: recent progress and open questions. SIAM Rev., 20(4):639–739, 1978. 32
1978
Reviewed August 12, 2026 · model on record in the stance chip above.
Discussion (0). Continue with ORCID to comment.