FEDEM Solver
R8.0
Source code of the dynamics solver
|
Initialisation of the SAM data structure for recovery processes. More...
Functions/Subroutines | |
subroutine | initiatesam (filnam, sam, lpu, ierr) |
Initializes the SAM data structure for the recovery processes. More... | |
Initialisation of the SAM data structure for recovery processes.
subroutine samstressmodule::initiatesam | ( | character(len=*), intent(in) | filnam, |
type(samtype), intent(out) | sam, | ||
integer, intent(in) | lpu, | ||
integer, intent(out) | ierr | ||
) |
Initializes the SAM data structure for the recovery processes.
[in] | filnam | Name of binary file to read the SAM data from |
[out] | sam | Assembly management data for the superelement |
[in] | lpu | File unit number for res-file output |
[out] | ierr | Error flag |
This subroutine basically reads the contents of the arrays in sammodule::samtype from the fsm-file that was produced by fedem_reducer. It also modifies a few of the arrays after reading from file, to fit special usage of the recovery processes.