|
| logical | mod_ui_grid_state::ui_grid_type_defined = .false. |
| |
| logical | mod_ui_grid_state::ui_grid_dimensions_defined = .false. |
| |
| logical | mod_ui_grid_state::ui_grid_file_read = .false. |
| |
| logical | mod_ui_grid_state::ui_grid_expansion_ratio_read = .false. |
| |
| logical | mod_ui_grid_state::ui_grid_first_step_read = .false. |
| |
| logical | mod_ui_grid_state::ui_grid_last_step_read = .false. |
| |
| double precision, dimension(:), allocatable | mod_ui_grid_state::ui_coordg_fx |
| |
| double precision, dimension(:), allocatable | mod_ui_grid_state::ui_coordg_fy |
| |
| double precision, dimension(:), allocatable | mod_ui_grid_state::ui_coordg_fz |
| |
| character(len=:), allocatable | mod_ui_grid_state::ui_grid_filename |
| |
| logical | mod_ui_grid_state::ui_composite_grid_type_defined = .false. |
| |
| logical | mod_ui_grid_state::ui_composite_cell_range_defined = .false. |
| |
| logical | mod_ui_grid_state::ui_composite_coordinate_range_defined = .false. |
| |
| logical | mod_ui_grid_state::ui_composite_expansion_ratio_defined = .false. |
| |
| logical | mod_ui_grid_state::ui_composite_first_step_defined = .false. |
| |
| logical | mod_ui_grid_state::ui_composite_last_step_defined = .false. |
| |
| integer | mod_ui_grid_state::ui_grid_direction |
| |
| integer | mod_ui_grid_state::ui_composite_grid_type |
| |
| double precision | mod_ui_grid_state::ui_expansion_ratio |
| |
| double precision | mod_ui_grid_state::ui_first_step |
| |
| double precision | mod_ui_grid_state::ui_last_step |
| |
| double precision, dimension(3) | mod_ui_grid_state::ui_lower_coord = 0d0 |
| |
| double precision, dimension(3) | mod_ui_grid_state::ui_upper_coord = 0d0 |
| |
| integer, dimension(3) | mod_ui_grid_state::ui_lower_bound = 1 |
| |
| integer, dimension(3) | mod_ui_grid_state::ui_upper_bound = 1 |
| |
| integer, dimension(3) | mod_ui_grid_state::ui_number_of_cells = 0 |
| |