Ansys Assistant will be unavailable on the Learning Forum starting January 30. An upgraded version is coming soon. We apologize for any inconvenience and appreciate your patience. Stay tuned for updates.
Nanda
Ansys Employee

Hello Massochy,

Here is the code:

! below commands create dense matrix

! Stiffness
*DMAT, MatKD, D, IMPORT, FULL, file. full, STIFF
*PRINT, MatKD, Kdense.matrix

! Mass
*DMAT, MatMD, D, IMPORT, FULL, file. full, MASS
*PRINT, MatMD, Mdense.matrix

! below commands create sparse matrix

*SMAT, MatKS, D, IMPORT, FULL, file. full, STIFF
*PRINT, MatKS, Ksparse.matrix

! Mass

*SMAT, MatMS, D, IMPORT, FULL, file. full, MASS
*PRINT, MatMS, Msparse.matrix

Best,

Nanda

[bingo_chatbox]