Mflop/s per Node. Nonlinear Iterations

Size: px
Start display at page:

Download "Mflop/s per Node. Nonlinear Iterations"

Transcription

1 Lagrange-Newton-Krylov-Schur-Schwarz: Methods for Matrix-free PDE-constrained Optimization D. Hovland Paul & Computer Science Division, Argonne National Laboratory Mathematics E. Keyes David & Statistics Department, Old Dominion University Mathematics Institute for Scientic Computing Research, Lawrence Livermore National Laboratory Institute for Computer Applications in Sci. & Eng., NASA Langley Research Center C. McInnes Lois & Computer Science Division, Argonne National Laboratory Mathematics Samyono Widodo & Statistics Department, Old Dominion University Mathematics

2 Perspective \Have parallel PDE solver, will optimize" Years of two-sided (from architecture up, from applications down) algorithms has put us in a position to solve implicit PDE problems reasonably research scalably, with \Newton-Krylov-Schwarz" iterative methods. Eective parallel implicit solver for large-scale nonlinear problems derived from PDEs: aerodynamics, radiation transport, porous media, semiconductors, geophysics, astrophysics Implemented in parallel matrix-free object-oriented framework, including both FD and AD distributed matvecs, in PETSc (from Argonne) Applied to unstructured computational aerodynamics problem on 644 processors of ASCI Red for a 999 Gordon Bell Prize; see Anderson, Gropp, Kaushik, Keyes & Smith (999) PDEs are equality constraints on the state variables in many optimization hardly \auxiliary", the PDE system may contain a million or more problems; degrees of freedom. Optimization is easily incorporated into a Newton-like parallel PDE framework that accommodates substructuring. Editorial: A PDE solver not part of an optimization framework is probably short of what the client really wants. far

3 Example of NKS on Aerodynamics Problem

4 of NKS on Aerodynamics Problem Example ow on a tetrahedral grid of 2,76,744 vertices, based on Euler implementation of NASA code FUN3D run on KMeTiS-PETSc to 3072 nodes of ASCI Red at Top/s up Avg. Vertices per Node Mflop/s per Node Aggregate Gflop/s Execution Time (sec) Nonlinear Iterations.2 Implementation Efficiency

5 References on NKS Methods Recent with others at (on-line Globalized Newton-Krylov-Schwarz Algorithms and Software for Parallel Implicit CFD (with Gropp, McInnes & Tidriri), Int. J. High Performance Computer Applications 4: , software focus, overview 3D structured-grid transonic Euler example On the Interaction of Architecture and Algorithm in the Domain-Based Parallelization of an Unstructured Grid Incompressible Flow Code (with Kaushik & Smith), 998, in \Proc. of the 0th Intl. Conf. on Domain Decomposition Methods", AMS, pp HPC focus 3D unstructured-grid incompressible Euler example Convergence Analysis of Pseudo-Transient Continuation (with Kelley), 998, SIAM J. Num. Anal. 35: theory focus 2D unstructured-grid subsonic Euler example Parallel Newton-Krylov-Schwarz Algorithms for the Transonic Full Potential Equation (with Cai, Gropp, Melvin & Young), SIAM J. Sci. Comp. 9: , application focus 2D structured-grid transonic full potential example Newton-Krylov-Schwarz Methods for Aerodynamics Problems: Compressible and Incompressible Flows on Unstructured (with Kaushik & Smith), 998, \Proc. of the th Intl. Conf. on Domain Decomposition Methods", pp Grids multi-platform comparisons 3D unstructured-grid Euler example (Mach 0 to Mach.2) How Scalable is Domain Decomposition in Practice? 998, \Proc. of the th Intl. Conf. on Domain Decomposition pp Methods", parallel complexity focus 3D unstructured-grid incompressible Euler example

6 Implications of NKS for Optimization Equality constrained optimization leads, through the Lagrangian to a multivariate nonlinear rootnding problem for formulation, the gradient (rst-order necessary conditions) Canonical framework: choose m design variables u to minimize objective function, c(u; x), subject to n state constraints, h(u; x) = 0, where x is the vector of state variables Lagrange framework: nd stationary point of the Lagrangian L(x; u; ) c(x; u) + T h(x; u) Natural \outer" partitioning: controls are often of lower dimension than states and multipliers, suggesting Schur-complement preconditioning Natural \inner" partitioning: states and their multipliers are high dimension and corresponding matrix blocks are sparse, of suggesting Schwarz-like domain decomposition

7 Reduced or Full Systems? As in domain decomposition, choice to be made between: exact elimination of the states and multipliers by satisfying feasibility at every step (reduced system), or constraint making progress in all variables, possibly violating constraints convergence (full system) until Advantage of the former: existence of quality, robust \black box" optimization software Advantages of the latter: reuse of quality, ecient parallel PDE software employment of inexact solves while retaining \exact" Jaco- in outer iteration bian ease of application of automatic dierentiation software, with- out having to dierentiate through subiterations

8 Examples of PDE-constrained Optimization Design optimization (esp. shape optimization): u parameterizes the domain of the PDE (e.g., lifting surface) and c is cost-to-benet ratio of forces, energy expenditures, etc. Typically, a m is small compared to n, and does not scale directly with it. But m may still be several hundred. Optimal control: u parameterizes a continuous control function acting on the surface of the domain, and c is the norm of the between desired and actual responses of the system. dierence m / n 2=3. Typically, Parameter identication/data assimilation: u parameterizes an unknown continuous constitutive or forcing function throughout the domain, and c is the norm of the dierence dened between measurements and simulation results. Typically, m / n.

9 Optimality Conditions We look for saddle points of the Lagrangian: nding a correction, h = x u A using Newton's + = + = 0 to the iterate x u A

10 Optimality Conditions subscript notation for partial derivatives, the Newton (Karush- With equations are: Kuhn-Tucker) or (c;xx + T h;xx) (c;xu + T h;xu) h T ;x + T h;ux) (c;uu + T h;uu) h T ;u (c;ux h;u 0 h;x Wxx W T ux JT x Wuu J T u Wux Ju 0 Jx x u + A x u =, A =, c;x + T h;x + T h;u c;u h W + and g for where a; b 2 fx; ug, and where + = +. gx gu h A ; A

11 Newton Reduced SQP Design Step (Schur complement for middle blockrow): H u = f ; H f are the reduced Hessian and gradient, resp.: where and W uu, J T u J,T x W T ux + J T u J,T x W xx, W ux H, x J u J + J T u J,T x gx, J T u J,T x Wxx, Wux J, x h,gu f State Step (last blockrow): Adjoint Step (rst blockrow): In each overall iteration: must form and solve with H J x x =,h, J u u J T x + =,g x, W xx x, W T ux u must solve with J x and J T x (negligible compared with the cost of forming H) Number of overall iterations is few (asymptotically independent of m) Cost of forming H at each design iteration is m solutions with J x potentially concurrent, but prohibitive

12 Quasi-Newton Reduced SQP Design Step (severe approximation for middle blockrow): u =,g u + J T u J,T x g x ; Q where Q is a quasi-newton approximation to the reduced Hessian State Step (last blockrow): J x x =,h, J u u Adjoint Step (approximation to rst blockrow): In each overall iteration: J T x + =,g x must perform low rank update on Q or its inverse must solve with J x and J T x of overall iterations is many. Since BFGS is equivalent to unpreconditioned CG for quadratic Number functions, O(m p ) sequential cycles (p > 0, p 2 ) may be anticipated objective RSQP is not scalable in the number of design variables, and no ready form of parallelism can Hence, this address

13 Proposed Full System Approach Conventional RSQP methods apply a (quasi-)newton method the optimality conditions: to solving an approximate m m system to update u, updating x and consistently (to eliminate them), iterating Exact linearized analyses for updates to x and appear in the inner loop Consider replacing the exact elimination steps of RSQP with steps in an outer loop preconditioning Earlier proposed in this or closely related context by Batterman Heinkenschloss (996), Biros & Ghattas (998) & Algebraically identical to handling of interface constraints in domain decomposition by Keyes & Schur-complement-based Gropp (987)

14 Full Space Lagrange-NKS Method Apply KS directly to the (2n + m) (2n + m) KKT system: Wxx W T ux JT x Wuu J T u Wux Ju 0 Jx x u + A =, Need action of the full matrix on the full space vector Need a good full system preconditioner, for algorithmic scalability One Newton SQP iteration is a perfect preconditioner a block solver, based on forming the reduced Hessian of the factored Lagrangian H, but, of course, far too expensive Backing o wherever things get impractical in the preconditioner generates a family of methods gx gu h A

15 of Parameter Identication Example Radiation Transport in General = r ((x)t rt ) Initial conditions: impulsive boundary heating for T (Marshak wave) Use D steady example with jump in material properties Cost function is simple temperature matching based on a given (x) prole, T : c(u; x) = 2 jjt (x), T (x)jj 2, where, \Brisk-Spitzer" = 2:5; (x) = ; 0 x 0:5; (x) = 0; 0:5 < x :0 more generally, T (x) is a desired or experimental prole

16 Implementation in Matlab and ADMAT ADMAT (Verma & Coleman) is an automatic dierentiation for Matlab, based on operator overloading framework After supplying an m-le for the cost function and constraint all gradients and Jacobians and Hessians (as well functions, their transposes and their contracted action on vectors) are as without further user eort computed Preconditioner is RSQP block factorization, except that reduced is replaced with cost function Hessian alone, sparing Hessian sensitivity computations in a preconditioner Reduced Hessian should be replaced with quasi-newton reduced in the future Hessian Simple Newton method without robustication of any kind

17 LNKS for Radiation Diusion Example T (x) at initial (green) and nal (blue) (; R ) initially (0:5; :5) initially (0:5; 2) initially (2:8; 8) initially (2:9; 5)

18 LNKS Convergence History R ) trajectories from four KKT Norm Convergence History (; (all converging to (2:5; 0)) for the case (0:5; :5) cases Beta Right Alpha Iteration Norm of KKT residual

19 Preconditioning the Full System The shopping list of matrix actions in preconditioning is: Wxx; Wuu; Wux, and W T ux Ju and J T u J, x and J,T H, x are also needed in the full ) matrix-vector multiply. We require \working accuracy" system The rst six (together with Jx and J T x comparable to the state of the art in numerical dierentiation. accurate action of the last three is required in RSQP, but not The the full system preconditioner. We use approximate factoriza- in of lower quality approximations, including possibly just Wuu tions H, or a traditional quasi-newton rank-updated approximation for to the inverse.

