Jet
v1.3.3
|
Front-end to create PciSphSolver2 objects step by step. More...
#include <jet/pci_sph_solver2.h>
Public Member Functions | |
PciSphSolver2 | build () const |
Builds PciSphSolver2. More... | |
PciSphSolver2Ptr | makeShared () const |
Builds shared pointer of PciSphSolver2 instance. More... | |
![]() | |
PciSphSolver2::Builder & | withTargetDensity (double targetDensity) |
Returns builder with target density. More... | |
PciSphSolver2::Builder & | withTargetSpacing (double targetSpacing) |
Returns builder with target spacing. More... | |
PciSphSolver2::Builder & | withRelativeKernelRadius (double relativeKernelRadius) |
Returns builder with relative kernel radius. More... | |
Additional Inherited Members | |
![]() | |
double | _targetDensity |
double | _targetSpacing |
double | _relativeKernelRadius |
Front-end to create PciSphSolver2 objects step by step.
PciSphSolver2 jet::PciSphSolver2::Builder::build | ( | ) | const |
Builds PciSphSolver2.
PciSphSolver2Ptr jet::PciSphSolver2::Builder::makeShared | ( | ) | const |
Builds shared pointer of PciSphSolver2 instance.