Jet
v1.3.3
|
Front-end to create ApicSolver3 objects step by step. More...
#include <jet/apic_solver3.h>
Public Member Functions | |
ApicSolver3 | build () const |
Builds ApicSolver3. More... | |
ApicSolver3Ptr | makeShared () const |
Builds shared pointer of ApicSolver3 instance. More... | |
![]() | |
ApicSolver3::Builder & | withResolution (const Size3 &resolution) |
Returns builder with grid resolution. More... | |
ApicSolver3::Builder & | withGridSpacing (const Vector3D &gridSpacing) |
Returns builder with grid spacing. More... | |
ApicSolver3::Builder & | withGridSpacing (double gridSpacing) |
Returns builder with grid spacing. More... | |
ApicSolver3::Builder & | withDomainSizeX (double domainSizeX) |
Returns builder with domain size in x-direction. More... | |
ApicSolver3::Builder & | withOrigin (const Vector3D &gridOrigin) |
Returns builder with grid origin. More... | |
Additional Inherited Members | |
![]() | |
Vector3D | getGridSpacing () const |
![]() | |
Size3 | _resolution |
Vector3D | _gridSpacing |
Vector3D | _gridOrigin |
double | _domainSizeX |
bool | _useDomainSize |
Front-end to create ApicSolver3 objects step by step.
ApicSolver3 jet::ApicSolver3::Builder::build | ( | ) | const |
Builds ApicSolver3.
ApicSolver3Ptr jet::ApicSolver3::Builder::makeShared | ( | ) | const |
Builds shared pointer of ApicSolver3 instance.