Civil Engineering Association
[Matlab] Partition Matrix code - Printable Version

+- Civil Engineering Association (https://forum.civilea.com)
+-- Forum: Civil Engineering Resource (https://forum.civilea.com/forum-1.html)
+--- Forum: Civil Engineering Documents (https://forum.civilea.com/forum-89.html)
+---- Forum: Calculation Notes & Analysis Files (https://forum.civilea.com/forum-80.html)
+---- Thread: [Matlab] Partition Matrix code (/thread-6577.html)



[Matlab] Partition Matrix code - elbarto_87 - 11-23-2009

[Matlab] Partition Matrix code

[Image: info.png]
partMatrix.m

This MATLAB function was developed for applications of the direct stiffness method for structural analysis which involves partitioning stiffness matrices and load/displacements vectors as well as reconstructing them based on the support conditions of each node of the structure.

The function was written using logical indexing to avoid looping, and as a result the process is much more efficient at partitioning matrices. While this function performs a relatively simple task, it will be useful to those who want to improve the performance of existing FEA code in MATLAB.


EXAMPLE:
Code:
***************************************
Content of this section is hidden, You must be registered and activate your account to see this content. See this link to read how you can remove this limitation:

http://forum.civilea.com/thread-27464.html
***************************************



[Image: Download.png]

Code:
***************************************
Content of this section is hidden, You must be registered and activate your account to see this content. See this link to read how you can remove this limitation:

http://forum.civilea.com/thread-27464.html
***************************************



RE: [Matlab] Partition Matrix code - jgarciafic - 06-23-2010

(06-20-2010, 08:33 PM)RICARDI Wrote: Please upload again!

dear RICARDI, please try this new link

good luck :yes::yes::yes:

Code:
***************************************
Content of this section is hidden, You must be registered and activate your account to see this content. See this link to read how you can remove this limitation:

http://forum.civilea.com/thread-27464.html
***************************************



RE: [Matlab] Partition Matrix code - aggiengineer - 10-05-2012

please upload a functioning link.


RE: [Matlab] Partition Matrix code - elbarto_87 - 10-07-2012

Source code below to avoid problems with dead links. Been a while since I used it but should be correct revision. Enjoy. Feedback appreciated

Code:
***************************************
Content of this section is hidden, You must be registered and activate your account to see this content. See this link to read how you can remove this limitation:

http://forum.civilea.com/thread-27464.html
***************************************