Search Results
CubbyFlow::PICSolver2::Builder Class Referencefinal
Front-end to create PICSolver2 objects step by step. More...
#include <Core/Solver/Hybrid/PIC/PICSolver2.h>
Inheritance diagram for CubbyFlow::PICSolver2::Builder:

Public Member Functions | |
PICSolver2 Build () const | |
Builds PICSolver2. More... | |
PICSolver2Ptr MakeShared () const | |
Builds shared pointer of PicSolver2 instance. More... | |
![]() | |
PICSolver2::Builder & WithResolution (const Size2 &resolution) | |
Returns builder with grid resolution. More... | |
PICSolver2::Builder & WithGridSpacing (const Vector2D &gridSpacing) | |
Returns builder with grid spacing. More... | |
PICSolver2::Builder & WithGridSpacing (double gridSpacing) | |
Returns builder with grid spacing. More... | |
PICSolver2::Builder & WithDomainSizeX (double domainSizeX) | |
Returns builder with domain size in x-direction. More... | |
PICSolver2::Builder & WithOrigin (const Vector2D &gridOrigin) | |
Returns builder with grid origin. More... | |
Additional Inherited Members | |
![]() | |
Vector2D GetGridSpacing () const | |
![]() | |
Size2 m_resolution | |
Vector2D m_gridSpacing | |
Vector2D m_gridOrigin | |
double m_domainSizeX | |
bool m_useDomainSize | |
Detailed Description
Front-end to create PICSolver2 objects step by step.
Member Function Documentation
◆ Build()
PICSolver2 CubbyFlow::PICSolver2::Builder::Build | ( | ) | const |
Builds PICSolver2.
◆ MakeShared()
PICSolver2Ptr CubbyFlow::PICSolver2::Builder::MakeShared | ( | ) | const |
Builds shared pointer of PicSolver2 instance.
The documentation for this class was generated from the following file:
- Core/Solver/Hybrid/PIC/PICSolver2.h