FEDEM Solver
R8.0
Source code of the dynamics solver
|
Module with a data type for object identification. More...
Data Types | |
type | idtype |
Data type for unique object identification. More... | |
Variables | |
integer, parameter | ldesc_p = 64 |
Max. length of description tag. More... | |
integer, parameter | lid_p = ldesc_p+13 |
Length of string returned by GetId. More... | |
Module with a data type for object identification.
This module contains a data type that is used by all mechanism objects to store the unique identification of each object. It also has associated subroutines and functions for manipulation of the id data. You have to configure doxygen with the option ENABLED_SECTIONS = FULL_DOC to extract detailed documentation of those subroutines and functions.
integer, parameter idtypemodule::ldesc_p = 64 |
Max. length of description tag.
integer, parameter idtypemodule::lid_p = ldesc_p+13 |
Length of string returned by GetId.