You are on page 1of 7

Nonlinear finite elements/Weighted residual methods - Wikiversity

● Log in / create account

Read Edit Search

Resource Discuss

Community
Please read:
A personal appeal from
Print/export
Wikipedia founder Jimmy Wales
Toolbox

Why create a Wikiversity account?

Nonlinear finite elements/Weighted residual methods


< Nonlinear finite elements

Contents [hide]

● 1 Weak Formulation : Weighted Average Methods

❍ 1.1 Examples of Weighted Average Methods

■ 1.1.1 Minimizing R(t): Collocation Method

■ 1.1.2 Minimizing R(t): Subdomain Method

■ 1.1.3 Minimizing R(t): Galerkin Method

■ 1.1.3.1 Important:

■ 1.1.4 Minimizing R(t): Least Squares Method

Weak Formulation : Weighted Average Methods [edit]

Weighted average methods are also often called "Rayleigh-Ritz Methods". The idea is to satisfy the differential equation in an average sense by converting it into

an integral equation. The differential equation is multiplied by a weighting function and then averaged over the domain.

If v(t) is a weighting function then the weak form of Equation (1) is

http://en.wikiversity.org/wiki/Nonlinear_finite_elements/Weighted_residual_methods (1 of 7) [11/20/2010 4:34:21 PM]


Nonlinear finite elements/Weighted residual methods - Wikiversity

The weighting function v(t) can be any function of the independent variables that is sufficiently well-behaved that the integrals make sense.

Recall that we are looking for an approximate solution. Let us call this approximate solution uh. If we plug the approximate solution into equation (5) we get

Since the solution is approximate, the original differential equation will not be satisfied exactly and we will be left with a residual R(t). Weighted average methods try

to minimize the residual in a weighted average sense.

Finite element methods are a special type of weighted average method.

Examples of Weighted Average Methods [edit]

Let us assume the trial solution for problem (6) to be

After applying the initial condition we get a0 = 1, and the trial solution becomes

Let us simplify the trial solution further and consider only the first three terms, i.e.,

Plug in the trial solution (7) into (6). Then, the residual is

If R(t) = 0, then the trial solution is equal to the exact solution. If , we can try to make the residual as close to zero as possible. This can be done

by choosing a1 and a2 such that R(t) is a minimum.

Minimizing R(t): Collocation Method [edit]

In the collocation method, we minimize the residual by making it vanish at n points within the domain.

For our problem, the domain of interest is . Let us pick two points in this domain t1 and t2 such that (see Figure 1).

In this example we choose t1 = 1 / 3 and t2 = 2 / 3.

Figure 1. Discretized domain for Problem 1.

The values of the residual (8) at t1 and t2 are

http://en.wikiversity.org/wiki/Nonlinear_finite_elements/Weighted_residual_methods (2 of 7) [11/20/2010 4:34:22 PM]


Nonlinear finite elements/Weighted residual methods - Wikiversity
If we now impose the condition that the residual vanishes at these two points and solve the resulting equations, we get a1 = − 27 / 29 and a2 = 9 / 29. Therefore

the approximate solution is

Figure 2 shows a comparison of this solution with the exact solution.

You can see that the collocation method gives a solution that is close to the exact up to t = 1. However, the same results cannot be used up to t = 2

without re-evaluating the integrals.

If you think in terms of equation (6) you can see that a weighting function v(t) was used to get to the solution. In fact, it is the choice of weighting function

that determines whether a method is a collocation method! The weighting function in this case is

v(t) = δ(t − tj)

where tj is a node and δ is the Dirac delta function.

Minimizing R(t): Subdomain Method [edit]

The subdomain method is another way of minimizing the residuals. In this case, instead of letting the residual vanish at unique points, we let the "average" of

the residual vanish over each domain. That is, we let,

where Δti is the subdomain over which averaging is done. From this definition it is clear that the weighting function for the subdomain method is

Let us apply the subdomain method to Problem 1. We discretize the domain by choosing one point between 0 and 1 at t = 1 / 2. For the two subdomains (elements)

we have,

Setting these residuals to zero and solving for a1 and a2 we get a1 = − 18 / 19 and a2 = 6 / 19. Therefore the approximate solution is

Figure 2 shows a comparison of the exact solution and the subdomain and the collocation solutions.

http://en.wikiversity.org/wiki/Nonlinear_finite_elements/Weighted_residual_methods (3 of 7) [11/20/2010 4:34:22 PM]


Nonlinear finite elements/Weighted residual methods - Wikiversity

Figure 2. Subdomain solution versus exact solution for Problem 1.

Minimizing R(t): Galerkin Method [edit]

In this case, instead of writing our trial function as,

we write it as

where are (n + 1) linearly independent functions of t. These are called basis functions, interpolation functions, or shape functions.

The first term N0 is left outside the sum because it is associated with part or all of the initial or boundary conditions (i.e., we put everything that can be fixed by initial

or boundary conditions into N0).

Then the trial function in equation (7) can be rewritten using basis functions as

uh(t) = N0(t) + a1N1(t) + a2N2(t)

where

Important: [edit]

In the Galerkin method we choose the basis functions as the weighting functions.

If we use Ni(t) as the weighting functions v(t), equation (6) becomes

http://en.wikiversity.org/wiki/Nonlinear_finite_elements/Weighted_residual_methods (4 of 7) [11/20/2010 4:34:22 PM]


Nonlinear finite elements/Weighted residual methods - Wikiversity

Plugging in the value of R(t) from equation (8) into equation (13) and using the basis functions from (12) we get

After integrating and solving for a1 and a2 we get a1 = − 32 / 35 and a2 = 2 / 7. Therefore, the Galerkin approximation we seek is

Figure 3 shows a comparison of the exact solution with the Galerkin, subdomain, and collocation solutions.

Figure 3. Galerkin solution versus exact solution for Problem 1.

All the approximate solutions diverge from the exact solution beyond t = 1. The solution to this problem is to break up the domain into elements so that the

trial solution is a good approximation to the exact solution in each element.

Minimizing R(t): Least Squares Method [edit]

In the least-squares method, we try to minimize the residual in a least-squares sense, that is

where ai = (a1,a2). The weighting function for the least squares method is therefore

http://en.wikiversity.org/wiki/Nonlinear_finite_elements/Weighted_residual_methods (5 of 7) [11/20/2010 4:34:22 PM]


Nonlinear finite elements/Weighted residual methods - Wikiversity

Plugging in the value of R(t) from equation (8) into equation (15) and using the basis functions from (12) we get

After integrating and solving for a1 and a2 we get a1 = − 576 / 611 and a2 = 190 / 611. Therefore, the least squares approximation we seek is

Figure 4 shows a comparison of the exact solution with the Galerkin, subdomain, and collocation solutions.

Figure 4. Least squares solution versus other solutions for Problem 1.

Category: Nonlinear finite elements

● This page was last modified on 3 March 2008, at 13:14.

● Text is available under the Creative Commons Attribution/Share-Alike License; additional terms may apply. See Terms of Use for details.

http://en.wikiversity.org/wiki/Nonlinear_finite_elements/Weighted_residual_methods (6 of 7) [11/20/2010 4:34:22 PM]


Nonlinear finite elements/Weighted residual methods - Wikiversity

● Privacy policy ●

● About Wikiversity

● Disclaimers

http://en.wikiversity.org/wiki/Nonlinear_finite_elements/Weighted_residual_methods (7 of 7) [11/20/2010 4:34:22 PM]

You might also like