SparseSYM SOE: Difference between revisions

From OpenSeesWiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 11: Line 11:


NOTES:
NOTES:
* versions upto and including 2.2.0 use SparseSPD instead of sparseSYM as the option to the system command. This option continues to work.
* 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.


----
----
Line 18: Line 18:


Kincho H. Law and David R. McKay, “A Parallel Row-Oriented Sparse Solution Method for Finite Element Structural Analysis,” International Journal for Numerical Methods in Engineering, 36:2895-2919, 1993.  
Kincho H. Law and David R. McKay, “A Parallel Row-Oriented Sparse Solution Method for Finite Element Structural Analysis,” International Journal for Numerical Methods in Engineering, 36:2895-2919, 1993.  
----
----


Code Developed by: <span style="color:blue"> Jun Peng, Stanford and now GOOGLE </span>
Code Developed by: <span style="color:blue"> Jun Peng, Stanford and now GOOGLE </span>

Revision as of 00:32, 11 March 2010




This command is used to construct a sparse symmetric system of equations which uses a row-oriented solution method in the solution phase. To following command is used to construct such a system:

system SparseSYM



NOTES:

  • 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.

REFERENCES:

Kincho H. Law and David R. McKay, “A Parallel Row-Oriented Sparse Solution Method for Finite Element Structural Analysis,” International Journal for Numerical Methods in Engineering, 36:2895-2919, 1993.



Code Developed by: Jun Peng, Stanford and now GOOGLE