which sits in a normalised system that varies between -1 and +1. This requires to be mapped to the actual element coordinate (change to a function of x):
This mapping requires the use of Jacobian matrix (J), which is commonly used for coordinate transformation in mathematics.
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:
Traditionally, meshing is performed by human user. Automatic meshing technologies are becoming more readily available and user friendly in FEA pre-processors as the competition in the FEA software market gets fierce than ever.
Weak formulations (a.k.a. variational formulations) of partial differential equations (PDEs) are hugely important in the FEM as they enable the concepts of linear algebra in the analysis of PDEs. This concept transform PDEs into sets of linear equations (a matrix) that can eventually be manipulated and inverted using standard matrix methods.
Transforming an equation from strong to weak form requires the use of virtual function, and hence the name Principle of Virtual Work.