Element Stiffness Matrix

Hello! In this section we'll talk about the post processing module and the data visualization.
Post Reply
MaryAvval
Posts: 1
Joined: Mon Jul 27, 2020 7:47 am

Element Stiffness Matrix

Post by MaryAvval » Tue Jul 28, 2020 3:30 pm

Dear all,

I have a question about the stiffness matrix.
Is it possible to extract the stiffness matrix of each element of a 3-dimensional structure modeled in STKEO?

Thanks in advance.

STKO Team
Posts: 3066
Joined: Tue Oct 29, 2019 8:45 am

Re: Element Stiffness Matrix

Post by STKO Team » Mon Aug 17, 2020 2:21 pm

It is not possible to write the stiffness matrix of each element of a model with multiple elements.
However, if you have only 1 element, you can print the full global stiffness matrix (that in this case coincide with the elemental one, if you do not apply any constraint).

This can be done using:
printA
or
printA - file "output.txt"

Post Reply