SPH
|
Hexagonal close packing. More...
#include <Distribution.h>
Public Types | |
enum class | Options { SORTED = 1 << 0 , CENTER = 1 << 1 , SPH5_COMPATIBILITY = 1 << 2 } |
Public Member Functions | |
HexagonalPacking (const Flags< Options > flags=Options::CENTER) | |
HexagonalPacking (const Flags< Options > flags, Function< bool(Float)> progressCallback) | |
virtual Array< Vector > | generate (IScheduler &scheduler, const Size n, const IDomain &domain) const override |
Generates the requested number of particles in the domain. More... | |
![]() | |
virtual | ~Polymorphic () |
Hexagonal close packing.
Definition at line 72 of file Distribution.h.
|
strong |
Definition at line 74 of file Distribution.h.
|
explicit |
Definition at line 123 of file Distribution.cpp.
HexagonalPacking::HexagonalPacking | ( | const Flags< Options > | flags, |
Function< bool(Float)> | progressCallback | ||
) |
Definition at line 126 of file Distribution.cpp.
|
overridevirtual |
Generates the requested number of particles in the domain.
Function shall also set the smoothing lenghts of the generated particles in the 4th components of the returned vectors.
scheduler | Scheduler that can be used for parallelization. |
n | Expected number of generated particles. |
domain | Computational domain where the vertices are distributed |
Implements IDistribution.
Definition at line 130 of file Distribution.cpp.