The frontal method solves the K * x = b linear equation system.
The stiffness matrix K is decomposed (frontal decomposition) into the two matrices K = L * U (Gauss elimination procedure).
This method is based on element-by-element aggregation of the matrix
and the simultaneous elimination of fully assembled equations 12. In this method, Nele denotes a number of finite elements, and Ke is the relevant element matrix.
The frontal method does not implement a fully assembled matrix. A dense work array (front) consisting of fully assembled equations (top front) and partially assembled equations (bottom front) slides along the matrix. Decomposed equations present the upper triangle matrix U and are stored in the secondary storage immediately after completing the corresponding elimination.
The frontal method is available only if the load case list does not include an eigenvalue (modal and buckling) analysis.