• Keine Ergebnisse gefunden

Übungen zu Theorie und Numerik partieller Differentialgleichungen

N/A
N/A
Protected

Academic year: 2021

Aktie "Übungen zu Theorie und Numerik partieller Differentialgleichungen"

Copied!
1
0
0

Wird geladen.... (Jetzt Volltext ansehen)

Volltext

(1)

Universität Konstanz WS 10/11 Fachbereich Mathematik und Statistik

S. Volkwein, O. Lass, R. Mancini

Übungen zu Theorie und Numerik partieller Differentialgleichungen

http://www.math.uni-konstanz.de/numerik/personen/volkwein/teaching/

Submission: 02.02.2011, 11:00 o’clock Codes by E-Mail and Reports in Box 18

Program 3 (8 Points)

Let Ω⊂R2. Solve numerically the parabolic partial differential equation

∂u(x, t)

∂t −div(c(x)∇u(x, t)) +a(x)u(x, t) = 0 in Ω×(0, T), u(x,0) = u0(x),

∂u(x, t)

∂n = 0, on ∂Ω×(0, T)

(1)

applying the implicit Euler method introduced in Exercise 15, Sheet 5. For the domain Ω we choose B1(0,0) (i.e. disc with radius 1 and center (0,0)). Further we set a(x) = 3 and c(x) = 1/8. As an initial value we choose

u0(x) =

½ 1, if |x2 +y2| ≤0.1, 0, otherwise.

Compute the numerical solution to (1) in the time interval (0,1)using 20timesteps. For the spacial discretization we use the finite element discretization provided by the Par- tial Differential Equation Toolbox inMatlab. Use about 2000finite elements.

Visualize the numerical solution u(x, t)in a good way. Do not forget to label the plots.

Hint: For the implementation the commands initmesh, refinemesh,assempde,assema, pdesurf together with the provided geometry and boundary files circle11_geom.m and circle11_bdry.m can be useful.

Referenzen

ÄHNLICHE DOKUMENTE

This kind of discretization is often used in the context of convection dominated equations.... Discretize the first derivative of v in the symmetric difference for (av 0 ) 0 by

Hint: For needed definitions see the lecture notes on Numerik gewöhnlicher Differential- gleichungen by

Universität Konstanz WS 10/11 Fachbereich Mathematik und StatistikS. ,

Using piecewise linear and globally continuous nodal basis functions on a uniform mesh of size h = 1/N , N ≥ 2, write down the finite element approximation to this problem if p and

Universität Konstanz WS 10/11 Fachbereich Mathematik und

Solve (1) by using the Partial Differential Equation Toolbox in Matlab using the graphical user interface pdetool.. Follow the steps Draw, Boundary, PDE, Mesh

Don’t forget to lable the plots (title, xlabel, ylabel, zlabel, .... Document your code well and write a report including

For the discretization of the Laplace operator use the classical finite difference scheme (i.e. Use the lexicographical ordering of the grid points in Ω. As a stopping criteria for