OpenRadioss 2025.1.11
OpenRadioss project
Loading...
Searching...
No Matches
nlocal_reg_mod::nlocal_str_ Type Reference

Data Fields

integer imod
integer nnod
integer l_nloc
integer numels_nl
integer numelc_nl
integer numeltg_nl
integer nddmax
integer lcne_nl
integer, dimension(:), allocatable indx
integer, dimension(:), allocatable posi
integer, dimension(:), allocatable idxi
integer, dimension(:), allocatable addcne
integer, dimension(:), allocatable cne
integer, dimension(:), allocatable procne
integer, dimension(:,:), allocatable iads
integer, dimension(:,:), allocatable iadc
integer, dimension(:,:), allocatable iadtg
integer, dimension(:), allocatable iad_elem
integer, dimension(:), allocatable iad_size
integer, dimension(:), allocatable fr_elem
integer, dimension(:), allocatable isendsp
integer, dimension(:), allocatable irecsp
integer, dimension(:), allocatable iadsdp
integer, dimension(:), allocatable iadrcp
integer, dimension(:,:), allocatable fr_nbcc
integer, dimension(:), allocatable fr_elem_s
integer, dimension(:), allocatable fr_elem_r

Detailed Description

Definition at line 135 of file nlocal_reg_mod.F.

Field Documentation

◆ addcne

integer, dimension(:), allocatable nlocal_reg_mod::nlocal_str_::addcne

Definition at line 152 of file nlocal_reg_mod.F.

152 integer, DIMENSION(:) , ALLOCATABLE :: ADDCNE ! (0:NNOD+1) Addresses of non-local nodes in the FSKY vector

◆ cne

integer, dimension(:), allocatable nlocal_reg_mod::nlocal_str_::cne

Definition at line 153 of file nlocal_reg_mod.F.

153 integer, DIMENSION(:) , ALLOCATABLE :: CNE ! ADDCNE(NNOD+1)-1 Element attached to nodes in the FSKY vector

◆ fr_elem

integer, dimension(:), allocatable nlocal_reg_mod::nlocal_str_::fr_elem

Definition at line 170 of file nlocal_reg_mod.F.

170 integer, DIMENSION(:) , ALLOCATABLE :: FR_ELEM ! (TOTAL_NODES) Non-local FR_ELEM vector for SPMD boundaries

◆ fr_elem_r

integer, dimension(:), allocatable nlocal_reg_mod::nlocal_str_::fr_elem_r

Definition at line 181 of file nlocal_reg_mod.F.

181 integer, DIMENSION(:) , ALLOCATABLE :: FR_ELEM_R

◆ fr_elem_s

integer, dimension(:), allocatable nlocal_reg_mod::nlocal_str_::fr_elem_s

Definition at line 180 of file nlocal_reg_mod.F.

180 integer, DIMENSION(:) , ALLOCATABLE :: FR_ELEM_S

◆ fr_nbcc

integer, dimension(:,:), allocatable nlocal_reg_mod::nlocal_str_::fr_nbcc

Definition at line 179 of file nlocal_reg_mod.F.

179 integer, dimension(:,:) , allocatable :: FR_NBCC ! dim = 2,NSPMD

◆ iad_elem

integer, dimension(:), allocatable nlocal_reg_mod::nlocal_str_::iad_elem

Definition at line 168 of file nlocal_reg_mod.F.

168 integer, DIMENSION(:) , ALLOCATABLE :: IAD_ELEM ! (NSPMD+1) Non-local IAD_ELEM vector for SPMD boundaries

◆ iad_size

integer, dimension(:), allocatable nlocal_reg_mod::nlocal_str_::iad_size

Definition at line 169 of file nlocal_reg_mod.F.

169 integer, DIMENSION(:) , ALLOCATABLE :: IAD_SIZE ! (NSPMD+1) Non-local size of the buffer at the domains boundaries

◆ iadc

integer, dimension(:,:), allocatable nlocal_reg_mod::nlocal_str_::iadc

Definition at line 156 of file nlocal_reg_mod.F.

156 integer, DIMENSION(:,:) , ALLOCATABLE :: IADC ! Addresses sky for shells non-local elements

◆ iadrcp

integer, dimension(:), allocatable nlocal_reg_mod::nlocal_str_::iadrcp

Definition at line 178 of file nlocal_reg_mod.F.

178 integer, DIMENSION(:) , ALLOCATABLE :: IADRCP ! dim = NSPMD+1

