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

Transforms a triad quantity from triad to global directions. More...

Public Member Functions

subroutine transvectriadtoglob (triad, v)
 Transforms a triad vector from triad to global directions. More...
 
subroutine transmattriadtoglob (triad, A, pos, n)
 Transforms a matrix from triad to global directions for a triad. More...
 

Detailed Description

Transforms a triad quantity from triad to global directions.

Member Function/Subroutine Documentation

◆ transmattriadtoglob()

subroutine triadtypemodule::transtriadtoglob::transmattriadtoglob ( 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 global 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

◆ transvectriadtoglob()

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

Transforms a triad vector from triad to global directions.


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