CubbyFlow::AdvectionSolver2 Member List
This is the complete list of members for CubbyFlow::AdvectionSolver2, including all inherited members.
Advect(const ScalarGrid2 &input, const VectorField2 &flow, double dt, ScalarGrid2 *output, const ScalarField2 &boundarySDF=ConstantScalarField2(std::numeric_limits< double >::max()))=0 | CubbyFlow::AdvectionSolver2 | pure virtual |
Advect(const CollocatedVectorGrid2 &input, const VectorField2 &flow, double dt, CollocatedVectorGrid2 *output, const ScalarField2 &boundarySDF=ConstantScalarField2(std::numeric_limits< double >::max())) | CubbyFlow::AdvectionSolver2 | virtual |
Advect(const FaceCenteredGrid2 &input, const VectorField2 &flow, double dt, FaceCenteredGrid2 *output, const ScalarField2 &boundarySDF=ConstantScalarField2(std::numeric_limits< double >::max())) | CubbyFlow::AdvectionSolver2 | virtual |
AdvectionSolver2()=default | CubbyFlow::AdvectionSolver2 | |
AdvectionSolver2(const AdvectionSolver2 &)=default | CubbyFlow::AdvectionSolver2 | |
AdvectionSolver2(AdvectionSolver2 &&) noexcept=default | CubbyFlow::AdvectionSolver2 | |
operator=(const AdvectionSolver2 &)=default | CubbyFlow::AdvectionSolver2 | |
operator=(AdvectionSolver2 &&) noexcept=default | CubbyFlow::AdvectionSolver2 | |
~AdvectionSolver2()=default | CubbyFlow::AdvectionSolver2 | virtual |