|
| integer | nb_part =0 |
| integer, dimension(:), allocatable | part_list |
| integer, dimension(:), allocatable | nodes |
| integer, dimension(:), allocatable | part |
Definition at line 380 of file h3d_mod.F.
◆ nb_part
| integer h3d_mod::h3d_part_list::nb_part =0 |
◆ nodes
| integer, dimension(:), allocatable h3d_mod::h3d_part_list::nodes |
Definition at line 383 of file h3d_mod.F.
383 INTEGER, DIMENSION(:), ALLOCATABLE :: NODES
◆ part
| integer, dimension(:), allocatable h3d_mod::h3d_part_list::part |
Definition at line 384 of file h3d_mod.F.
384 INTEGER, DIMENSION(:), ALLOCATABLE :: PART
◆ part_list
| integer, dimension(:), allocatable h3d_mod::h3d_part_list::part_list |
Definition at line 382 of file h3d_mod.F.
382 INTEGER, DIMENSION(:), ALLOCATABLE :: PART_LIST
The documentation for this type was generated from the following file: