14-Solving Fem Equations
14-Solving Fem Equations
14-Solving Fem Equations
By
S. Ziaei Rad
Equation Solving
Direct Methods (Gauss Elimination):
• Solution time proportional to N*B^2 (N is the dimension of
the matrix, B the bandwidth)
• Suitable for small to medium problems, or slender
structures (small bandwidth)
• Easy to handle multiple load cases
Iterative Methods:
• Solution time is unknown beforehand
• Reduced storage requirement
• Suitable for large problems, or bulky structures (large
bandwidth, converge faster)
• Need solving again for different load cases
Equation Solving
Gauss Elimination
Step1 : Forward elimination
Suppose that in doing Gauss-Jordan elimination, we at each stage
subtract away rows only below the then-current pivot element.
Then, when we have done this for all the pivots, we will be left
with a reduced equation that looks like this (in the case of a single
right-hand side vector):
(2)
(3)
Equation Solving
LU Decomposition
Thus, equation (2) can be solved by forward substitution as
follows,