|
FEDEM Solver
R8.0
Source code of the dynamics solver
|
Data Types | |
| type | supelloadtype |
| interface | writeobject |
Functions/Subroutines | |
| subroutine, public | initiateloads (infp, sups, engines, loads, err) |
| subroutine | writeloadtype (load, io, complexity) |
| subroutine | nullifyload (load) |
| subroutine, public | deallocateloads (loads) |
| subroutine, public supelloadtypemodule::deallocateloads | ( | type(supelloadtype), dimension(:), pointer | loads | ) |
| subroutine, public supelloadtypemodule::initiateloads | ( | integer, intent(in) | infp, |
| type(supeltype), dimension(:), intent(in) | sups, | ||
| type(enginetype), dimension(:), intent(in) | engines, | ||
| type(supelloadtype), dimension(:), pointer | loads, | ||
| integer, intent(out) | err | ||
| ) |
| subroutine supelloadtypemodule::nullifyload | ( | type(supelloadtype), intent(out) | load | ) |
| subroutine supelloadtypemodule::writeloadtype | ( | type(supelloadtype), intent(in) | load, |
| integer, intent(in) | io, | ||
| integer, intent(in), optional | complexity | ||
| ) |