Scrambler
1
|
An object containing information used to manage an hdf5 chombo file. More...
Public Attributes | |
INTEGER(HID_T) | file_handle |
INTEGER(HID_T) | root_group_id |
INTEGER(HID_T) | particle_group_id |
INTEGER(HID_T) | source_group_id |
INTEGER(HID_T) | level_id |
INTEGER(HID_T) | child_level_id |
INTEGER | finest_level |
INTEGER, dimension(:), pointer | next_level_cost |
LOGICAL | lWrite |
INTEGER(HSIZE_T) | box_offset |
INTEGER(HSIZE_T) | childbox_offset |
INTEGER(HSIZE_T) | childbox_count_offset |
INTEGER(HSIZE_T) | domainbox_offset |
INTEGER(HSIZE_T) | q_offset |
INTEGER(HSIZE_T) | aux_offset |
INTEGER(HSIZE_T) | costmap_offset |
INTEGER(HSIZE_T) | particle_offset |
INTEGER(HSIZE_T) | source_offset |
TYPE(NodeBoxList), pointer | box_list |
TYPE(NodeBoxList), pointer | last_box |
TYPE(NodeBoxList), pointer | current_box |
TYPE(NodeBoxList), pointer | child_box_list |
TYPE(NodeBoxList), pointer | last_child_box |
TYPE(NodeBoxList), pointer | current_child_box |
An object containing information used to manage an hdf5 chombo file.
This structure contains pointers used to pass data between subroutines in a chombo restart so care should be taken to deallocate it properly
Definition at line 59 of file chombo_declarations.f90.
INTEGER(HID_T) file_handle |
Definition at line 61 of file chombo_declarations.f90.
INTEGER(HID_T) root_group_id |
Definition at line 62 of file chombo_declarations.f90.
INTEGER(HID_T) particle_group_id |
Definition at line 63 of file chombo_declarations.f90.
INTEGER(HID_T) source_group_id |
Definition at line 64 of file chombo_declarations.f90.
INTEGER(HID_T) level_id |
Definition at line 65 of file chombo_declarations.f90.
INTEGER(HID_T) child_level_id |
Definition at line 66 of file chombo_declarations.f90.
INTEGER finest_level |
Definition at line 68 of file chombo_declarations.f90.
INTEGER, dimension(:), pointer next_level_cost |
Definition at line 69 of file chombo_declarations.f90.
LOGICAL lWrite |
Definition at line 71 of file chombo_declarations.f90.
INTEGER(HSIZE_T) box_offset |
Definition at line 73 of file chombo_declarations.f90.
INTEGER(HSIZE_T) childbox_offset |
Definition at line 74 of file chombo_declarations.f90.
INTEGER(HSIZE_T) childbox_count_offset |
Definition at line 75 of file chombo_declarations.f90.
INTEGER(HSIZE_T) domainbox_offset |
Definition at line 76 of file chombo_declarations.f90.
INTEGER(HSIZE_T) q_offset |
Definition at line 77 of file chombo_declarations.f90.
INTEGER(HSIZE_T) aux_offset |
Definition at line 78 of file chombo_declarations.f90.
INTEGER(HSIZE_T) costmap_offset |
Definition at line 79 of file chombo_declarations.f90.
INTEGER(HSIZE_T) particle_offset |
Definition at line 80 of file chombo_declarations.f90.
INTEGER(HSIZE_T) source_offset |
Definition at line 81 of file chombo_declarations.f90.
TYPE(NodeBoxList), pointer box_list |
Definition at line 83 of file chombo_declarations.f90.
TYPE(NodeBoxList), pointer last_box |
Definition at line 84 of file chombo_declarations.f90.
TYPE(NodeBoxList), pointer current_box |
Definition at line 85 of file chombo_declarations.f90.
TYPE(NodeBoxList), pointer child_box_list |
Definition at line 87 of file chombo_declarations.f90.
TYPE(NodeBoxList), pointer last_child_box |
Definition at line 88 of file chombo_declarations.f90.
TYPE(NodeBoxList), pointer current_child_box |
Definition at line 89 of file chombo_declarations.f90.