◆ iads

integer, dimension(:,:), allocatable nlocal_reg_mod::nlocal_str_::iads

Definition at line 155 of file nlocal_reg_mod.F.

155 integer, DIMENSION(:,:) , ALLOCATABLE :: IADS ! Addresses sky for solids non-local elements

◆ iadsdp

integer, dimension(:), allocatable nlocal_reg_mod::nlocal_str_::iadsdp

Definition at line 177 of file nlocal_reg_mod.F.

177 integer, DIMENSION(:) , ALLOCATABLE :: IADSDP ! dim = NSPMD+1

◆ iadtg

integer, dimension(:,:), allocatable nlocal_reg_mod::nlocal_str_::iadtg

Definition at line 157 of file nlocal_reg_mod.F.

157 integer, DIMENSION(:,:) , ALLOCATABLE :: IADTG ! Addresses sky for triangle shells non-local elements

◆ idxi

integer, dimension(:), allocatable nlocal_reg_mod::nlocal_str_::idxi

Definition at line 151 of file nlocal_reg_mod.F.

151 integer, DIMENSION(:) , ALLOCATABLE :: IDXI ! (NUMNOD) Inversed nodal index table

◆ imod

integer nlocal_reg_mod::nlocal_str_::imod

Definition at line 136 of file nlocal_reg_mod.F.

136 integer :: IMOD ! Non-local regularization flag

◆ indx

integer, dimension(:), allocatable nlocal_reg_mod::nlocal_str_::indx

Definition at line 149 of file nlocal_reg_mod.F.

149 integer, DIMENSION(:) , ALLOCATABLE :: INDX ! (NNOD) Nodal index table

◆ irecsp

integer, dimension(:), allocatable nlocal_reg_mod::nlocal_str_::irecsp

Definition at line 173 of file nlocal_reg_mod.F.

173 integer, DIMENSION(:) , ALLOCATABLE :: IRECSP ! Skyline PON Receive index

◆ isendsp

integer, dimension(:), allocatable nlocal_reg_mod::nlocal_str_::isendsp

Definition at line 172 of file nlocal_reg_mod.F.

172 integer, DIMENSION(:) , ALLOCATABLE :: ISENDSP ! Skyline PON Send index

◆ l_nloc

integer nlocal_reg_mod::nlocal_str_::l_nloc

Definition at line 138 of file nlocal_reg_mod.F.

138 integer :: L_NLOC ! Length of non-local vectors

◆ lcne_nl

integer nlocal_reg_mod::nlocal_str_::lcne_nl

Definition at line 143 of file nlocal_reg_mod.F.

143 integer :: LCNE_NL ! Length of the PROCNE table

◆ nddmax

integer nlocal_reg_mod::nlocal_str_::nddmax

Definition at line 142 of file nlocal_reg_mod.F.

142 integer :: NDDMAX ! Maximum number of additional d.o.fs

◆ nnod

integer nlocal_reg_mod::nlocal_str_::nnod

Definition at line 137 of file nlocal_reg_mod.F.

137 integer :: NNOD ! Number of nodes with additional d.o.fs

◆ numelc_nl

integer nlocal_reg_mod::nlocal_str_::numelc_nl

Definition at line 140 of file nlocal_reg_mod.F.

140 integer :: NUMELC_NL ! Number of non-local shell elements

◆ numels_nl

integer nlocal_reg_mod::nlocal_str_::numels_nl

Definition at line 139 of file nlocal_reg_mod.F.

139 integer :: NUMELS_NL ! Number of non-local solids elements

◆ numeltg_nl

integer nlocal_reg_mod::nlocal_str_::numeltg_nl

Definition at line 141 of file nlocal_reg_mod.F.

141 integer :: NUMELTG_NL ! Number of non-local triangle shell elements

◆ posi

integer, dimension(:), allocatable nlocal_reg_mod::nlocal_str_::posi

Definition at line 150 of file nlocal_reg_mod.F.

150 integer, DIMENSION(:) , ALLOCATABLE :: POSI ! (NNOD+1) Node first d.o.f position in non-local vectors

◆ procne

integer, dimension(:), allocatable nlocal_reg_mod::nlocal_str_::procne

Definition at line 154 of file nlocal_reg_mod.F.

154 integer, DIMENSION(:) , ALLOCATABLE :: PROCNE ! LCNE_NL Number of the processor on which the element is located

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