Frontal Method

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.

Specifications

Frontal Method calculations

The calculations dialog for the Frontal method shows the following phases:
    • Model reduction (renumbering of nodes and elements)
    • Definition of the stiffness matrix for individual structure elements
    • Matrix decomposition (frontal decomposition) K = L * U
    • Problem solving for successive load cases.
Frontal method calculations
1 Duff I.S., Reid J.K. The multifrontal solution of indefinite sparse symmetric linear equations. ACM Trans. Math. Software, 1983, 9, N3, p.633-641.
2 B.Irons, A frontal solution of program for finite element analysis, Int. J. Numer. Methods Engrg. 2 (1970) 5-32.