SBNeighborSearchParticleSystemGrid#
See also
SAMSON SDK: SBSNeighborSearchParticleSystemGrid
- class samson.SBNeighborSearchParticleSystemGrid(self: samson.SBNeighborSearchParticleSystemGrid, particleSystem: samson.SBParticleSystem, cutoffDistance: samson.SBQuantity.unitsSI)#
Bases:
SBNeighborSearchParticleSystem
This class describes a grid-based neighbor search algorithm that can be applied to particle systems.
- property parallelizationEnabled#
The flag whether the parallelization is enabled. If set to True then the parallel implementation will be used, if some criteria (e.g. the minimum number of atoms) are met, else the serial implementation will be used. By default, it is enabled and will be used, if some criteria (e.g. the minimum number of atoms) are met.