- Derive local stiffness matrices (k)
- Assemble k into K, the global stiffness matrix
Showing posts with label stiffness matrix. Show all posts
Showing posts with label stiffness matrix. Show all posts
June 30, 2013
Steps to Derive k and Assemble into K
Figure 1 is a flowchart illustrating the sequence for computing the stiffness matrix of a simple problem (the concept is similar to more complex problems). Computing the stiffness matrix involves two main steps:
June 22, 2013
Matrix Methods: Direct vs. Iterative
Direct vs. Iterative methods
The two approaches available for solving global stiffness matrix (K) in FEM are:
The two approaches available for solving global stiffness matrix (K) in FEM are:
![](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiQHvYqT5C-4-dr5FjyzF5j6W4hVpvNsENUZEYiIZAFvm0KH-yWx3rog-WXO599tgeT_0clHz5lm_7xKbg2pEjgO-x9Nj5V7_Vel32e69WnGWjavmV2ua_0mc_69czWxGk5bk2FuYLlSQ4/s1600/direct_vs_indirect.png)
Implications on FEA solver
- For linear simulation e.g. KU = f , Gaussian elimination can be applied directly
- For nonlinear simulation e.g. K(u)U=f, stiffness is dependent on displacements (u). Therefore an iterative method must be used.
Subscribe to:
Posts (Atom)