Search found 2 matches
- Sat Dec 07, 2019 5:44 pm
- Forum: OpenSees.exe Users
- Topic: Why did OPENSEES crash when I exported the M K matrix?
- Replies: 5
- Views: 12370
Re: Why did OPENSEES crash when I exported the M K matrix?
Thank you for your answer. This is my printA command : system FullGeneral; constraints Plain ; numberer Plain; test EnergyIncr 1.0e-10 200 5; algorithm Newton integrator LoadControl 0.0001 analysis Static analyze 1 puts "success" printA -file matrix.txt; I did the seismic time history anal...
- Sat Dec 07, 2019 5:58 am
- Forum: OpenSees.exe Users
- Topic: Why did OPENSEES crash when I exported the M K matrix?
- Replies: 5
- Views: 12370
Why did OPENSEES crash when I exported the M K matrix?
Hello When I use the printa command to export a matrix (full rank matrix) for a large model, OPENSEES exits directly. Is there any solution? Can OPENSEES export sparse matrix or other matrix forms? Thank you