FEDEM Solver  R8.0
Source code of the dynamics solver
Public Member Functions | List of all members
triadtypemodule::transglobtosys Interface Reference

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...
 

Detailed Description

Transforms a triad quantity from global to system directions.

Member Function/Subroutine Documentation

◆ transmatglobtosys()

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.

Parameters
[in]triadThe triadtypemodule::triadtype object to transform for
AThe matrix to transform
[in]posThe position in the matrix A for the given triad
[in]nNumber of components (3 or 6) to transform
Author
Knut Morten Okstad
Date
11 Nov 2005
Author
Knut Morten Okstad
Date
3 Nov 2014

◆ transvecglobtosys()

subroutine triadtypemodule::transglobtosys::transvecglobtosys ( type(triadtype), intent(in)  triad,
real(dp), dimension(:), intent(inout)  v 
)

Transforms a nodal vector from global to system directions.

Parameters
[in]triadThe triadtypemodule::triadtype object to transform for
vThe nodal vector to transform
Author
Knut Morten Okstad
Date
15 Jul 2002

The documentation for this interface was generated from the following file: