|
FEDEM Solver
R8.0
Source code of the dynamics solver
|
Transforms a triad quantity from global to system directions. More...
Public Member Functions | |
| subroutine | transvecglobtosys (triad, v) |
| Transforms a nodal vector from global to system directions. More... | |
| subroutine | transmatglobtosys (triad, A, pos, n) |
| Transforms a matrix from global to system directions for a triad. More... | |
Transforms a triad quantity from global to system directions.
| subroutine triadtypemodule::transglobtosys::transmatglobtosys | ( | type(triadtype), intent(in) | triad, |
| real(dp), dimension(:,:), intent(inout) | A, | ||
| integer, intent(in) | pos, | ||
| integer, intent(in) | n | ||
| ) |
Transforms a matrix from global to system directions for a triad.
| [in] | triad | The triadtypemodule::triadtype object to transform for |
| A | The matrix to transform | |
| [in] | pos | The position in the matrix A for the given triad |
| [in] | n | Number of components (3 or 6) to transform |
| subroutine triadtypemodule::transglobtosys::transvecglobtosys | ( | type(triadtype), intent(in) | triad, |
| real(dp), dimension(:), intent(inout) | v | ||
| ) |
Transforms a nodal vector from global to system directions.
| [in] | triad | The triadtypemodule::triadtype object to transform for |
| v | The nodal vector to transform |