20 Jacobian and Hessian Arithmetic Complexity estimate the complexity of applying each Jacobian block to a vector, assuming only that h(x; u) is We in subroutine form and that all dierentiated blocks are from AD tools, such as ADIC. We available the complexity of applying each Hessian block to a vector. Assume that h(x; u) and c(x; u) estimate available and that all dierentiated blocks are results of AD tools. We assume that J x is needed, are element-by-element, in order to factor it; hence, J T x is also available. Dene: C h, the cost of evaluating h p x, + the chromatic number of J x h; x p u, + the chromatic number of J u h; u C c, the cost of evaluating c q, + number of nonzero rows in c 00 r, implementation-dependent constant, approx. 350 Cost: forward mode Cost: fastest (hybrid) mode Object x ;J T x p x C h p x C h J 2Ch 2Ch Juv T u v p uc h rc h J W T uxv p x C h + qc c r(c h + C c ) Wxxv; W ux v p u C h + qc c r(c h + C c ) Wuuv;

21 Overall Arithmetic Complexity the inverse blocks, we need only low quality approximations, For low-ll (or low-rank correction inverse updates) of the square and systems: J, and J,T x x H, is only linear in subsystem dimensions n and m. Summarizing, Complexity all operations required to apply the full system matrix- product and its preconditioner are at worst linear in n or vector with coecients that depend upon: m, chromatic numbers (aected by stencil connectivity and intercomponent coupling of the PDE, and by separability structure of the objective function) implementation eciency of AD tools

22 Lagrange-Newton-Krylov-Schur-Schwarz: Parallel Optimizer for BVP-constrained Problems A Lagrange optimization formulation Newton nonlinear accelerator Krylov linear accelerator Schur subspace preconditioner Schwarz subdomain preconditioner

23 on Full Space Lagrange-Newton Method Remarks As with any Newton method, globalization strategies are important: parameter continuation (physical and algorithmic) mesh sequencing and multilevel iteration (for the PDE subsystem, at least; controls, too) probably discretization order progression model delity progression KKT system is a preconditioning challenge, but an exact factored preconditioner is known, and departures of preconditioned eigenvalues from unity be quantied with comparisons of original blocks with blockwise substitutions can in inexact models and solves (see, e.g., E. Sachs et al.) Orders of magnitude of savings may be available by converging the state and the design variables within the same outer iterative process, variables than a conventional SQP process that exactly satises the \auxiliary" rather constraints state With the extra work of forming Jacobian transposes and Hessian blocks, but extra work in Jacobian preconditioning, any parallel analysis code may no converted into a (limited) parallel optimization code and automatic be tools will shortly make this relatively painless dierentiation

24 Future Prospects Increased penetration of object-oriented coding practices will it easier to reuse subspace solvers as preconditioners in a make tightly-coupled Newton process. Automatic dierentiation tools will remove the burden of coding KKT blocks that are \missing" from a parallel solver, as well the as some that now require hand coding for the solver. Mathematical challenges and practical importance will attract numerical analysts to the preconditioning and globaliza- more tion problems of large-scale PDE-constrained optimization. for papers, talks, and workshop See summaries

