Series: Finite Element Method › Continuous
Weak Formulation of Elliptic PDEs
The weak formulation of the Poisson problem extends naturally to the general elliptic operator
Lu=−∇⋅(A∇u)+b⋅∇u+cu.
The derivation follows the same steps: multiply Lu=f by a test function v∈V0 and integrate over Ω,
∫Ω(−∇⋅(A∇u)+b⋅∇u+cu)vdx=∫Ωfvdx.
Applying Green's first identity to the divergence term,
−∫Ω∇⋅(A∇u)vdx=∫Ω(A∇u)⋅∇vdx−∫∂Ω(A∇u)⋅nvds.
The boundary integral vanishes on ΓD because v=0 there, and on ΓN the generalised Neumann condition prescribes (A∇u)⋅n=gN. Moving the known flux to the right-hand side and collecting all terms gives
∫Ω[(A∇u)⋅∇v+(b⋅∇u)v+cuv]dx=∫Ωfvdx+∫ΓNgNvds.
It is conventional to name the two sides separately. Define the bilinear form a:V0×V0→R by
a(u,v)=∫Ω[(A∇u)⋅∇v+(b⋅∇u)v+cuv]dx,
and the linear functional ℓ:V0→R by
ℓ(v)=∫Ωfvdx+∫ΓNgNvds.
The weak problem then takes the compact abstract form: find u∈V such that
a(u,v)=ℓ(v)for all v∈V0.
The Poisson problem is recovered by setting A=I, b=0, c=0, which gives a(u,v)=∫Ω∇u⋅∇vdx. The abstract notation a(u,v)=ℓ(v) is standard throughout the finite element literature and applies equally to far more general problems.
Well-posedness again follows from the Lax–Milgram theorem, provided a is bounded and coercive on V0 and ℓ is bounded. Boundedness is straightforward under mild regularity assumptions on A, b, and c. Coercivity is more delicate: for the purely diffusive case (b=0, c≥0) it follows directly from the Poincaré inequality and the ellipticity condition on A. When convection is present, additional assumptions on b and c are required; a sufficient condition is that c−21∇⋅b≥0 almost everywhere in Ω. A full treatment is given in Brenner and Scott, The Mathematical Theory of Finite Element Methods (Springer, 2008), Chapter 5.
The abstract formulation a(u,v)=ℓ(v) is the foundation on which the discrete approximation is built. In the next post we replace the infinite-dimensional space V with a finite-dimensional subspace and derive the linear system that must be solved.