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