Octopus
multibox_oct_m::multibox_t Type Reference

Abstract class for boxes that are made up of a list of boxes. More...

Detailed Description

Abstract class for boxes that are made up of a list of boxes.

Definition at line 131 of file multibox.F90.

Inheritance diagram for multibox_oct_m::multibox_t:
Inheritance graph

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
 

Member Function/Subroutine Documentation

◆ bounds()

procedure multibox_oct_m::multibox_t::bounds
private

Definition at line 135 of file multibox.F90.

◆ add_box()

procedure multibox_oct_m::multibox_t::add_box
private

Definition at line 136 of file multibox.F90.

Member Data Documentation

◆ list

type(box_list_t), public multibox_oct_m::multibox_t::list

list containing the boxes that make up this multibox

Definition at line 133 of file multibox.F90.


The documentation for this type was generated from the following file: