@article{Guney2008, 
author = {Efe Guney and Kenneth Will},
title = {A High Performance Multifrontal Code for Linear Solution of Structures Using Multi-Core Microprocessors},
year = {2008},
journal = {Tsinghua Science and Technology},
volume = {13},
number = {S1},
pages = {34-39},
keywords = {parallel computing, finite element method, high performance computing, Cholesky decomposition, multifrontal method, multi-core programming, BLAS3},
url = {https://www.sciopen.com/article/10.1016/S1007-0214(08)70123-8},
doi = {10.1016/S1007-0214(08)70123-8},
abstract = {A multifrontal code is introduced for the efficient solution of the linear system of equations arising from the analysis of structures. The factorization phase is reduced into a series of interleaved element assembly and dense matrix operations for which the BLAS3 kernels are used. A similar approach is generalized for the forward and back substitution phases for the efficient solution of structures having multiple load conditions. The program performs all assembly and solution steps in parallel. Examples are presented which demonstrate the code’s performance on single and dual core processor computers.}
}