FEDEM Solver
R8.0
Source code of the dynamics solver
|
Data type for unique object identification. More...
Public Attributes | |
integer | baseid |
The unique base ID of the object. More... | |
integer | userid |
The non-unique user ID of the object. More... | |
integer, dimension(:), pointer | assid |
Assembly path (user ID) of the object. More... | |
character(len=ldesc_p) | descr |
Description tag of the object. More... | |
Data type for unique object identification.
integer, dimension(:), pointer idtypemodule::idtype::assid |
Assembly path (user ID) of the object.
integer idtypemodule::idtype::baseid |
The unique base ID of the object.
character(len=ldesc_p) idtypemodule::idtype::descr |
Description tag of the object.
integer idtypemodule::idtype::userid |
The non-unique user ID of the object.