11 November 2015 5 2K Report

one of the reason of slow performance in FEM analysis is construction of elastic stiffness matrix with loops.

There is a large for loops with size of the number of elements. This can quickly add significant overhead when NE is large since each line in the loop will be interpreted in each iteration. Vectorization should be applied for the sake of efficiency.

More Ali Koohi's questions See All
Similar questions and discussions