FEDEM Solver  R8.0
Source code of the dynamics solver
Functions/Subroutines
corotutilmodule Module Reference

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)
 

Function/Subroutine Documentation

◆ addkgrtokm()

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 
)

◆ formfnm()

subroutine corotutilmodule::formfnm ( type(triadptrtype), dimension(:), intent(in)  triads,
real(dp), dimension(:), intent(in)  fint,
real(dp), dimension(:,:), intent(out)  fnm 
)

◆ formshadowposgrad()

subroutine, public corotutilmodule::formshadowposgrad ( type(supeltype), intent(inout)  supEl,
integer, intent(in)  dbgShadowPos,
integer, intent(out)  ierr 
)

◆ gmat3nod()

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 
)

◆ gmat3nodlocal()

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 
)

◆ mmat3nod()

subroutine corotutilmodule::mmat3nod ( real(dp), dimension(3,18), intent(out)  mmat,
real(dp), dimension(3,3), intent(in)  emat 
)