Perspective \Have parallel PDE solver, will optimize" Years of two-sided (from architecture up, from applications down) research has put us in a posit

Perspective \Have parallel PDE solver, will optimize Years of two-sided (from architecture up, from applications down) research has put us in a posit in Solving Inexactness Preconditioning and Systems: Partitioned Workshop Laundry List A David E. Keyes & Statistics Department, Mathematics Dominion University Old for Scientic Computing Research, Institute

More information

Solving Large Nonlinear Sparse Systems

Solving Large Nonlinear Sparse Systems Solving Large Nonlinear Sparse Systems Fred W. Wubs and Jonas Thies Computational Mechanics & Numerical Mathematics University of Groningen, the Netherlands f.w.wubs@rug.nl Centre for Interdisciplinary

More information

PARALLEL LAGRANGE-NEWTON-KRYLOV-SCHUR METHODS FOR PDE-CONSTRAINED OPTIMIZATION. PART I: THE KRYLOV-SCHUR SOLVER

PARALLEL LAGRANGE-NEWTON-KRYLOV-SCHUR METHODS FOR PDE-CONSTRAINED OPTIMIZATION. PART I: THE KRYLOV-SCHUR SOLVER PARALLEL LAGRANGE-NEWTON-KRYLOV-SCHUR METHODS FOR PDE-CONSTRAINED OPTIMIZATION. PART I: THE KRYLOV-SCHUR SOLVER GEORGE BIROS AND OMAR GHATTAS Abstract. Large scale optimization of systems governed by partial

More information

1 Computing with constraints

