print stiffness matrix C++

For developers writing C++, Fortran, Java, code who have questions or comments to make.

Moderators: silvia, selimgunay, Moderators

Post Reply
CMiculas
Posts: 26
Joined: Wed Oct 25, 2017 6:23 am
Location: University of Coimbra

print stiffness matrix C++

Post by CMiculas » Thu Mar 07, 2019 10:58 am

Dear Developers,

Is it possible to introduce in the C++ file some code that would print out desired results to a file?

More exactly, I am interested in printing out the stiffness matrix for each analysis step.
It is true that I can print the values in the prompt window, but I makes the calculation very slow and also it is very hard to analyze the values after the run if the matrix is large.

Thank you in advance!

Post Reply