system command SparseSYM SOE
Moderators: silvia, selimgunay, Moderators
system command SparseSYM SOE
In http://opensees.berkeley.edu/wiki/index ... rseSYM_SOE
it wrotes:
versions upto and including 2.2.0 use SparseSPD instead of SparseSYM as the option to the system command. For backward compatability this old option continues to work.
But my tcl model can work with "system SparseGeneral" while not "system SparseSYM", why? My opensees.exe version is 2.3.2.
The error message is as follow:
WARNING - ForceBeamColumn3d::update - failed to get compatible element forces &
deformations for element: 1(dW: << 1.#QNAN, dW0: 1.#QNAN)
WARNING - ForceBeamColumn3d::update - failed to get compatible element forces &
deformations for element: 2(dW: << 1.#QNAN, dW0: 1.#QNAN)
WARNING - ForceBeamColumn3d::update - failed to get compatible element forces &
deformations for element: 3(dW: << 1.#QNAN, dW0: 1.#QNAN)
...............
it wrotes:
versions upto and including 2.2.0 use SparseSPD instead of SparseSYM as the option to the system command. For backward compatability this old option continues to work.
But my tcl model can work with "system SparseGeneral" while not "system SparseSYM", why? My opensees.exe version is 2.3.2.
The error message is as follow:
WARNING - ForceBeamColumn3d::update - failed to get compatible element forces &
deformations for element: 1(dW: << 1.#QNAN, dW0: 1.#QNAN)
WARNING - ForceBeamColumn3d::update - failed to get compatible element forces &
deformations for element: 2(dW: << 1.#QNAN, dW0: 1.#QNAN)
WARNING - ForceBeamColumn3d::update - failed to get compatible element forces &
deformations for element: 3(dW: << 1.#QNAN, dW0: 1.#QNAN)
...............
Last edited by seu on Tue Mar 13, 2012 7:05 pm, edited 1 time in total.
Re: system command SparseSYM SOE
SparseSYM and SparseGeneral are different solvers. What one can solve the other one does not have to be able to solve it.
Re: system command SparseSYM SOE
http://opensees.berkeley.edu/wiki/index ... em_Command
As you told ,why there is not this SparseGeneral option here?
How about this statement:
"use SparseSPD instead of SparseSYM as the option to the system command"
As you told ,why there is not this SparseGeneral option here?
How about this statement:
"use SparseSPD instead of SparseSYM as the option to the system command"
Re: system command SparseSYM SOE
It is there:
http://opensees.berkeley.edu/wiki/index.php/SuperLU_SOE
Where did you find the statement:
"use SparseSPD instead of SparseSYM as the option to the system command"
http://opensees.berkeley.edu/wiki/index.php/SuperLU_SOE
Where did you find the statement:
"use SparseSPD instead of SparseSYM as the option to the system command"
Re: system command SparseSYM SOE
http://opensees.berkeley.edu/wiki/index ... rseSYM_SOE
in the Notes paragraph.
in the Notes paragraph.
Re: system command SparseSYM SOE
Note says that SparseSYM and SparseSPD are the same solver. Before version 2.2.0 it was taught that it is symmetric positive definite so it was called sparseSPD, but later it was realized that it also solves negative definite problems so it was renamed to SparseSYM.
Re: system command SparseSYM SOE
Thanks ,you can always solve my problems.