FEDEM Solver
R8.0
Source code of the dynamics solver
|
Functions/Subroutines | |
subroutine, public | addkgrtokm (supEl, ktan, km, fint, ierr) |
subroutine | gmat3nod (gmat, x, y, z, ierr) |
subroutine | gmat3nodlocal (gmat, x, y) |
subroutine | mmat3nod (mmat, emat) |
subroutine | formfnm (triads, fint, fnm) |
subroutine, public | formshadowposgrad (supEl, dbgShadowPos, ierr) |
subroutine, public corotutilmodule::addkgrtokm | ( | type(supeltype), intent(in) | supEl, |
real(dp), dimension(:,:), intent(out) | ktan, | ||
real(dp), dimension(:,:), intent(in) | km, | ||
real(dp), dimension(:), intent(in) | fint, | ||
integer, intent(out) | ierr | ||
) |
subroutine corotutilmodule::formfnm | ( | type(triadptrtype), dimension(:), intent(in) | triads, |
real(dp), dimension(:), intent(in) | fint, | ||
real(dp), dimension(:,:), intent(out) | fnm | ||
) |
subroutine, public corotutilmodule::formshadowposgrad | ( | type(supeltype), intent(inout) | supEl, |
integer, intent(in) | dbgShadowPos, | ||
integer, intent(out) | ierr | ||
) |
subroutine corotutilmodule::gmat3nod | ( | real(dp), dimension(3,3,3), intent(out) | gmat, |
real(dp), dimension(3), intent(in) | x, | ||
real(dp), dimension(3), intent(in) | y, | ||
real(dp), dimension(3), intent(in) | z, | ||
integer, intent(out) | ierr | ||
) |
subroutine corotutilmodule::gmat3nodlocal | ( | real(dp), dimension(3,9), intent(out) | gmat, |
real(dp), dimension(3), intent(in) | x, | ||
real(dp), dimension(3), intent(in) | y | ||
) |
subroutine corotutilmodule::mmat3nod | ( | real(dp), dimension(3,18), intent(out) | mmat, |
real(dp), dimension(3,3), intent(in) | emat | ||
) |