system command SparseSYM SOE

Forum for OpenSees users to post questions, comments, etc. on the use of the OpenSees interpreter, OpenSees.exe

Moderators: silvia, selimgunay, Moderators

Post Reply
seu
Posts: 51
Joined: Sun Sep 04, 2011 6:19 pm

system command SparseSYM SOE

Post by seu »

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)
...............
Last edited by seu on Tue Mar 13, 2012 7:05 pm, edited 1 time in total.
vesna
Posts: 3033
Joined: Tue May 23, 2006 11:23 am
Location: UC Berkeley

Re: system command SparseSYM SOE

Post by vesna »

SparseSYM and SparseGeneral are different solvers. What one can solve the other one does not have to be able to solve it.
seu
Posts: 51
Joined: Sun Sep 04, 2011 6:19 pm

Re: system command SparseSYM SOE

Post by seu »

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"
vesna
Posts: 3033
Joined: Tue May 23, 2006 11:23 am
Location: UC Berkeley

Re: system command SparseSYM SOE

Post by vesna »

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"
seu
Posts: 51
Joined: Sun Sep 04, 2011 6:19 pm

Re: system command SparseSYM SOE

Post by seu »

vesna
Posts: 3033
Joined: Tue May 23, 2006 11:23 am
Location: UC Berkeley

Re: system command SparseSYM SOE

Post by vesna »

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.
seu
Posts: 51
Joined: Sun Sep 04, 2011 6:19 pm

Re: system command SparseSYM SOE

Post by seu »

Thanks ,you can always solve my problems.
Post Reply