Next: Galerkin Method:
Up: BOUNDARY VALUE PROBLEMS (BVP)
Previous: Subdomain Method
  Contents
Minimize residual by forcing it to pass through zero at a finite
number of discrete points within
. So here
where
is the
-th collocation point. The choice of
collocation points is an important consideration in the method.
We aim to have
In other words, at each collocation point the trial functions are
required to satisfy the differential equation exactly. The number of
collocation points is related to the number of
.
In general for an
-th order equation: choose polynomials of degree
with
continuity.
collocation points are
chosen within each element located at the roots of the
-th degree
Legendre polynomial over each element.
Example: Solve
Because
involves second order derivatives of trial functions,
the trial space must be at least
for
to remain
bounded.
We choose piecewise cubic Hermite polynomials
Take
. Nodes are located at
and
. For second order
differential equations with piecewise cubic Hermitian trial space, two
collocation points should be chosen per element. Coupled with two
boundary conditions we get
algebraic equations for
unknown
nodal values. Further, if we choose the Gauss-Legendre quadrature
points we obtain
accuracy. So the collocation points
will be
and
.
So the system to solve is
Next: Galerkin Method:
Up: BOUNDARY VALUE PROBLEMS (BVP)
Previous: Subdomain Method
  Contents
Juan Restrepo
2003-05-02