|
FEDEM Solver
R8.0
Source code of the dynamics solver
|
Data Types | |
| type | spoketype |
| type | bushingelementtype |
| interface | writeobject |
Functions/Subroutines | |
| subroutine | writebushingelementtype (bElem, io, complexity) |
| subroutine | nullifybushingelement (bElem, deallocating) |
| subroutine | deallocatebushingelement (bElem) |
| subroutine | deallocatebushingelements (bElms) |
| subroutine bushingelementtypemodule::deallocatebushingelement | ( | type(bushingelementtype), intent(inout) | bElem | ) |
| subroutine bushingelementtypemodule::deallocatebushingelements | ( | type(bushingelementtype), dimension(:), pointer | bElms | ) |
| subroutine bushingelementtypemodule::nullifybushingelement | ( | type(bushingelementtype), intent(out) | bElem, |
| logical, intent(in), optional | deallocating | ||
| ) |
| subroutine bushingelementtypemodule::writebushingelementtype | ( | type(bushingelementtype), intent(in) | bElem, |
| integer, intent(in) | io, | ||
| integer, intent(in), optional | complexity | ||
| ) |