A Portable Parallel Finite Element Simulation System

Yufeng Nie,Lei Wang,Weiwei Zhang
DOI: https://doi.org/10.1145/1787275.1787308
2010-01-01
Abstract:In order to adapt various complex parallel environments, increase the utilization ratio of current software and hardware, as well as improve the overall parallel efficiency of parallel FEM, the Parallel Node-based Local Finite Element (PNLFE) System is presented. The PNLFE system separates the whole computing task to N unit tasks according to the number of mesh nodes N. For each mesh node, the unit task is to generate the corresponding local mesh, which meets conforming requirement, then compute the global stiffness matrix row of the node. After this is done, processors can immediately pre-process the stiffness matrix rows and obtain the numerical solution with the least communication compared with other known systems. Unit tasks are separated and small, thus the system is applicable to various parallel architectures.
What problem does this paper attempt to address?