|
FEDEM Solver
R8.0
Source code of the dynamics solver
|
Transforms a triad quantity from triad to system directions. More...
Public Member Functions | |
| subroutine | transvectriadtosys (triad, v) |
| Transforms a triad vector from triad to system directions. More... | |
| subroutine | transmattriadtosys (triad, A, pos, n) |
| Transforms a matrix from triad to system directions for a triad. More... | |
Transforms a triad quantity from triad to system directions.
| subroutine triadtypemodule::transtriadtosys::transmattriadtosys | ( | type(triadtype), intent(in) | triad, |
| real(dp), dimension(:,:), intent(inout) | A, | ||
| integer, intent(in) | pos, | ||
| integer, intent(in) | n | ||
| ) |
Transforms a matrix from triad 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::transtriadtosys::transvectriadtosys | ( | type(triadtype), intent(in) | triad, |
| real(dp), dimension(:), intent(inout) | v | ||
| ) |
Transforms a triad vector from triad to system directions.