Next: Subdomain Method
Up: BOUNDARY VALUE PROBLEMS (BVP)
Previous: Finite Difference Technique
  Contents
Consider the well-posed differential equation
with boundary conditions on
. We will approximate
the solution
as
where
span the ``trial space''. Hence, we denote
as the ``trial functions''. The goal in MWR is the
determination of the
scalars
.
This is done in MWR by minimizing
where
is the ``residual''. We do so by attemping to find the
coefficients that drive the weighted average
where
are the ``test functions'' or weights. The
number of weight functions and
are related as shown below.
A good choice of basis functions are the Lagrange poynomials.
To be specific, let
and
be the set of
``nodes'' on some intreval
, they are
distinct but not necessarily evenly spaced. Here
and
are the boundary points
.
An 
degree polynomial associalted with
,
forms a basis of
, the finite-dimensional linear space.
As we saw in 475A
since
. So we have
where the
are Lagrange polynomials.
These
are nonzero over entire
, except at a finite
number of node points. Further,
.
However, we may want to choose piecewise polynomials rather than
global polynimials. This is beneficial for parallel computing where we
want to minimze communication between processors.
The following sets of piecewise defined polynomials in
are simple and thus quite popular.
Download the piecewise cubic Hermite polynomial
interpolation matlab script. Verify the properties of the interpolants
and compare the results of the cubic interpolation to the quadratic and
linear cases.
Recall that MWR goal is to minimize
by forcing it to zero in a
weighted average sense over the domain
. The most popular
variants of MWR are
- Subdomain Method
- Collocation
- Galerkin and Petrov-Galerkin
We will only present the first 2 by example.
Next: Subdomain Method
Up: BOUNDARY VALUE PROBLEMS (BVP)
Previous: Finite Difference Technique
  Contents
Juan Restrepo
2003-05-02