FEDEM Solver  R8.0
Source code of the dynamics solver
Public Attributes | List of all members
idtypemodule::idtype Type Reference

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_pdescr
 Description tag of the object. More...
 

Detailed Description

Data type for unique object identification.

Member Data Documentation

◆ assid

integer, dimension(:), pointer idtypemodule::idtype::assid

Assembly path (user ID) of the object.

◆ baseid

integer idtypemodule::idtype::baseid

The unique base ID of the object.

◆ descr

character(len=ldesc_p) idtypemodule::idtype::descr

Description tag of the object.

◆ userid

integer idtypemodule::idtype::userid

The non-unique user ID of the object.


The documentation for this type was generated from the following file: