Matlab code

First-order reliability method (FORM) for Matlab?

Hello,

I am wondering if there is a source code for first-order reliability method (FORM) or second-order (SORM) available out there, ideally for Matlab but others would be interesting as well.

If not, has anyone programmed this themself?  What literature source did you base it upon?

Thanks in advance for any help!


Alejandro A. Ortiz's picture

On efficient finite element assembly in Matlab

As we all know, finite element matrices are sparse and many memory can be saved if their sparsity is exploited. Due to the latter, we are often provoked to declare the nxn stiffness matrix as a sparse one just before the element loop. Be careful of this method since the larger the matrix the slower the assembly operations. There is a better and more efficient way to code the assembly procedure in Matlab. I will show how to accomplish this.


CanhLe's picture

EFG code!

Hi all,

The beginers to the EFG method may get quick start inside the method through the simple EFG code for bars and beams here !

Regards,

 Canh Le

 


Syndicate content