OpenRadioss 2025.1.11
OpenRadioss project
Loading...
Searching...
No Matches
state_inimap_mod::map_struct Type Reference

Data Fields

integer num_centroids
integer num_points
integer mlw
integer nsubmat
integer, dimension(:), allocatable node_ids
integer, dimension(:), allocatable cell_ids
type(cell_data), dimension(:), allocatable submat

Detailed Description

Definition at line 51 of file state_inimap_mod.F.

Field Documentation

◆ cell_ids

integer, dimension(:), allocatable state_inimap_mod::map_struct::cell_ids

Definition at line 77 of file state_inimap_mod.F.

77 INTEGER, ALLOCATABLE, DIMENSION(:) :: CELL_IDS

◆ mlw

integer state_inimap_mod::map_struct::mlw

Definition at line 54 of file state_inimap_mod.F.

54 INTEGER :: MLW

◆ node_ids

integer, dimension(:), allocatable state_inimap_mod::map_struct::node_ids

Definition at line 76 of file state_inimap_mod.F.

76 INTEGER, ALLOCATABLE, DIMENSION(:) :: NODE_IDS

◆ nsubmat

integer state_inimap_mod::map_struct::nsubmat

Definition at line 55 of file state_inimap_mod.F.

55 INTEGER :: NSUBMAT

◆ num_centroids

integer state_inimap_mod::map_struct::num_centroids

Definition at line 52 of file state_inimap_mod.F.

52 INTEGER :: NUM_CENTROIDS

◆ num_points

integer state_inimap_mod::map_struct::num_points

Definition at line 53 of file state_inimap_mod.F.

53 INTEGER :: NUM_POINTS

◆ submat

type(cell_data), dimension(:), allocatable state_inimap_mod::map_struct::submat

Definition at line 80 of file state_inimap_mod.F.

80 TYPE(CELL_DATA),DIMENSION(:),ALLOCATABLE :: SUBMAT

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