Octopus
|
Go to the source code of this file.
Modules | |
module | box_factory_oct_m |
Module, implementing a factory for boxes. | |
Functions/Subroutines | |
class(box_t) function, pointer, public | box_factory_oct_m::box_factory_create (namespace, space, latt, n_sites, site_position) |
initialize a box of any type More... | |
Variables | |
integer, parameter, public | box_factory_oct_m::sphere = 1 |
integer, parameter, public | box_factory_oct_m::cylinder = 2 |
integer, parameter, public | box_factory_oct_m::minimum = 3 |
integer, parameter, public | box_factory_oct_m::parallelepiped = 4 |
integer, parameter, public | box_factory_oct_m::box_image = 5 |
integer, parameter, public | box_factory_oct_m::box_cgal = 6 |
integer, parameter, public | box_factory_oct_m::box_usdef = 77 |