PDE's come in all shapes and forms. Each type, you will find, will require a different numerical approximating method. We will concentrate on three types of problems, which are ubiquitous in physics and engineering
| Type Classification | Canonical Example |
| Hyperbolic | Wave equation
|
| Parabolic | heat equation
|
| Elliptic | Poisson equation
|
We will also consider an equation of mixed type, the ``Advection-Diffusion equation.''
Type Classification: Within our purview the type classification
is not a tremendously important concern. Perhaps more useful is to
make the association between the names and the canonical examples.
Nevertheless the type name comes from the classification of linear
second-order pde's. Take
and
real
constants. The equation
| elliptic if | |||
BASIC PROBLEM
Every PDE type equation requires a special or particular strategy of numerical approximation. Traditionally courses on numerical methods for PDE's have been organized by method (i.e. FD, SM, FEM, etc.) rather than by equation type. The reasons have to do with the fact that this relatively young subject has been taught by researchers who specialize in the methods rather than in the equation types.
We will follow tradition here: we will cover mostly the FD method of mostly linear hyperbolic, parabolic, and elliptic equations.

In many physical situations one might also find equations of mixed type, or problems that couple equations of various types.