FEDEM Solver  R8.0
Source code of the dynamics solver
Functions/Subroutines
solveSupel.f90 File Reference

Functions/Subroutines

subroutine solvesupel (ndim, nfix, neq, g, ierr)
 
subroutine solvesupel1 (ndim, nfix, neq, g, lpu, ierr)
 
subroutine solvesupel2 (ndim, nfix, g, lpu, ierr)
 

Function/Subroutine Documentation

◆ solvesupel()

subroutine solvesupel ( integer, intent(in)  ndim,
integer, intent(in)  nfix,
integer, intent(in)  neq,
real(dp), dimension(3), intent(in)  g,
integer, intent(out)  ierr 
)

◆ solvesupel1()

subroutine solvesupel1 ( integer, intent(in)  ndim,
integer, intent(in)  nfix,
integer, intent(in)  neq,
real(dp), dimension(3), intent(in)  g,
integer, intent(in)  lpu,
integer, intent(out)  ierr 
)

◆ solvesupel2()

subroutine solvesupel2 ( integer, intent(in)  ndim,
integer, intent(in)  nfix,
real(dp), dimension(3), intent(in)  g,
integer, intent(in)  lpu,
integer, intent(out)  ierr 
)