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