FEDEM Solver
R8.0
Source code of the dynamics solver
|
Takes into account possible eccentricity. More...
Public Member Functions | |
subroutine | eccexpandvec (e, v, vFull) |
Takes into account possible eccentricity. More... | |
subroutine | eccexpandmat (e, M, Mfull) |
Takes into account possible eccentricity. More... | |
subroutine | eccexpanddiagmat (e, D, Mfull) |
Takes into account possible eccentricity, for a diagonal matrix D. More... | |
Takes into account possible eccentricity.
subroutine rotationmodule::eccexpand::eccexpanddiagmat | ( | real(dp), dimension(3), intent(in) | e, |
real(dp), dimension(3), intent(in) | D, | ||
real(dp), dimension(6,6), intent(out) | Mfull | ||
) |
Takes into account possible eccentricity, for a diagonal matrix D.
| Mfull | = | I : 0 || D : 0 || I : Spin(e)' | | | | Spin(e) : I || 0 : 0 || 0 : I |
subroutine rotationmodule::eccexpand::eccexpandmat | ( | real(dp), dimension(3), intent(in) | e, |
real(dp), dimension(3,3), intent(in) | M, | ||
real(dp), dimension(6,6), intent(out) | Mfull | ||
) |
Takes into account possible eccentricity.
| Mfull | = | I : 0 || M : 0 || I : Spin(e)' | | | | Spin(e) : I || 0 : 0 || 0 : I |
subroutine rotationmodule::eccexpand::eccexpandvec | ( | real(dp), dimension(3), intent(in) | e, |
real(dp), dimension(3), intent(in) | v, | ||
real(dp), dimension(6), intent(out) | vFull | ||
) |
Takes into account possible eccentricity.
| vFull | = | I : 0 || v | | | | Spin(e) : I || 0 |