Rednyx
Civil/Environmental
- Feb 22, 2001
- 42
Well the situation is this: I am working on making a computer programme of Stiffness Matrix. I have actually made a complete programme of Continous beam, 2D trusses and am starting to work on frames. I followed the method described in "Matrix Analysis of Framed Structure" by Weaver and Gere. Made the Full Structural Matrix (irrespective of restrains), did the shuffling in order to cater the restrains, and then exrtacted the matrix ,from this reshuffled one ,reqired to calc Deformation and so on. The inverse was calculated by Gausians Elimination method.
I know there are other mothods like Cholskey modified sq. root method and skyline method to compute the unkowns. lets keep skyline aside for a moment.
I went through cholesky`s method. In the end i came across the chart comparing the number of processes invlove in Modified Cholesky Vs Compact Gaussian elimination and to my surpirse the total number of processes invloved were same. This means that both the processes are same, if they are measured in terms of no. of processes. Is it true? Actually ive been advised by a peer that i should revise my programme and base it on atleast Cholesky if not Skyline. According to him the process that ive followed is going to take a lot of time during processing large number of frames. Is there huge difference? Can you explain?
I know there are other mothods like Cholskey modified sq. root method and skyline method to compute the unkowns. lets keep skyline aside for a moment.
I went through cholesky`s method. In the end i came across the chart comparing the number of processes invlove in Modified Cholesky Vs Compact Gaussian elimination and to my surpirse the total number of processes invloved were same. This means that both the processes are same, if they are measured in terms of no. of processes. Is it true? Actually ive been advised by a peer that i should revise my programme and base it on atleast Cholesky if not Skyline. According to him the process that ive followed is going to take a lot of time during processing large number of frames. Is there huge difference? Can you explain?