Octopus
multibox_oct_m Module Reference

Data Types

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

Functions/Subroutines

subroutine, public multibox_end (this)
 
real(real64) function, dimension(2, this%dim) multibox_bounds (this, axes)
 
subroutine multibox_add_box (this, new_box)
 

Function/Subroutine Documentation

◆ multibox_end()

subroutine, public multibox_oct_m::multibox_end ( class(multibox_t), intent(inout)  this)

Definition at line 142 of file multibox.F90.

◆ multibox_bounds()

real(real64) function, dimension(2, this%dim) multibox_oct_m::multibox_bounds ( class(multibox_t), intent(in)  this,
class(basis_vectors_t), intent(in), optional  axes 
)
private

Definition at line 167 of file multibox.F90.

◆ multibox_add_box()

subroutine multibox_oct_m::multibox_add_box ( class(multibox_t), intent(inout)  this,
class(box_t), intent(in)  new_box 
)
private

Definition at line 202 of file multibox.F90.