1 Computing with constraints Notes for 2017-04-26 1 Computing with constraints Recall that our basic problem is minimize φ(x) s.t. x Ω where the feasible set Ω is defined by equality and inequality conditions Ω = {x R n : c i (x)

More information

2 CAI, KEYES AND MARCINKOWSKI proportional to the relative nonlinearity of the function; i.e., as the relative nonlinearity increases the domain of co

2 CAI, KEYES AND MARCINKOWSKI proportional to the relative nonlinearity of the function; i.e., as the relative nonlinearity increases the domain of co INTERNATIONAL JOURNAL FOR NUMERICAL METHODS IN FLUIDS Int. J. Numer. Meth. Fluids 2002; 00:1 6 [Version: 2000/07/27 v1.0] Nonlinear Additive Schwarz Preconditioners and Application in Computational Fluid

More information

PARALLEL LAGRANGE NEWTON KRYLOV SCHUR METHODS FOR PDE-CONSTRAINED OPTIMIZATION. PART I: THE KRYLOV SCHUR SOLVER

PARALLEL LAGRANGE NEWTON KRYLOV SCHUR METHODS FOR PDE-CONSTRAINED OPTIMIZATION. PART I: THE KRYLOV SCHUR SOLVER SIAM J. SCI. COMPUT. Vol. 27, No. 2, pp. 687 713 c 2005 Society for Industrial and Applied Mathematics PARALLEL LAGRANGE NEWTON KRYLOV SCHUR METHODS FOR PDE-CONSTRAINED OPTIMIZATION. PART I: THE KRYLOV

More information

AM 205: lecture 19. Last time: Conditions for optimality Today: Newton s method for optimization, survey of optimization methods

AM 205: lecture 19. Last time: Conditions for optimality Today: Newton s method for optimization, survey of optimization methods AM 205: lecture 19 Last time: Conditions for optimality Today: Newton s method for optimization, survey of optimization methods Optimality Conditions: Equality Constrained Case As another example of equality

More information

Structure preserving preconditioner for the incompressible Navier-Stokes equations

Structure preserving preconditioner for the incompressible Navier-Stokes equations Structure preserving preconditioner for the incompressible Navier-Stokes equations Fred W. Wubs and Jonas Thies Computational Mechanics & Numerical Mathematics University of Groningen, the Netherlands

More information

FAS and Solver Performance

FAS and Solver Performance FAS and Solver Performance Matthew Knepley Mathematics and Computer Science Division Argonne National Laboratory Fall AMS Central Section Meeting Chicago, IL Oct 05 06, 2007 M. Knepley (ANL) FAS AMS 07

More information

AM 205: lecture 19. Last time: Conditions for optimality, Newton s method for optimization Today: survey of optimization methods

AM 205: lecture 19. Last time: Conditions for optimality, Newton s method for optimization Today: survey of optimization methods AM 205: lecture 19 Last time: Conditions for optimality, Newton s method for optimization Today: survey of optimization methods Quasi-Newton Methods General form of quasi-newton methods: x k+1 = x k α

More information

Constrained Optimization

Constrained Optimization 1 / 22 Constrained Optimization ME598/494 Lecture Max Yi Ren Department of Mechanical Engineering, Arizona State University March 30, 2015 2 / 22 1. Equality constraints only 1.1 Reduced gradient 1.2 Lagrange

More information

An Accelerated Block-Parallel Newton Method via Overlapped Partitioning

An Accelerated Block-Parallel Newton Method via Overlapped Partitioning An Accelerated Block-Parallel Newton Method via Overlapped Partitioning Yurong Chen Lab. of Parallel Computing, Institute of Software, CAS (http://www.rdcps.ac.cn/~ychen/english.htm) Summary. This paper

More information

PARALLEL LAGRANGE-NEWTON-KRYLOV-SCHUR METHODS FOR PDE-CONSTRAINED OPTIMIZATION PART I: THE KRYLOV-SCHUR SOLVER

PARALLEL LAGRANGE-NEWTON-KRYLOV-SCHUR METHODS FOR PDE-CONSTRAINED OPTIMIZATION PART I: THE KRYLOV-SCHUR SOLVER PARALLEL LAGRANGE-NEWTON-KRYLOV-SCHUR METHODS FOR PDE-CONSTRAINED OPTIMIZATION PART I: THE KRYLOV-SCHUR SOLVER GEORGE BIROS y AND OMAR GHATTAS z Abstract. Large scale optimization of systems governed by

More information

Convergence Behavior of a Two-Level Optimized Schwarz Preconditioner

Convergence Behavior of a Two-Level Optimized Schwarz Preconditioner Convergence Behavior of a Two-Level Optimized Schwarz Preconditioner Olivier Dubois 1 and Martin J. Gander 2 1 IMA, University of Minnesota, 207 Church St. SE, Minneapolis, MN 55455 dubois@ima.umn.edu

More information

Multigrid Approaches to Non-linear Diffusion Problems on Unstructured Meshes

Multigrid Approaches to Non-linear Diffusion Problems on Unstructured Meshes NASA/CR-2001-210660 ICASE Report No. 2001-3 Multigrid Approaches to Non-linear Diffusion Problems on Unstructured Meshes Dimitri J. Mavriplis ICASE, Hampton, Virginia ICASE NASA Langley Research Center

More information

A Robust Preconditioner for the Hessian System in Elliptic Optimal Control Problems

A Robust Preconditioner for the Hessian System in Elliptic Optimal Control Problems A Robust Preconditioner for the Hessian System in Elliptic Optimal Control Problems Etereldes Gonçalves 1, Tarek P. Mathew 1, Markus Sarkis 1,2, and Christian E. Schaerer 1 1 Instituto de Matemática Pura

More information

An Introduction to Algebraic Multigrid (AMG) Algorithms Derrick Cerwinsky and Craig C. Douglas 1/84

An Introduction to Algebraic Multigrid (AMG) Algorithms Derrick Cerwinsky and Craig C. Douglas 1/84 An Introduction to Algebraic Multigrid (AMG) Algorithms Derrick Cerwinsky and Craig C. Douglas 1/84 Introduction Almost all numerical methods for solving PDEs will at some point be reduced to solving A

More information

2 Scalability Domain decomposition has been continually reinvented for several reasons: it is natural for task-based divide-and-conquer algorithms on

2 Scalability Domain decomposition has been continually reinvented for several reasons: it is natural for task-based divide-and-conquer algorithms on How Scalable is Domain Decomposition in Practice? D. E. Keyes 1 Introduction The convergence rates and, therefore, the overall parallel eciencies of additive Schwarz methods are often dependent on subdomain

More information

High Performance Nonlinear Solvers

High Performance Nonlinear Solvers What is a nonlinear system? High Performance Nonlinear Solvers Michael McCourt Division Argonne National Laboratory IIT Meshfree Seminar September 19, 2011 Every nonlinear system of equations can be described

More information

Trust-Region SQP Methods with Inexact Linear System Solves for Large-Scale Optimization

Trust-Region SQP Methods with Inexact Linear System Solves for Large-Scale Optimization Trust-Region SQP Methods with Inexact Linear System Solves for Large-Scale Optimization Denis Ridzal Department of Computational and Applied Mathematics Rice University, Houston, Texas dridzal@caam.rice.edu

More information

A Linear Multigrid Preconditioner for the solution of the Navier-Stokes Equations using a Discontinuous Galerkin Discretization. Laslo Tibor Diosady

A Linear Multigrid Preconditioner for the solution of the Navier-Stokes Equations using a Discontinuous Galerkin Discretization. Laslo Tibor Diosady A Linear Multigrid Preconditioner for the solution of the Navier-Stokes Equations using a Discontinuous Galerkin Discretization by Laslo Tibor Diosady B.A.Sc., University of Toronto (2005) Submitted to

More information

What s New in Active-Set Methods for Nonlinear Optimization?

What s New in Active-Set Methods for Nonlinear Optimization? What s New in Active-Set Methods for Nonlinear Optimization? Philip E. Gill Advances in Numerical Computation, Manchester University, July 5, 2011 A Workshop in Honor of Sven Hammarling UCSD Center for

More information

ADDITIVE SCHWARZ FOR SCHUR COMPLEMENT 305 the parallel implementation of both preconditioners on distributed memory platforms, and compare their perfo

ADDITIVE SCHWARZ FOR SCHUR COMPLEMENT 305 the parallel implementation of both preconditioners on distributed memory platforms, and compare their perfo 35 Additive Schwarz for the Schur Complement Method Luiz M. Carvalho and Luc Giraud 1 Introduction Domain decomposition methods for solving elliptic boundary problems have been receiving increasing attention

More information

Contents. Preface... xi. Introduction...

Contents. Preface... xi. Introduction... Contents Preface... xi Introduction... xv Chapter 1. Computer Architectures... 1 1.1. Different types of parallelism... 1 1.1.1. Overlap, concurrency and parallelism... 1 1.1.2. Temporal and spatial parallelism

More information

A Domain Decomposition Based Jacobi-Davidson Algorithm for Quantum Dot Simulation

A Domain Decomposition Based Jacobi-Davidson Algorithm for Quantum Dot Simulation A Domain Decomposition Based Jacobi-Davidson Algorithm for Quantum Dot Simulation Tao Zhao 1, Feng-Nan Hwang 2 and Xiao-Chuan Cai 3 Abstract In this paper, we develop an overlapping domain decomposition

More information

Fast Iterative Solution of Saddle Point Problems

Fast Iterative Solution of Saddle Point Problems Michele Benzi Department of Mathematics and Computer Science Emory University Atlanta, GA Acknowledgments NSF (Computational Mathematics) Maxim Olshanskii (Mech-Math, Moscow State U.) Zhen Wang (PhD student,

More information

One-Shot Domain Decomposition Methods for Shape Optimization Problems 1 Introduction Page 565

One-Shot Domain Decomposition Methods for Shape Optimization Problems 1 Introduction Page 565 1 One-Shot Domain Decomposition Methods for Shape 2 Optimization Problems 3 Rongliang Chen 1 and Xiao-Chuan Cai 2 4 1 College of Mathematics and Econometrics, Hunan University, Changsha, Hunan 410082,

More information

XIAO-CHUAN CAI AND MAKSYMILIAN DRYJA. strongly elliptic equations discretized by the nite element methods.

XIAO-CHUAN CAI AND MAKSYMILIAN DRYJA. strongly elliptic equations discretized by the nite element methods. Contemporary Mathematics Volume 00, 0000 Domain Decomposition Methods for Monotone Nonlinear Elliptic Problems XIAO-CHUAN CAI AND MAKSYMILIAN DRYJA Abstract. In this paper, we study several overlapping

More information

MS&E 318 (CME 338) Large-Scale Numerical Optimization

MS&E 318 (CME 338) Large-Scale Numerical Optimization Stanford University, Management Science & Engineering (and ICME) MS&E 318 (CME 338) Large-Scale Numerical Optimization 1 Origins Instructor: Michael Saunders Spring 2015 Notes 9: Augmented Lagrangian Methods

More information

A MULTIGRID ALGORITHM FOR. Richard E. Ewing and Jian Shen. Institute for Scientic Computation. Texas A&M University. College Station, Texas SUMMARY

A MULTIGRID ALGORITHM FOR. Richard E. Ewing and Jian Shen. Institute for Scientic Computation. Texas A&M University. College Station, Texas SUMMARY A MULTIGRID ALGORITHM FOR THE CELL-CENTERED FINITE DIFFERENCE SCHEME Richard E. Ewing and Jian Shen Institute for Scientic Computation Texas A&M University College Station, Texas SUMMARY In this article,

More information

5 Handling Constraints

5 Handling Constraints 5 Handling Constraints Engineering design optimization problems are very rarely unconstrained. Moreover, the constraints that appear in these problems are typically nonlinear. This motivates our interest

More information

Bifurcation analysis of incompressible ow in a driven cavity F.W. Wubs y, G. Tiesinga z and A.E.P. Veldman x Abstract Knowledge of the transition point of steady to periodic ow and the frequency occurring

More information

Hot-Starting NLP Solvers

Hot-Starting NLP Solvers Hot-Starting NLP Solvers Andreas Wächter Department of Industrial Engineering and Management Sciences Northwestern University waechter@iems.northwestern.edu 204 Mixed Integer Programming Workshop Ohio

More information

514 YUNHAI WU ET AL. rate is shown to be asymptotically independent of the time and space mesh parameters and the number of subdomains, provided that

514 YUNHAI WU ET AL. rate is shown to be asymptotically independent of the time and space mesh parameters and the number of subdomains, provided that Contemporary Mathematics Volume 218, 1998 Additive Schwarz Methods for Hyperbolic Equations Yunhai Wu, Xiao-Chuan Cai, and David E. Keyes 1. Introduction In recent years, there has been gratifying progress

More information

Integration of Sequential Quadratic Programming and Domain Decomposition Methods for Nonlinear Optimal Control Problems

Integration of Sequential Quadratic Programming and Domain Decomposition Methods for Nonlinear Optimal Control Problems Integration of Sequential Quadratic Programming and Domain Decomposition Methods for Nonlinear Optimal Control Problems Matthias Heinkenschloss 1 and Denis Ridzal 2 1 Department of Computational and Applied

More information

The TAO Linearly-Constrained Augmented Lagrangian Method for PDE-Constrained Optimization 1

The TAO Linearly-Constrained Augmented Lagrangian Method for PDE-Constrained Optimization 1 ARGONNE NATIONAL LABORATORY 9700 South Cass Avenue Argonne, Illinois 60439 The TAO Linearly-Constrained Augmented Lagrangian Method for PDE-Constrained Optimization 1 Evan Gawlik, Todd Munson, Jason Sarich,

More information

WHEN studying distributed simulations of power systems,

WHEN studying distributed simulations of power systems, 1096 IEEE TRANSACTIONS ON POWER SYSTEMS, VOL 21, NO 3, AUGUST 2006 A Jacobian-Free Newton-GMRES(m) Method with Adaptive Preconditioner and Its Application for Power Flow Calculations Ying Chen and Chen

More information

Domain Decomposition Preconditioners for Spectral Nédélec Elements in Two and Three Dimensions

Domain Decomposition Preconditioners for Spectral Nédélec Elements in Two and Three Dimensions Domain Decomposition Preconditioners for Spectral Nédélec Elements in Two and Three Dimensions Bernhard Hientzsch Courant Institute of Mathematical Sciences, New York University, 51 Mercer Street, New

More information

Parallel Algorithms for Solution of Large Sparse Linear Systems with Applications

Parallel Algorithms for Solution of Large Sparse Linear Systems with Applications Parallel Algorithms for Solution of Large Sparse Linear Systems with Applications Murat Manguoğlu Department of Computer Engineering Middle East Technical University, Ankara, Turkey Prace workshop: HPC

More information

An introduction to PDE-constrained optimization

An introduction to PDE-constrained optimization An introduction to PDE-constrained optimization Wolfgang Bangerth Department of Mathematics Texas A&M University 1 Overview Why partial differential equations? Why optimization? Examples of PDE optimization

More information

Direct Numerical Solution of the Steady 1D Compressible Euler Equations for Transonic Flow Profiles with Shocks

Direct Numerical Solution of the Steady 1D Compressible Euler Equations for Transonic Flow Profiles with Shocks Direct Numerical Solution of the Steady 1D Compressible Euler Equations for Transonic Flow Profiles with Shocks Hans De Sterck, Scott Rostrup Department of Applied Mathematics, University of Waterloo,

More information

Numerical Methods for Large-Scale Nonlinear Equations

Numerical Methods for Large-Scale Nonlinear Equations Slide 1 Numerical Methods for Large-Scale Nonlinear Equations Homer Walker MA 512 April 28, 2005 Inexact Newton and Newton Krylov Methods a. Newton-iterative and inexact Newton methods. Slide 2 i. Formulation

More information

33 RASHO: A Restricted Additive Schwarz Preconditioner with Harmonic Overlap

33 RASHO: A Restricted Additive Schwarz Preconditioner with Harmonic Overlap Thirteenth International Conference on Domain Decomposition ethods Editors: N. Debit,.Garbey, R. Hoppe, J. Périaux, D. Keyes, Y. Kuznetsov c 001 DD.org 33 RASHO: A Restricted Additive Schwarz Preconditioner

More information

Domain Decomposition Methods in Sciences and Engineering. Editor R. Glowinski c1996 John Wiley & Sons Ltd.

Domain Decomposition Methods in Sciences and Engineering. Editor R. Glowinski c1996 John Wiley & Sons Ltd. Domain Decomposition Methods in Sciences and Engineering Editor R. Glowinski c1996 John Wiley & Sons Ltd. X.-C. CAI, D. E. KEYES & V. VENKATAKRISHNAN 1 1 Newton-Krylov-Schwarz: An Implicit Solver for CFD

More information

Notes for CS542G (Iterative Solvers for Linear Systems)

Notes for CS542G (Iterative Solvers for Linear Systems) Notes for CS542G (Iterative Solvers for Linear Systems) Robert Bridson November 20, 2007 1 The Basics We re now looking at efficient ways to solve the linear system of equations Ax = b where in this course,

More information

Overlapping Schwarz preconditioners for Fekete spectral elements

Overlapping Schwarz preconditioners for Fekete spectral elements Overlapping Schwarz preconditioners for Fekete spectral elements R. Pasquetti 1, L. F. Pavarino 2, F. Rapetti 1, and E. Zampieri 2 1 Laboratoire J.-A. Dieudonné, CNRS & Université de Nice et Sophia-Antipolis,

More information

Fast algorithms for the inverse medium problem. George Biros University of Pennsylvania

Fast algorithms for the inverse medium problem. George Biros University of Pennsylvania Fast algorithms for the inverse medium problem George Biros University of Pennsylvania Acknowledgments S. Adavani, H. Sundar, S. Rahul (grad students) C. Davatzikos, D. Shen, H. Litt (heart project) Akcelic,

More information

t x 0.25

t x 0.25 Journal of ELECTRICAL ENGINEERING, VOL. 52, NO. /s, 2, 48{52 COMPARISON OF BROYDEN AND NEWTON METHODS FOR SOLVING NONLINEAR PARABOLIC EQUATIONS Ivan Cimrak If the time discretization of a nonlinear parabolic

More information

Algorithms for Nonlinear and Transient Problems

Algorithms for Nonlinear and Transient Problems Algorithms for Nonlinear and Transient Problems David E. Keyes Department of Applied Physics & Applied Mathematics Columbia University Institute for Scientific Computing Research Lawrence Livermore National

More information

Optimization Methods

Optimization Methods Optimization Methods Decision making Examples: determining which ingredients and in what quantities to add to a mixture being made so that it will meet specifications on its composition allocating available

More information

ITERATIVE METHODS FOR NONLINEAR ELLIPTIC EQUATIONS

ITERATIVE METHODS FOR NONLINEAR ELLIPTIC EQUATIONS ITERATIVE METHODS FOR NONLINEAR ELLIPTIC EQUATIONS LONG CHEN In this chapter we discuss iterative methods for solving the finite element discretization of semi-linear elliptic equations of the form: find

More information

NKS Method for the Implicit Solution of a Coupled Allen-Cahn/Cahn-Hilliard System

NKS Method for the Implicit Solution of a Coupled Allen-Cahn/Cahn-Hilliard System NKS Method for the Implicit Solution of a Coupled Allen-Cahn/Cahn-Hilliard System Chao Yang 1, Xiao-Chuan Cai 2, David E. Keyes 3, and Michael Pernice 4 1 Coupled Allen-Cahn/Cahn-Hilliard system Coupled

More information

c 2005 Society for Industrial and Applied Mathematics

c 2005 Society for Industrial and Applied Mathematics SIAM J. SCI. COMPUT. Vol. 27, No. 2, pp. 714 739 c 2005 Society for Industrial and Applied Mathematics PARALLEL LAGRANGE NEWTON KRYLOV SCHUR METHODS FOR PDE-CONSTRAINED OPTIMIZATION. PART II: THE LAGRANGE

More information

Numerical Optimization Professor Horst Cerjak, Horst Bischof, Thomas Pock Mat Vis-Gra SS09

Numerical Optimization Professor Horst Cerjak, Horst Bischof, Thomas Pock Mat Vis-Gra SS09 Numerical Optimization 1 Working Horse in Computer Vision Variational Methods Shape Analysis Machine Learning Markov Random Fields Geometry Common denominator: optimization problems 2 Overview of Methods

More information

Numerical Optimization of Partial Differential Equations

Numerical Optimization of Partial Differential Equations Numerical Optimization of Partial Differential Equations Part I: basic optimization concepts in R n Bartosz Protas Department of Mathematics & Statistics McMaster University, Hamilton, Ontario, Canada

More information

Nonlinear Optimization: What s important?

Nonlinear Optimization: What s important? Nonlinear Optimization: What s important? Julian Hall 10th May 2012 Convexity: convex problems A local minimizer is a global minimizer A solution of f (x) = 0 (stationary point) is a minimizer A global

More information

1.2 Derivation. d p f = d p f(x(p)) = x fd p x (= f x x p ). (1) Second, g x x p + g p = 0. d p f = f x g 1. The expression f x gx

1.2 Derivation. d p f = d p f(x(p)) = x fd p x (= f x x p ). (1) Second, g x x p + g p = 0. d p f = f x g 1. The expression f x gx PDE-constrained optimization and the adjoint method Andrew M. Bradley November 16, 21 PDE-constrained optimization and the adjoint method for solving these and related problems appear in a wide range of

More information

Direct Methods. Moritz Diehl. Optimization in Engineering Center (OPTEC) and Electrical Engineering Department (ESAT) K.U.

Direct Methods. Moritz Diehl. Optimization in Engineering Center (OPTEC) and Electrical Engineering Department (ESAT) K.U. Direct Methods Moritz Diehl Optimization in Engineering Center (OPTEC) and Electrical Engineering Department (ESAT) K.U. Leuven Belgium Overview Direct Single Shooting Direct Collocation Direct Multiple

More information

Solution of the Two-Dimensional Steady State Heat Conduction using the Finite Volume Method

Solution of the Two-Dimensional Steady State Heat Conduction using the Finite Volume Method Ninth International Conference on Computational Fluid Dynamics (ICCFD9), Istanbul, Turkey, July 11-15, 2016 ICCFD9-0113 Solution of the Two-Dimensional Steady State Heat Conduction using the Finite Volume

More information

Part 4: Active-set methods for linearly constrained optimization. Nick Gould (RAL)

Part 4: Active-set methods for linearly constrained optimization. Nick Gould (RAL) Part 4: Active-set methods for linearly constrained optimization Nick Gould RAL fx subject to Ax b Part C course on continuoue optimization LINEARLY CONSTRAINED MINIMIZATION fx subject to Ax { } b where

More information

1e N

1e N Spectral schemes on triangular elements by Wilhelm Heinrichs and Birgit I. Loch Abstract The Poisson problem with homogeneous Dirichlet boundary conditions is considered on a triangle. The mapping between

More information

Multigrid and Iterative Strategies for Optimal Control Problems

Multigrid and Iterative Strategies for Optimal Control Problems Multigrid and Iterative Strategies for Optimal Control Problems John Pearson 1, Stefan Takacs 1 1 Mathematical Institute, 24 29 St. Giles, Oxford, OX1 3LB e-mail: john.pearson@worc.ox.ac.uk, takacs@maths.ox.ac.uk

More information

Electronic Transactions on Numerical Analysis Volume 49, 2018

Electronic Transactions on Numerical Analysis Volume 49, 2018 Electronic Transactions on Numerical Analysis Volume 49, 2018 Contents 1 Adaptive FETI-DP and BDDC methods with a generalized transformation of basis for heterogeneous problems. Axel Klawonn, Martin Kühn,

More information

Numerical optimization

Numerical optimization Numerical optimization Lecture 4 Alexander & Michael Bronstein tosca.cs.technion.ac.il/book Numerical geometry of non-rigid shapes Stanford University, Winter 2009 2 Longest Slowest Shortest Minimal Maximal

More information

Outline Introduction: Problem Description Diculties Algebraic Structure: Algebraic Varieties Rank Decient Toeplitz Matrices Constructing Lower Rank St

Outline Introduction: Problem Description Diculties Algebraic Structure: Algebraic Varieties Rank Decient Toeplitz Matrices Constructing Lower Rank St Structured Lower Rank Approximation by Moody T. Chu (NCSU) joint with Robert E. Funderlic (NCSU) and Robert J. Plemmons (Wake Forest) March 5, 1998 Outline Introduction: Problem Description Diculties Algebraic

More information

A parallel method for large scale time domain electromagnetic inverse problems

A parallel method for large scale time domain electromagnetic inverse problems A parallel method for large scale time domain electromagnetic inverse problems Eldad Haber July 15, 2005 Abstract In this work we consider the solution of 3D time domain electromagnetic inverse problems

More information

A Balancing Algorithm for Mortar Methods

A Balancing Algorithm for Mortar Methods A Balancing Algorithm for Mortar Methods Dan Stefanica Baruch College, City University of New York, NY 11, USA Dan Stefanica@baruch.cuny.edu Summary. The balancing methods are hybrid nonoverlapping Schwarz

More information

A Parallel Scalable PETSc-Based Jacobi-Davidson Polynomial Eigensolver with Application in Quantum Dot Simulation

A Parallel Scalable PETSc-Based Jacobi-Davidson Polynomial Eigensolver with Application in Quantum Dot Simulation A Parallel Scalable PETSc-Based Jacobi-Davidson Polynomial Eigensolver with Application in Quantum Dot Simulation Zih-Hao Wei 1, Feng-Nan Hwang 1, Tsung-Ming Huang 2, and Weichung Wang 3 1 Department of

More information

Parallelism in Structured Newton Computations

Parallelism in Structured Newton Computations Parallelism in Structured Newton Computations Thomas F Coleman and Wei u Department of Combinatorics and Optimization University of Waterloo Waterloo, Ontario, Canada N2L 3G1 E-mail: tfcoleman@uwaterlooca

More information

Additive Schwarz Methods for Hyperbolic Equations

Additive Schwarz Methods for Hyperbolic Equations Contemporary Mathematics Volume 218, 1998 B 0-8218-0988-1-03044-2 Additive Schwarz Methods for Hyperbolic Equations Yunhai Wu, Xiao-Chuan Cai, and David E. Keyes 1. Introduction In recent years, there

More information

Numerical optimization. Numerical optimization. Longest Shortest where Maximal Minimal. Fastest. Largest. Optimization problems

Numerical optimization. Numerical optimization. Longest Shortest where Maximal Minimal. Fastest. Largest. Optimization problems 1 Numerical optimization Alexander & Michael Bronstein, 2006-2009 Michael Bronstein, 2010 tosca.cs.technion.ac.il/book Numerical optimization 048921 Advanced topics in vision Processing and Analysis of

More information

Simultaneous estimation of wavefields & medium parameters

Simultaneous estimation of wavefields & medium parameters Simultaneous estimation of wavefields & medium parameters reduced-space versus full-space waveform inversion Bas Peters, Felix J. Herrmann Workshop W- 2, The limit of FWI in subsurface parameter recovery.

More information

Preconditioned GMRES Revisited

Preconditioned GMRES Revisited Preconditioned GMRES Revisited Roland Herzog Kirk Soodhalter UBC (visiting) RICAM Linz Preconditioning Conference 2017 Vancouver August 01, 2017 Preconditioned GMRES Revisited Vancouver 1 / 32 Table of

More information

A Trust-region-based Sequential Quadratic Programming Algorithm

A Trust-region-based Sequential Quadratic Programming Algorithm Downloaded from orbit.dtu.dk on: Oct 19, 2018 A Trust-region-based Sequential Quadratic Programming Algorithm Henriksen, Lars Christian; Poulsen, Niels Kjølstad Publication date: 2010 Document Version

More information

Abstract. scalar steady and unsteady convection-diusion equations discretized by nite element, or nite

Abstract. scalar steady and unsteady convection-diusion equations discretized by nite element, or nite Local Multiplicative Schwarz Algorithms for Steady and Unsteady Convection-Diusion Equations Xiao-Chuan Cai Marcus Sarkis y Abstract In this paper, we develop a new class of overlapping Schwarz type algorithms

More information

Domain-decomposed Fully Coupled Implicit Methods for a Magnetohydrodynamics Problem

Domain-decomposed Fully Coupled Implicit Methods for a Magnetohydrodynamics Problem Domain-decomposed Fully Coupled Implicit Methods for a Magnetohydrodynamics Problem Serguei Ovtchinniov 1, Florin Dobrian 2, Xiao-Chuan Cai 3, David Keyes 4 1 University of Colorado at Boulder, Department

More information

2.3 Linear Programming

2.3 Linear Programming 2.3 Linear Programming Linear Programming (LP) is the term used to define a wide range of optimization problems in which the objective function is linear in the unknown variables and the constraints are

More information

Preface to the Second Edition. Preface to the First Edition

Preface to the Second Edition. Preface to the First Edition n page v Preface to the Second Edition Preface to the First Edition xiii xvii 1 Background in Linear Algebra 1 1.1 Matrices................................. 1 1.2 Square Matrices and Eigenvalues....................

More information

GEORGE BIROS y AND OMAR GHATTAS z

GEORGE BIROS y AND OMAR GHATTAS z PARALLEL LAGRANGE-NEWTON-KRYLOV-SCHUR ALGORITHMS FOR PDE-CONSTRAINED OPTIMIZATION PART II: THE LAGRANGE-NEWTON SOLVER AND ITS APPLICATION TO OPTIMAL CONTROL OF STEADY VISCOUS FLOWS GEORGE BIROS y AND OMAR

More information

A Robust Preconditioned Iterative Method for the Navier-Stokes Equations with High Reynolds Numbers

A Robust Preconditioned Iterative Method for the Navier-Stokes Equations with High Reynolds Numbers Applied and Computational Mathematics 2017; 6(4): 202-207 http://www.sciencepublishinggroup.com/j/acm doi: 10.11648/j.acm.20170604.18 ISSN: 2328-5605 (Print); ISSN: 2328-5613 (Online) A Robust Preconditioned

More information

Bindel, Spring 2017 Numerical Analysis (CS 4220) Notes for So far, we have considered unconstrained optimization problems.

Bindel, Spring 2017 Numerical Analysis (CS 4220) Notes for So far, we have considered unconstrained optimization problems. Consider constraints Notes for 2017-04-24 So far, we have considered unconstrained optimization problems. The constrained problem is minimize φ(x) s.t. x Ω where Ω R n. We usually define x in terms of

More information

DELFT UNIVERSITY OF TECHNOLOGY

DELFT UNIVERSITY OF TECHNOLOGY DELFT UNIVERSITY OF TECHNOLOGY REPORT 18-05 Efficient and robust Schur complement approximations in the augmented Lagrangian preconditioner for high Reynolds number laminar flows X. He and C. Vuik ISSN

More information

Incomplete Cholesky preconditioners that exploit the low-rank property

Incomplete Cholesky preconditioners that exploit the low-rank property anapov@ulb.ac.be ; http://homepages.ulb.ac.be/ anapov/ 1 / 35 Incomplete Cholesky preconditioners that exploit the low-rank property (theory and practice) Artem Napov Service de Métrologie Nucléaire, Université

More information

An Inexact Newton Method for Nonlinear Constrained Optimization

An Inexact Newton Method for Nonlinear Constrained Optimization An Inexact Newton Method for Nonlinear Constrained Optimization Frank E. Curtis Numerical Analysis Seminar, January 23, 2009 Outline Motivation and background Algorithm development and theoretical results

More information

Progress in Parallel Implicit Methods For Tokamak Edge Plasma Modeling

Progress in Parallel Implicit Methods For Tokamak Edge Plasma Modeling Progress in Parallel Implicit Methods For Tokamak Edge Plasma Modeling Michael McCourt 1,2,Lois Curfman McInnes 1 Hong Zhang 1,Ben Dudson 3,Sean Farley 1,4 Tom Rognlien 5, Maxim Umansky 5 Argonne National

More information

An Inexact Sequential Quadratic Optimization Method for Nonlinear Optimization

An Inexact Sequential Quadratic Optimization Method for Nonlinear Optimization An Inexact Sequential Quadratic Optimization Method for Nonlinear Optimization Frank E. Curtis, Lehigh University involving joint work with Travis Johnson, Northwestern University Daniel P. Robinson, Johns

More information

Newton additive and multiplicative Schwarz iterative methods

Newton additive and multiplicative Schwarz iterative methods IMA Journal of Numerical Analysis (2008) 28, 143 161 doi:10.1093/imanum/drm015 Advance Access publication on July 16, 2007 Newton additive and multiplicative Schwarz iterative methods JOSEP ARNAL, VIOLETA

More information

2 JOSE HERSKOVITS The rst stage to get an optimal design is to dene the Optimization Model. That is, to select appropriate design variables, an object

2 JOSE HERSKOVITS The rst stage to get an optimal design is to dene the Optimization Model. That is, to select appropriate design variables, an object A VIEW ON NONLINEAR OPTIMIZATION JOSE HERSKOVITS Mechanical Engineering Program COPPE / Federal University of Rio de Janeiro 1 Caixa Postal 68503, 21945-970 Rio de Janeiro, BRAZIL 1. Introduction Once

More information

Efficient solution of stationary Euler flows with critical points and shocks

Efficient solution of stationary Euler flows with critical points and shocks Efficient solution of stationary Euler flows with critical points and shocks Hans De Sterck Department of Applied Mathematics University of Waterloo 1. Introduction consider stationary solutions of hyperbolic

More information

Interior-Point Methods as Inexact Newton Methods. Silvia Bonettini Università di Modena e Reggio Emilia Italy

Interior-Point Methods as Inexact Newton Methods. Silvia Bonettini Università di Modena e Reggio Emilia Italy InteriorPoint Methods as Inexact Newton Methods Silvia Bonettini Università di Modena e Reggio Emilia Italy Valeria Ruggiero Università di Ferrara Emanuele Galligani Università di Modena e Reggio Emilia

More information

PDE-constrained Optimization and Beyond (PDE-constrained Optimal Control)

PDE-constrained Optimization and Beyond (PDE-constrained Optimal Control) PDE-constrained Optimization and Beyond (PDE-constrained Optimal Control) Youngsoo Choi Introduction PDE-condstrained optimization has broad and important applications. It is in some sense an obvious consequence

More information

Generalization to inequality constrained problem. Maximize

Generalization to inequality constrained problem. Maximize Lecture 11. 26 September 2006 Review of Lecture #10: Second order optimality conditions necessary condition, sufficient condition. If the necessary condition is violated the point cannot be a local minimum

More information

Key words. PDE-constrained optimization, space-time methods, preconditioning, Schur complement, domain decomposition, parallel computing.

Key words. PDE-constrained optimization, space-time methods, preconditioning, Schur complement, domain decomposition, parallel computing. DOMAIN DECOMPOSITION IN TIME FOR PDE-CONSTRAINED OPTIMIZATION ANDREW T. BARKER AND MARTIN STOLL Abstract. PDE-constrained optimization problems have a wide range of applications, but they lead to very

More information

Constrained optimization: direct methods (cont.)

Constrained optimization: direct methods (cont.) Constrained optimization: direct methods (cont.) Jussi Hakanen Post-doctoral researcher jussi.hakanen@jyu.fi Direct methods Also known as methods of feasible directions Idea in a point x h, generate a

More information

Some Geometric and Algebraic Aspects of Domain Decomposition Methods

Some Geometric and Algebraic Aspects of Domain Decomposition Methods Some Geometric and Algebraic Aspects of Domain Decomposition Methods D.S.Butyugin 1, Y.L.Gurieva 1, V.P.Ilin 1,2, and D.V.Perevozkin 1 Abstract Some geometric and algebraic aspects of various domain decomposition

More information

18. Balancing Neumann-Neumann for (In)Compressible Linear Elasticity and (Generalized) Stokes Parallel Implementation

18. Balancing Neumann-Neumann for (In)Compressible Linear Elasticity and (Generalized) Stokes Parallel Implementation Fourteenth nternational Conference on Domain Decomposition Methods Editors: smael Herrera, David E Keyes, Olof B Widlund, Robert Yates c 23 DDMorg 18 Balancing Neumann-Neumann for (n)compressible Linear

More information

The Lifted Newton Method and Its Use in Optimization

The Lifted Newton Method and Its Use in Optimization The Lifted Newton Method and Its Use in Optimization Moritz Diehl Optimization in Engineering Center (OPTEC), K.U. Leuven, Belgium joint work with Jan Albersmeyer (U. Heidelberg) ENSIACET, Toulouse, February

More information

Parallel Algorithms for Four-Dimensional Variational Data Assimilation

Parallel Algorithms for Four-Dimensional Variational Data Assimilation Parallel Algorithms for Four-Dimensional Variational Data Assimilation Mie Fisher ECMWF October 24, 2011 Mie Fisher (ECMWF) Parallel 4D-Var October 24, 2011 1 / 37 Brief Introduction to 4D-Var Four-Dimensional

More information

Multigrid Based Optimal Shape and Topology Design in Magnetostatics

Multigrid Based Optimal Shape and Topology Design in Magnetostatics Multigrid Based Optimal Shape and Topology Design in Magnetostatics Dalibor Lukáš 1 Department of Applied Mathematics, VŠB Technical University of Ostrava, 17. listopadu 15, 708 33 Ostrava Poruba, Czech

More information

The Deflation Accelerated Schwarz Method for CFD

The Deflation Accelerated Schwarz Method for CFD The Deflation Accelerated Schwarz Method for CFD J. Verkaik 1, C. Vuik 2,, B.D. Paarhuis 1, and A. Twerda 1 1 TNO Science and Industry, Stieltjesweg 1, P.O. Box 155, 2600 AD Delft, The Netherlands 2 Delft

More information