![]() |
Octopus
|
Abstract class for boxes that are made up of a list of boxes. More...
Abstract class for boxes that are made up of a list of boxes.
Definition at line 133 of file multibox.F90.

Public Attributes | |
| type(box_list_t), public | list |
| list containing the boxes that make up this multibox More... | |
Public Attributes inherited from box_oct_m::box_t | |
| integer, public | dim |
| dimensions of the space the box lives in More... | |
| real(real64), dimension(:), allocatable, public | bounding_box_l |
| Half lengths of the bounding box that contains the box. Note that this box always contains the origin and is symmetrical with respect to it. More... | |
Private Member Functions | |
| procedure | bounds => multibox_bounds |
| procedure | add_box => multibox_add_box |
|
private |
Definition at line 137 of file multibox.F90.
|
private |
Definition at line 138 of file multibox.F90.
| type(box_list_t), public multibox_oct_m::multibox_t::list |
list containing the boxes that make up this multibox
Definition at line 135 of file multibox.F90.