Why did OPENSEES crash when I exported the M K matrix?
Moderators: silvia, selimgunay, Moderators
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
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
-
- Posts: 916
- Joined: Mon Sep 09, 2013 8:50 pm
- Location: University of California, Berkeley
Re: Why did OPENSEES crash when I exported the M K matrix?
Did you make sure that it exists at the PrintA command, could there be something else that is wrong ?
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 analysis of the model without any mistakes,but I used system is UmfPack command.In the process of running, there is a phenomenon: after using the fullgeneral command, the running memory of the computer increases rapidly, up to 99%, and the running memory of my computer is 16g. After a period of time, the OPENSEES flashback problem occurs. Is there any solution?
Thank you
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 analysis of the model without any mistakes,but I used system is UmfPack command.In the process of running, there is a phenomenon: after using the fullgeneral command, the running memory of the computer increases rapidly, up to 99%, and the running memory of my computer is 16g. After a period of time, the OPENSEES flashback problem occurs. Is there any solution?
Thank you
Re: Why did OPENSEES crash when I exported the M K matrix?
Were you able to resolve this issue?
-
- Posts: 1
- Joined: Thu Jan 26, 2023 11:48 pm
Re: Why did OPENSEES crash when I exported the M K matrix?
Is there any simpler solution? The above solution is quite complicated for me. tiny fishing
Re: Why did OPENSEES crash when I exported the M K matrix?
no simpler solution exists.