BoxModel

class aquila_borg.forward.BoxModel
property L

3-tuple of the side-length of the box

property N

3-tuple of the grid size of the box

property Ntot

The total number of mesh elements

copy(self: aquila_borg._borg.forward.BoxModel) → aquila_borg._borg.forward.BoxModel

Make a new independent copy of the present box

property volume

The total volume of the box

property xmin

3-tuple with corner at (0,0,0) of the box in each direction

Methods

__init__(self, L, N)

Create a new BoxModel object.

copy(self)

Make a new independent copy of the present box