Chapter 1 - Fundamentals
Chapter 1 - Fundamentals
FUNDAMENTALS
… (8)
− If all the Ai's are non-zero and have the same sign, the PDE is elliptic.
− If all the Ai's are non-zero and have, with one exception, the same sign,
the PDE is hyperbolic.
− If one Ai is zero (Ak for instance) and the remaining Ai's are non-zero
and of the same sign, and if the coefficient Bk is non-zero, the PDE is
parabolic.
∂u
− We can also deduce 2nd order finite difference approximations for .
∂x
− In index notation
∂ 2u u − 2u i , j + u i −1, j
= i +1, j + O (h 2 ) .
∂x i , j
2
h 2
… (14)
•
i,j+1
• • •
i-1,j i,j i+1,j
•
i,j-1
− When the discrete equations are not solved exactly an additional error is
introduced, which is called round-off error.
− The interval size (h) affects the above errors in the opposite sense, i.e.
decreasing h decreases the discretization error but increases the round-
off error.