adjoint error estimation for tsunami modeling
play

Adjoint Error Estimation for Tsunami Modeling Brisa Davis - PowerPoint PPT Presentation

Adjoint Error Estimation for Tsunami Modeling Brisa Davis Department of Applied Mathematics University of Washington Clawpack Developers Workshop and Hackathon 2016 AMR Basics Refinement Process: Flagging cells that need refinement


  1. Adjoint Error Estimation for Tsunami Modeling Brisa Davis Department of Applied Mathematics University of Washington Clawpack Developer’s Workshop and Hackathon 2016

  2. AMR Basics Refinement Process: • Flagging cells that need refinement according to some criteria. • Clustering the flagged cells into rectangular patches that will form the new set of grids at the next higher level. • Creating the new grids and initializing the values of q and also any aux arrays for each new grid.

  3. AMR Basics Flagging cells for refinement. Check if • the maximum max-norm of the undivided difference of q i , j based its four neighbors in two space dimensions (or 6 neighbors in 3d) • the surface elevation of the water (in GeoClaw) • the estimated error in the cell (based on using Richardson extrapolation) is greater than some specified tolerance. If is it, flag the cell for refinement.

  4. For problems where a small region of the domain is of interest, only certain waves actually need to be refined. Because of multiple reflections or edge waves it can be difficult to determine what waves should to be refined.

  5. For problems where a small region of the domain is of interest, only certain waves actually need to be refined. Because of multiple reflections or edge waves it can be difficult to determine what waves should to be refined. Solution: • solve the time − dependent adjoint equation • solve the forward (original) problem • each time you wish to refine, use the adjoint solution to estimate the effect of the forward solution • refine the relevant waves

  6. Shallow Water Equations: h t + ( hu ) x + ( hv ) y = 0 ( hu ) t + ( hu 2 + 1 2 gh 2 ) x + ( huv ) y = − ghB x ( hv ) t + ( huv ) x + ( hv 2 + 1 2 gh 2 ) y = − ghB y . Here, • u ( x , y , t ) and v ( x , y , t ) are the depth-averaged velocities • g is the gravitational constant • h ( x , y , t ) is the fluid depth • B ( x , y , t ) is the bottom surface elevation relative to mean sea level

  7. Linearized Shallow Water Equations: η t + ˜ ˜ µ x + ˜ γ y = 0 µ t + g ¯ ˜ h ( x , y )˜ η x = 0 γ t + g ¯ ˜ h ( x , y )˜ η y = 0 for the perturbation (˜ η, ˜ µ, ˜ γ ) about (¯ η, 0 , 0). Here, • µ = hu and γ = hv represent the momenta • η ( x , y , t ) = h ( x , y , t ) + B ( x , y , t ) is the water surface elevation

  8. Dropping tildes and setting   0 1 0 g ¯ A ( x , y ) = 0 0 h   0 0 0  0 0 1  B ( x , y ) = 0 0 0   g ¯ 0 0 h   η q ( x , y , t ) = µ   γ gives us the linearized system q t ( x , y , t ) + A ( x , y ) q x ( x , y , t ) + B ( x , y ) q y ( x , y , t ) = 0 .

  9. One-Dimensional Theory Suppose we are interested in calculating the value of a functional � b ϕ ( x ) T q ( x , t f ) dx , J = a where the q is the solution to the time dependent equation q t + A ( x ) q x = 0 subject to some initial and boundary conditions.

  10. One-Dimensional Theory Suppose we are interested in calculating the value of a functional � b ϕ ( x ) T q ( x , t f ) dx , J = a where the q is the solution to the time dependent equation q t + A ( x ) q x = 0 subject to some initial and boundary conditions. Here, ϕ ( x ) is selected to highlight the small region of the domain that is of primary interest.

  11. Note that � b � t f ϕ ( x ) T ( q t + A ( x ) q x ) dtdx = 0 . a t

  12. Note that � b � t f ϕ ( x ) T ( q t + A ( x ) q x ) dtdx = 0 . a t If we • integrate by parts, • set ϕ ( x ) = ˆ q ( x , t f ), q t + ( A ( x ) T ˆ • require that ˆ q ) x = 0 , • and select the appropriate boundary conditions for ˆ q this equation simplifies to � b � b q T ( x , t f ) q ( x , t f ) dx = q T ( x , t ) q ( x , t ) dx . ˆ ˆ a a

  13. So, we have that � b q T ( x , t ) q ( x , t ) dx J = ˆ a for any t 0 ≤ t ≤ t f .

  14. So, we have that � b q T ( x , t ) q ( x , t ) dx J = ˆ a for any t 0 ≤ t ≤ t f . Note that this requires solving the adjoint equation backward in time, since setting ϕ ( x ) = ˆ q ( x , t f ) means data is given at the final time t f .

  15. Two problems: Forward Problem Adjoint Problem q t + ( A ( x ) T ˆ q t + A ( x ) q x = 0 ˆ q ) x = 0 Our functional: � b q T ( x , t ) q ( x , t ) dx J = ˆ a This equation tells us in which locations in the solution space are contributing to the final answer.

  16. One Dimensional Example

  17. One Dimensional Example

  18. One Dimensional Example

  19. When using GeoClaw, what is actually calculated is J ( Q H ), where Q H is the solution on the current grid.

  20. When using GeoClaw, what is actually calculated is J ( Q H ), where Q H is the solution on the current grid. If we consider a refined grid, with the solution Q h , the error in the functional J due to the calculated forward solution can be written as � b � b � � � q T ( x , t ) Q h ( x , t ) dx − q T ( x , t ) Q H ( x , t ) dx � | J ( Q h ) − J ( Q H ) | = ˆ ˆ � � � � a a � b � � q T ( x , t ) [ Q h ( x , t ) dx − Q H ( x , t )] dx � � = ˆ � � � a � � b � � � q T ( x , t ) R H ( x , t ) dx � = ˆ � � � � a where R H is the residual error on the current grid, found by using a Richardson extrapolation error estimator.

  21. Taking into account the fact that the adjoint solution is also calculated gives � b � � T ( x , t ) R H ( x , t ) dx ˆ � � | J ( Q h ) − J ( Q H ) | ≤ Q H � � � � a � b � � � T ( x , t ) � q T ( x , t ) − ˆ � � + ˆ Q H R H ( x , t ) dx � � � � a The first term on the right hand side can be evaluated. The second term cannot, but schemes can be chosen to make the second term O ( h p ) smaller than the first where p is the order of the method [1] . [1] Pierce, N. A. and Giles, M. B. “Adjoint and defect error bounding and correction for functional estimates.” Journal of Computational Physics , 200(2):769—794, 2004.

  22. So � b � T ( x , t ) R H ( x , t ) � � ˆ | J ( Q h ) − J ( Q H ) | ≤ Q H � dx � � a gives us a error bound that is asymptotically correct as h decreases, but may be violated for a finite h .

  23. So � b � T ( x , t ) R H ( x , t ) � � ˆ | J ( Q h ) − J ( Q H ) | ≤ Q H � dx � � a gives us a error bound that is asymptotically correct as h decreases, but may be violated for a finite h . Recall that our aim is not only to estimate the error, but also to minimize the error.

  24. So � b � T ( x , t ) R H ( x , t ) � � ˆ | J ( Q h ) − J ( Q H ) | ≤ Q H � dx � � a gives us a error bound that is asymptotically correct as h decreases, but may be violated for a finite h . Recall that our aim is not only to estimate the error, but also to minimize the error. This equation tells us in which locations in the solution space are contributing error to the final answer.

  25. Original challenge: For problems where a small region of the domain is of primary interest, only certain waves actually need to be refined. Because of multiple reflections or edge waves it can be difficult to determine what waves should to be refined.

  26. Original challenge: For problems where a small region of the domain is of primary interest, only certain waves actually need to be refined. Because of multiple reflections or edge waves it can be difficult to determine what waves should to be refined. Solution: • solve the time − dependent adjoint equation • solve the forward (original) problem • each time you wish to refine, use the adjoint solution to estimate the effect of the forward solution • refine the relevant waves

  27. Hypothetical Alaska Tsunami

  28. Hypothetical Alaska Tsunami (a) t f − 1 hour (b) t f − 3 hours (c) t f − 5 hours (d) t f − 7 hours

  29. Hypothetical Alaska Tsunami Grids Solution Inner Product t = 0.5 hours

  30. Verification and Timing of Results

  31. Verification and Timing of Results Adjoint Flagging Surface-Flagging Forward Problem Adjoint Problem 8310.285 5984.48 26.901

  32. Hypothetical Alaska Tsunami

  33. Conclusion • We can selectively apply adaptive mesh refinement to the relevant waves. • This also gives us a better handle on the physical meaning of the tolerance selected.

  34. Conclusion • We can selectively apply adaptive mesh refinement to the relevant waves. • This also gives us a better handle on the physical meaning of the tolerance selected. Future Work • Examine how tight the error bound is in practice. • Develop more examples showcasing the power of this method.

  35. Using the Adjoint Method in AMRClaw and GeoClaw To use this method for AMRClaw you will need to clone • the adjoint branch from https://github.com/BrisaDavis/amrclaw • the adjoint branch from https://github.com/BrisaDavis/riemann

  36. Using the Adjoint Method in AMRClaw and GeoClaw To use this method for AMRClaw you will need to clone • the adjoint branch from https://github.com/BrisaDavis/amrclaw • the adjoint branch from https://github.com/BrisaDavis/riemann To use this method for GeoClaw you will also need to clone • the adjoint branch from https://github.com/BrisaDavis/geoclaw

Download Presentation
Download Policy: The content available on the website is offered to you 'AS IS' for your personal information and use only. It cannot be commercialized, licensed, or distributed on other websites without prior consent from the author. To download a presentation, simply click this link. If you encounter any difficulties during the download process, it's possible that the publisher has removed the file from their server.

Recommend


More recommend