FEDEM Solver
R8.0
Source code of the dynamics solver
|
Auxilliary subroutines for beam finite elements. More...
Functions/Subroutines | |
subroutine | mprt30 (A, MA, NA, IW) |
Prints the rectangular matrix A(MA,NA) to unit IW. More... | |
subroutine | dcos30 (C, X, Y, Z) |
Computes a local-to-global transformation matrix. More... | |
subroutine | mpro30 (EK, C, M) |
Performs a congruence transformation of a symmetric matrix. More... | |
subroutine | trix30 (A, X1, Y1, Z1, X2, Y2, Z2) |
Transforms an element matrix from end points to nodal points. More... | |
subroutine | dirc30 (C, X, Y, Z) |
Computes a local-to-global transformation matrix. More... | |
Auxilliary subroutines for beam finite elements.
subroutine dcos30 | ( | double precision, dimension(3,3) | C, |
double precision, dimension(3) | X, | ||
double precision, dimension(3) | Y, | ||
double precision, dimension(3) | Z | ||
) |
Computes a local-to-global transformation matrix.
subroutine dirc30 | ( | double precision, dimension(3,3) | C, |
double precision, dimension(3) | X, | ||
double precision, dimension(3) | Y, | ||
double precision, dimension(3) | Z | ||
) |
Computes a local-to-global transformation matrix.
subroutine mpro30 | ( | double precision, dimension(m,m) | EK, |
double precision, dimension(3,3) | C, | ||
integer | M | ||
) |
Performs a congruence transformation of a symmetric matrix.
subroutine mprt30 | ( | double precision, dimension(ma,na) | A, |
integer | MA, | ||
integer | NA, | ||
integer | IW | ||
) |
Prints the rectangular matrix A(MA,NA) to unit IW.
subroutine trix30 | ( | double precision, dimension(12,12) | A, |
double precision | X1, | ||
double precision | Y1, | ||
double precision | Z1, | ||
double precision | X2, | ||
double precision | Y2, | ||
double precision | Z2 | ||
) |
Transforms an element matrix from end points to nodal points.