Storage & Solution-1
Storage & Solution-1
Vable
Fall 2015
LTE
LTE
LTE
LTE
LTE
LTE
10
11
12
13
14
15
16
10
11
12
13
14
15
16
Only the upper banded form of the global stiffness matrix is stored in a
rectangular matrix of size NxNB
M. Vable
Fall 2015
Banded Matrix
6
7
LTE
LTE
LTE
LTE
LTE
LTE
10
11
12
13
14
15
16
10
11
12
13
14
15
16
The bandwidth is solely dictated by the difference between the highest and
the lowest node number on the elements.
M. Vable
Fall 2015
time is proportional to NN B .
Computation times for iterative methods depend upon the starting
guess solution. In time dependent problems that are solved in small
time steps the initial guess vector is known from previous time step.
Non-linear problems which are solved as linear problems iteratively
also use less time in iterative methods.
M. Vable
Fall 2015
Large Systems
Skyline storage scheme
The stiffness matrix of very large structures may have mostly zero terms, even
inside the band width. Such matrices are called sparse matrices.
Hi= The height of the column above the diagonal of the ith row beyond
which there is no non-zero term.
1
10
11
12
13
14
15
16
10
11
12
13
14
15
16
Hi
M. Vable
Fall 2015
[B]
d1
R1
[C]
[D]
d2
R2
C d1 + D d2 = R2
C A
R1 B d2 + D d2 = R2
D C A
B d2 = R2 C A
KS d2 = RS
R1
In substructuring {d2} are the nodal displacements on the interface of two substructures and {d1}are the displacements of nodes on either of the substructure.