Civil Engineering Association

Full Version: [Matlab] Partition Matrix code
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
[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
***************************************
(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
***************************************
please upload a functioning link.
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
***************************************