many applications, these functions as well as elemental functions are
low degree polynomials, so it is easy to find a numerical integration
formula which produces the exact result.
• In order to reach the best convergence speed, the exact calculation of
integrals is not necessary, see below.
Before the discussion of the details of the numerical integration in the FEM,
we recall the basic facts about the quadrature formulas. The quadrature
formula is a finite sum which gives an approximate value of the integral:
I =
Z Z
Ω
0
f(ξ, η)dξdη ≈
n
X
i=1
W
i
f(ξ
i
, η
i
).
It is said that the quadrature formula is the formula of the order q, if for an
arbitrary q +1 times differentiable function f(ξ, η) ∈ H
q+1
(Ω
0
), the following
estimation is satisfied:
|I −
n
X
i=1
W
i
f(ξ
i
, η
i
)| ≤ C||f
(q+1)
||.
In the one-dimensional case,
I =
1
Z
−1
f(ξ)dξ ≈
n
X
i=1
W
i
f(ξ
i
),
the most useful quadrature formulas are the Newton-Cotes formulas of the
n order, and the Gauss-Legendre formulas of the 2n − 1 order. The error
estimations and the examples of the higher order formulas can be found in
the standard bo oks on the numerical methods.
21.1 The quadrature formulas for the square
We start the discussion about the multidimensional case with a simpler ex-
ample of the canonical square. For this case, the simplest quadrature formula
87