Welcome to the OPTPDE Problem Collection

nscdist1 details:

Keywords:

Global classification: nonlinear-quadratic

Functional: convex quadratic

Geometry: easy, fixed

Design: coupled via volume data

Differential operator:

Design constraints:

State constraints:

Mixed constraints:



Submitted on 2019-01-03 by Olga Weiß. Published on 2020-09-10


nscdist1 description:


Introduction

This is a semilinear elliptic optimal control problem with a nonsmooth PDE constraint. The problem presented here is case 2 in Weiß et al. [2019], where an efficient numerical solution method, named SCALi, is presented as well. The problem class considered in Weiß et al. [2019] contains elliptic PDE constraints with a nonsmooth semilinear part consisting of a combination of differentiable superposition operators and the absolute value function. The present problem is special in the sense that the desired state is not a feasible solution. Moreover, the control to state operator is nonsmooth due to the nonsmoothness in the state equation. Hence, standard techniques for obtaining first order minima can not be applied.

Variables & Notation

Unknowns

u L2(Ω) control variable y H01(Ω)state variable

Given Data

The given data is chosen in a way which allows for comparatively easy implementation but the desired state should not be achievable.

Ω = (0,1)2 computational domain Γ its boundary yd(x1,x2) = sin 10π((x11 2)2+(x21 2)2) 1 100+(x11 2)2+(x21 2)2 1 desired state (y) = max (5y,y|y|) nonlinear nonsmooth operator

PIC

Figure 0.1: Desired state yd.

Note that the nonlinearity can be rewritten as follows

(y) = max (5y,y|y|) = 1 2(5y + y|y| +|5y y|y||).

Problem Description

Minimize 1 2y ydL22 + α 2 uL22 s.t. y + (y) = uin Ω, y = 0on Ω.

Supplementary Material

In Weiß et al. [2019] this problem was treated with a special handling of the absolute value operator based on the abs-linearization. Using the resulting algorithm SCALi the numerical results presented in Table 0.1 were obtained, considering different values of the mesh size denoted by h and the penalty parameter α for the control in the objective functional. For the computations the starting values y 0 and u 0 where taken.

Note that in this demanding case, where a genuine non-linear and non-smooth operator in the PDE and an unreachable target function yd occur, comparatively more Newton iterations are needed to compute the minimal solution, see Weiß et al. [2019].







h αObjective||yyd|| ||yd|| #Newton










1.537e-02 1e-4 1.678 8.027e-01 118
1.159e-02 1e-4 1.677 8.025e-01 141
7.071e-03 1e-4 1.677 8.023e-01 165





1.159e-02 1e-6 0.381 2.976e-01 92
7.071e-03 1e-6 0.378 2.962e-01 175





7.071e-03 1e-7 0.127 1.800e-01 317






Table 0.1: Numerical results for nscdist1.

Figure 0.2 shows the desired state yd and the solution state corresponding to the parameters given in the first row in Tab. 0.1.


PIC

Figure 0.2: Desired state yd (left) and final iteration step with resulting solution for y (right) corresponding to the parameters given in the first row in Tab. 0.1.

For the numerical results, a Finite-Element-Approach within the open source finite element environment FEniCS (c.f. Logg et al. [2012]) to discretize the PDE in combination with a Newton method for the solution of smooth modified branch problems according to the algorithm SCALi (c.f. Weiß et al. [2019]) was used.

All calculations were performed with FEniCS, version 2019.1.0, using the Python interface.

References

   A. Logg, G. Wells, and K Mardel. Automated Solution of Differential Equations by the Finite Element Method, volume 84 of Lecture Notes in Computational Science and Engineering. Springer Berlin Heidelberg, Berlin, Heidelberg, 2012.

   O. Weiß, S. Schmidt, and A. Walther. Solving non-smooth semi-linear elliptic optimal control problems with abs-linearization. Technical report, Optimization Online, 2019. URL http://www.optimization-online.org/DB_HTML/2018/10/6890.html.