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()))=0CubbyFlow::AdvectionSolver2pure virtual
Advect(const CollocatedVectorGrid2 &input, const VectorField2 &flow, double dt, CollocatedVectorGrid2 *output, const ScalarField2 &boundarySDF=ConstantScalarField2(std::numeric_limits< double >::max()))CubbyFlow::AdvectionSolver2virtual
Advect(const FaceCenteredGrid2 &input, const VectorField2 &flow, double dt, FaceCenteredGrid2 *output, const ScalarField2 &boundarySDF=ConstantScalarField2(std::numeric_limits< double >::max()))CubbyFlow::AdvectionSolver2virtual
AdvectionSolver2()=defaultCubbyFlow::AdvectionSolver2
AdvectionSolver2(const AdvectionSolver2 &)=defaultCubbyFlow::AdvectionSolver2
AdvectionSolver2(AdvectionSolver2 &&) noexcept=defaultCubbyFlow::AdvectionSolver2
operator=(const AdvectionSolver2 &)=defaultCubbyFlow::AdvectionSolver2
operator=(AdvectionSolver2 &&) noexcept=defaultCubbyFlow::AdvectionSolver2
~AdvectionSolver2()=defaultCubbyFlow::AdvectionSolver2virtual