Structure used to create filaments from the best combination of connected component.
More...
|
| double precision, dimension(:), allocatable | volume |
| |
| double precision, dimension(:,:), allocatable | momentum |
| |
| double precision, dimension(:), allocatable | group_volume |
| |
| double precision, dimension(:,:), allocatable | group_momentum |
| |
| double precision | best_cost = huge(0d0) |
| |
Structure used to create filaments from the best combination of connected component.
◆ best_cost
| double precision mod_mof_filaments::t_mof_filament_combination::best_cost = huge(0d0) |
◆ group_momentum
| double precision, dimension(:,:), allocatable mod_mof_filaments::t_mof_filament_combination::group_momentum |
◆ group_volume
| double precision, dimension(:), allocatable mod_mof_filaments::t_mof_filament_combination::group_volume |
◆ momentum
| double precision, dimension(:,:), allocatable mod_mof_filaments::t_mof_filament_combination::momentum |
◆ volume
| double precision, dimension(:), allocatable mod_mof_filaments::t_mof_filament_combination::volume |
The documentation for this type was generated from the following file: