lecture-slides-week5
lecture-slides-week5
Problem
Find u ∈ V := H10 (Ω), such that
! !
a(u, v) := ∇u · ∇v dx = fv dx =: !(v) ∀v ∈ V.
Ω Ω
Method
Find uh ∈ Vh , such that
is a Hilbert space. Natural energy norm, on which we shall perform error analysis.
115
Error analysis
Subtracting (Method) from (Problem with v = vh ∈ Vh ), we get:
$u − uh $2V = a(u − uh , u − uh )
= a(u − uh , u − uh ) + a(u − uh , vh − uh )
" #$ %
∈Vh
=a(u − uh , u − vh )
≤$u − uh $V $u − vh $V .
$u − uh $V = min $u − vh $V .
vh ∈Vh
116
Interpolant
Definition
Let v ∈ C(Ω̄) and Ṽh a finite element space with respect to a mesh T with
Lagrange basis {φi }N total
i=1 , corresponding to the mesh nodes {x i } Ntotal
i=1 (internal and
boundary), so that dim(Ṽh ) = Ntotal . (If Ṽh ≡ Vh ⊂ H10 (Ω), we can simply ignore
the boundary nodes.) We define the interpolant vI ∈ Ṽh of v by
N
&total
vI := v(xi )φi .
i=1
Remark
In the study of Sobolev Spaces, one soon comes across the, somewhat surprising
at first sight, fact that H1 (Ω) is not a subset of C(Ω) when Ω ⊂ Rd domain, for
d ≥ 2. Hence the interpolant above is not well-defined for H1 functions.
117
Interpolation error
and
'& ( 12
$v − vI $L2 (Ω) ≤ Capp,L2 h4T |v|2H2 (T) ,
T∈T
for Capp,H1 > 0 dependent on the maximum angle in T and Capp,L2 > 0
)* + 12
α 2
depending only on the geometry of Ω; here |v|H2 (T) := |a|=2 $D v$L2 (T) .
118
Error Analysis
119
Error analysis in the L2 -norm
120
Error analysis in the L2 -norm
Proof. For the proof, we will employ the, so-called, Aubin-Nitsche duality
argument.
Then, !
$u − uh $2L2 (Ω) = (u − uh )(−∆z) dx
!Ω
= ∇(u − uh ) · ∇z dx
!Ω
= ∇(u − uh ) · ∇(z − zI ) dx,
Ω
for any s < r ≤ min{p + 1, k}, for constant C(s, r) > 0, depending only on s and r.
) & + 12
Here |v̂|Hm (ω) := $Dα v̂$2L2 (ω)
α:|α|=m
123
Going high order...
We need to extend this to a general element T ∈ T . Again, we employ the affine
mappings FT : T̂ → T with FT (x̂) = BT x̂ + c.
Consider a function w ∈ Hk (T) and change variables:
!
2 2
, ,2
|w|H1 (T) = $∇w$L2 (T) = , ∇w(x), dx
T
!
, −# ,2
= ,B ∇w(F
ˆ T (x̂)) det BT dx̂
, (recall JFT = BT
#
)
T
T̂
!
−1 2
, ,2
≤ $BT $2 | det BT | ,∇w(Fˆ T (x̂)) dx̂
,
T̂
2 2
= $B−1
T 2$ | det BT ||w ◦ F T | H1 (T̂)
.
Inductively, for s ∈ N, we can show
1
s
T 2 | det BT | |w ◦ FT |Hs (T̂)
|w|Hs (T) ≤ $B−1 $ 2
124
Going high order...
1
s
= $B−1
T $2 | det BT | $v ◦ FT − (v ◦ FT )I $Hs (T̂)
2
1
s
≤ $B−1
T $2 | det BT | C(s, r)|v ◦ FT |Hr (T̂)
2
1
s − 12
≤ $B−1
T $2 | det BT | 2 C(s, r)$BT $r2 | det BT | |v|Hr (T)
or
s r
$v − vI $Hs (T) ≤ C(s, r)$B−1
T $2 $BT $2 |v|Hr (T)
125
Going high order...
s r
$v − vI $Hs (T) ≤ C(s, r)$B−1
T $2 $BT $2 |v|Hr (T)
$BT $2 ≤ ChT
hT = diam(T) hT = diam(T)
hT = diam(T)
$B−1
T $ 2 ≤ Cρ −1
T
ρT
ρT
giving
hrT
$v − vI $Hs (T) ≤ C s |v|Hr (T)
ρT
for any s < r ≤ min{p + 1, k}, for some C > 0 depending only on r, s.
126
Shape-regular mesh families
Definition
A family of meshes {Th }h∈H , for some index set H, is called shape-regular if there
exists a constant Csh > 1, independent of h, such that
hT ≤ Csh ρT ∀T ∈ Th and ∀h ∈ H.
127
Error Analysis
128
Error analysis in the L2 -norm
holds.
If uh ∈ Vhp is the solution to Method, then we have the error bound
'& ( 12
2(r−1)
$u − uh $L2 (Ω) ≤ Chmax hT |u|2Hr (T) ≤ CL2 hrmax |u|Hr (Ω) ,
T∈T
for 2 ≤ r ≤ min{p + 1, k}, and hmax := maxT∈T hT and CL2 := Cap Cell−rec .