OpenRadioss 2025.1.11
OpenRadioss project
Loading...
Searching...
No Matches
inter_cand_mod::inter_cand_ Type Reference

Data Fields

integer s_ixint_1 = 8
 1rst dimension of IXINT array
integer s_ixint_2
 2nd dimension of IXINT array
integer, dimension(:,:), allocatable ixint
 "pseudo element" for interface (a segment + a secondary node)
integer, dimension(:), allocatable address
 address array, dimension=ninter+1 (x) : adress of the first pair, (x+1)-(x) = number of pair for the interface x

Detailed Description

Definition at line 40 of file inter_cand_mod.F.

Field Documentation

◆ address

integer, dimension(:), allocatable inter_cand_mod::inter_cand_::address

address array, dimension=ninter+1 (x) : adress of the first pair, (x+1)-(x) = number of pair for the interface x

Definition at line 44 of file inter_cand_mod.F.

44 INTEGER, DIMENSION(:), ALLOCATABLE :: ADDRESS !< address array, dimension=ninter+1 (x) : adress of the first pair, (x+1)-(x) = number of pair for the interface x

◆ ixint

integer, dimension(:,:), allocatable inter_cand_mod::inter_cand_::ixint

"pseudo element" for interface (a segment + a secondary node)

Definition at line 43 of file inter_cand_mod.F.

43 INTEGER, DIMENSION(:,:), ALLOCATABLE :: IXINT !< "pseudo element" for interface (a segment + a secondary node)

◆ s_ixint_1

integer inter_cand_mod::inter_cand_::s_ixint_1 = 8

1rst dimension of IXINT array

Definition at line 41 of file inter_cand_mod.F.

41 INTEGER :: S_IXINT_1 = 8 !< 1rst dimension of IXINT array

◆ s_ixint_2

integer inter_cand_mod::inter_cand_::s_ixint_2

2nd dimension of IXINT array

Definition at line 42 of file inter_cand_mod.F.

42 INTEGER :: S_IXINT_2 !< 2nd dimension of IXINT array

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