underworld.swarm.layouts module =============================== This module contains classes for populating swarms with particles across the domain. .. module:: underworld.swarm.layouts Classes ~~~~~~~ .. autosummary:: :nosignatures: underworld.swarm.layouts.PerCellGaussLayout underworld.swarm.layouts.PerCellRandomLayout underworld.swarm.layouts.PerCellSpaceFillerLayout .. autoclass:: underworld.swarm.layouts.PerCellGaussLayout :members: :show-inheritance: .. autoclass:: underworld.swarm.layouts.PerCellRandomLayout :members: :show-inheritance: .. autoclass:: underworld.swarm.layouts.PerCellSpaceFillerLayout :members: :show-inheritance: