1 / 4

Exercise where

Exercise where Discretize the problem as usual on square grid of points (including boundaries). Define g and f such that the solution to the differential equation is

yazid
Télécharger la présentation

Exercise where

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Exercise where Discretize the problem as usual on square grid of points (including boundaries). Definegand fsuch that the solution to thedifferential equationis ImplementV(2,1)cycles usingnlevels, with a random initial guess. Use full-weighted restriction, bi-linear interpolation, and the following relaxation methods: • Damped Jacobi, • Gauss-Seidel in natural order; • Gauss-Seidel in Red-Black order.

  2. Perform manyV-cycles (until convergence slows down and stops due to round-off errors). Compute theL2norm (root-mean-square) of the residual after each cycle. Plot the residual reduction rate per cycle: where is the iteration number. (EachV-cycle is one iteration). Use your code to answer the following questions. Explain all the results. Use at leastn = 5(but use at leastn = 6for Question 3).

  3. 1. For which is the best relaxation method? Which is the worst? What is the optimal for Jacobi relaxation found in practice? How do the results of damped Jacobi and Gauss-Seidel in natural order compare with the predictions ofsmoothing analysis? 2. For , what is the influence of (only positive) . Compare 3. For compare between the convergence behavior of the residual norm and that of the “differential error”, how are these behaviors influenced by the resolution? Give quantitative answers and explain if they match our expectations.

  4. 4. For what is the influence of (positive, negative, big, small). Starting with , reduce gradually until the two-grid convergence deteriorates. Use the IR/ICG two-grid analysis to determine the cause of the problem. Explain. 5. For discretize the problem using the skew Laplacian: Test the residual convergence. Use the IR/ICG two-grid analysis to determine the cause of the problem. Explain.

More Related