WallGo.containers.WallParams
- class WallParams(widths, offsets)[source]
Bases:
objectHolds wall widths and wall offsets for all fields
- Parameters:
widths (ndarray)
offsets (ndarray)
- __init__(widths, offsets)
- Parameters:
widths (ndarray)
offsets (ndarray)
- Return type:
None
Methods
__init__(widths, offsets)Attributes
Bubble wall widths in each field direction.
Bubble wall offsets in each field direction.
- offsets: ndarray
Bubble wall offsets in each field direction.
- widths: ndarray
Bubble wall widths in each field direction. Should be expressed in physical units (the units used in EffectivePotential).