|
FEDEM Solver
R8.0
Source code of the dynamics solver
|
Functions/Subroutines | |
| subroutine | mmcrigaccelvectors (supel, rotCenter, rigVdd) |
| subroutine | mmcrigidmassproperties (supel, ierr) |
| subroutine | mmcinitmassmatrixcorrection (supel, ierr) |
| subroutine, private | mmcmassmatrixcorrection (supel, elVd, momentError, forceError, radiusVec, ErrNorm, ierr) |
| subroutine | mmcmassmatrixwarning (supel, uld, ierr) |
| real(dp) function, dimension(sup%ntotdofs) | mmcgetmasstorquecorrection (sup) |
| real(dp) function, dimension(sup%ntotdofs) massmatrixcorrectionmodule::mmcgetmasstorquecorrection | ( | type(supeltype), intent(in) | sup | ) |
| subroutine massmatrixcorrectionmodule::mmcinitmassmatrixcorrection | ( | type(supeltype), intent(inout) | supel, |
| integer, intent(out) | ierr | ||
| ) |
|
private |
| subroutine massmatrixcorrectionmodule::mmcmassmatrixwarning | ( | type(supeltype), intent(inout) | supel, |
| real(dp), dimension(:), intent(in) | uld, | ||
| integer, intent(out) | ierr | ||
| ) |
| subroutine massmatrixcorrectionmodule::mmcrigaccelvectors | ( | type(supeltype), intent(in) | supel, |
| real(dp), dimension(3), intent(in) | rotCenter, | ||
| real(dp), dimension(:,:), intent(out) | rigVdd | ||
| ) |
| subroutine massmatrixcorrectionmodule::mmcrigidmassproperties | ( | type(supeltype), intent(inout) | supel, |
| integer, intent(out) | ierr | ||
| ) |