|
| integer | nb_part =0 |
| integer, dimension(:), allocatable | part_list |
| integer, dimension(:), allocatable | nodes |
| integer, dimension(:), allocatable | part |
Definition at line 377 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 380 of file h3d_mod.F.
380 INTEGER, DIMENSION(:), ALLOCATABLE :: NODES
◆ part
| integer, dimension(:), allocatable h3d_mod::h3d_part_list::part |
Definition at line 381 of file h3d_mod.F.
381 INTEGER, DIMENSION(:), ALLOCATABLE :: PART
◆ part_list
| integer, dimension(:), allocatable h3d_mod::h3d_part_list::part_list |
Definition at line 379 of file h3d_mod.F.
379 INTEGER, DIMENSION(:), ALLOCATABLE :: PART_LIST
The documentation for this type was generated from the following file: