OpenRadioss 2025.1.11
OpenRadioss project
Loading...
Searching...
No Matches
monvol_struct_mod::monvol_omp_ Type Reference

Data Fields

integer node_number
 number of /= node
integer total_contribution_number
 total number of contribution (if only shells = 4 * NODE_NUMBER)
integer, dimension(:), allocatable node_id
 node id
integer, dimension(:), allocatable contribution_number
 number of contribution per node
integer, dimension(:,:), allocatable contribution_index
 index to the array CONTRIBUTION
real(kind=wp), dimension(:,:), allocatable contribution
 contribution array, the force are saved here

Detailed Description

Definition at line 51 of file monvol_struct_mod.F.

Field Documentation

◆ contribution

real(kind=wp), dimension(:,:), allocatable monvol_struct_mod::monvol_omp_::contribution

contribution array, the force are saved here

Definition at line 58 of file monvol_struct_mod.F.

58 real(kind=wp), DIMENSION(:,:), ALLOCATABLE :: contribution !< contribution array, the force are saved here

◆ contribution_index

integer, dimension(:,:), allocatable monvol_struct_mod::monvol_omp_::contribution_index

index to the array CONTRIBUTION

Definition at line 57 of file monvol_struct_mod.F.

57 INTEGER, DIMENSION(:,:), ALLOCATABLE :: CONTRIBUTION_INDEX !< index to the array CONTRIBUTION

◆ contribution_number

integer, dimension(:), allocatable monvol_struct_mod::monvol_omp_::contribution_number

number of contribution per node

Definition at line 56 of file monvol_struct_mod.F.

56 INTEGER, DIMENSION(:), ALLOCATABLE :: CONTRIBUTION_NUMBER !< number of contribution per node

◆ node_id

integer, dimension(:), allocatable monvol_struct_mod::monvol_omp_::node_id

node id

Definition at line 54 of file monvol_struct_mod.F.

54 INTEGER, DIMENSION(:), ALLOCATABLE :: NODE_ID !< node id

◆ node_number

integer monvol_struct_mod::monvol_omp_::node_number

number of /= node

Definition at line 52 of file monvol_struct_mod.F.

52 INTEGER :: NODE_NUMBER !< number of /= node

◆ total_contribution_number

integer monvol_struct_mod::monvol_omp_::total_contribution_number

total number of contribution (if only shells = 4 * NODE_NUMBER)

Definition at line 53 of file monvol_struct_mod.F.

53 INTEGER :: TOTAL_CONTRIBUTION_NUMBER !< total number of contribution (if only shells = 4 * NODE_NUMBER)

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