CubbyFlow v0.71
CubbyFlow
FLIPSolver3
CubbyFlow::FLIPSolver3 Member List
This is the complete list of members for
CubbyFlow::FLIPSolver3
, including all inherited members.
AdvanceSingleFrame
()
CubbyFlow::PhysicsAnimation
Animation
()
CubbyFlow::Animation
ApplyBoundaryCondition
() const
CubbyFlow::GridFluidSolver3
protected
ComputeAdvection
(double timeIntervalInSeconds) override
CubbyFlow::PICSolver3
protected
virtual
ComputeExternalForces
(double timeIntervalInSeconds)
CubbyFlow::GridFluidSolver3
protected
virtual
ComputeGravity
(double timeIntervalInSeconds)
CubbyFlow::GridFluidSolver3
protected
ComputePressure
(double timeIntervalInSeconds)
CubbyFlow::GridFluidSolver3
protected
virtual
ComputeViscosity
(double timeIntervalInSeconds)
CubbyFlow::GridFluidSolver3
protected
virtual
ExtrapolateIntoCollider
(ScalarGrid3 *grid)
CubbyFlow::GridFluidSolver3
protected
ExtrapolateIntoCollider
(CollocatedVectorGrid3 *grid)
CubbyFlow::GridFluidSolver3
protected
ExtrapolateIntoCollider
(FaceCenteredGrid3 *grid)
CubbyFlow::GridFluidSolver3
protected
FLIPSolver3
()
CubbyFlow::FLIPSolver3
FLIPSolver3
(const Size3 &resolution, const Vector3D &gridSpacing, const Vector3D &gridOrigin)
CubbyFlow::FLIPSolver3
GetAdvectionSolver
() const
CubbyFlow::GridFluidSolver3
GetBuilder
()
CubbyFlow::FLIPSolver3
static
GetCFL
(double timeIntervalInSeconds) const
CubbyFlow::GridFluidSolver3
GetClosedDomainBoundaryFlag
() const
CubbyFlow::GridFluidSolver3
GetCollider
() const
CubbyFlow::GridFluidSolver3
GetColliderSDF
() const
CubbyFlow::GridFluidSolver3
protected
GetColliderVelocityField
() const
CubbyFlow::GridFluidSolver3
protected
GetCurrentFrame
() const
CubbyFlow::PhysicsAnimation
GetCurrentTimeInSeconds
() const
CubbyFlow::PhysicsAnimation
GetDiffusionSolver
() const
CubbyFlow::GridFluidSolver3
GetEmitter
() const
CubbyFlow::GridFluidSolver3
GetFluidSDF
() const override
CubbyFlow::PICSolver3
protected
virtual
GetGravity
() const
CubbyFlow::GridFluidSolver3
GetGridOrigin
() const
CubbyFlow::GridFluidSolver3
GetGridSpacing
() const
CubbyFlow::GridFluidSolver3
GetGridSystemData
() const
CubbyFlow::GridFluidSolver3
GetIsUsingFixedSubTimeSteps
() const
CubbyFlow::PhysicsAnimation
GetMaxCFL
() const
CubbyFlow::GridFluidSolver3
GetNumberOfFixedSubTimeSteps
() const
CubbyFlow::PhysicsAnimation
GetNumberOfSubTimeSteps
(double timeIntervalInSeconds) const override
CubbyFlow::GridFluidSolver3
protected
virtual
GetParticleEmitter
() const
CubbyFlow::PICSolver3
GetParticleSystemData
() const
CubbyFlow::PICSolver3
GetPICBlendingFactor
() const
CubbyFlow::FLIPSolver3
GetPressureSolver
() const
CubbyFlow::GridFluidSolver3
GetResolution
() const
CubbyFlow::GridFluidSolver3
GetSignedDistanceField
() const
CubbyFlow::PICSolver3
GetUseCompressedLinearSystem
() const
CubbyFlow::GridFluidSolver3
GetVelocity
() const
CubbyFlow::GridFluidSolver3
GetViscosityCoefficient
() const
CubbyFlow::GridFluidSolver3
GridFluidSolver3
()
CubbyFlow::GridFluidSolver3
GridFluidSolver3
(const Size3 &resolution, const Vector3D &gridSpacing, const Vector3D &gridOrigin)
CubbyFlow::GridFluidSolver3
m_uMarkers
CubbyFlow::PICSolver3
protected
m_vMarkers
CubbyFlow::PICSolver3
protected
m_wMarkers
CubbyFlow::PICSolver3
protected
MoveParticles
(double timeIntervalInSeconds)
CubbyFlow::PICSolver3
protected
virtual
OnAdvanceTimeStep
(double timeIntervalInSeconds) override
CubbyFlow::GridFluidSolver3
protected
virtual
OnBeginAdvanceTimeStep
(double timeIntervalInSeconds) override
CubbyFlow::PICSolver3
protected
virtual
OnEndAdvanceTimeStep
(double timeIntervalInSeconds)
CubbyFlow::GridFluidSolver3
protected
virtual
OnInitialize
() override
CubbyFlow::PICSolver3
protected
virtual
PhysicsAnimation
()
CubbyFlow::PhysicsAnimation
PICSolver3
()
CubbyFlow::PICSolver3
PICSolver3
(const Size3 &resolution, const Vector3D &gridSpacing, const Vector3D &gridOrigin)
CubbyFlow::PICSolver3
ResizeGrid
(const Size3 &newSize, const Vector3D &newGridSpacing, const Vector3D &newGridOrigin) const
CubbyFlow::GridFluidSolver3
SetAdvectionSolver
(const AdvectionSolver3Ptr &newSolver)
CubbyFlow::GridFluidSolver3
SetClosedDomainBoundaryFlag
(int flag)
CubbyFlow::GridFluidSolver3
SetCollider
(const Collider3Ptr &newCollider)
CubbyFlow::GridFluidSolver3
SetCurrentFrame
(const Frame &frame)
CubbyFlow::PhysicsAnimation
SetDiffusionSolver
(const GridDiffusionSolver3Ptr &newSolver)
CubbyFlow::GridFluidSolver3
SetEmitter
(const GridEmitter3Ptr &newEmitter)
CubbyFlow::GridFluidSolver3
SetGravity
(const Vector3D &newGravity)
CubbyFlow::GridFluidSolver3
SetIsUsingFixedSubTimeSteps
(bool isUsing)
CubbyFlow::PhysicsAnimation
SetMaxCFL
(double newCFL)
CubbyFlow::GridFluidSolver3
SetNumberOfFixedSubTimeSteps
(unsigned int numberOfSteps)
CubbyFlow::PhysicsAnimation
SetParticleEmitter
(const ParticleEmitter3Ptr &newEmitter)
CubbyFlow::PICSolver3
SetPICBlendingFactor
(double factor)
CubbyFlow::FLIPSolver3
SetPressureSolver
(const GridPressureSolver3Ptr &newSolver)
CubbyFlow::GridFluidSolver3
SetUseCompressedLinearSystem
(bool onoff)
CubbyFlow::GridFluidSolver3
SetViscosityCoefficient
(double newValue)
CubbyFlow::GridFluidSolver3
TransferFromGridsToParticles
() override
CubbyFlow::FLIPSolver3
protected
virtual
TransferFromParticlesToGrids
() override
CubbyFlow::FLIPSolver3
protected
virtual
Update
(const Frame &frame)
CubbyFlow::Animation
~Animation
()
CubbyFlow::Animation
virtual
~FLIPSolver3
()
CubbyFlow::FLIPSolver3
virtual
~GridFluidSolver3
()
CubbyFlow::GridFluidSolver3
virtual
~PhysicsAnimation
()
CubbyFlow::PhysicsAnimation
virtual
~PICSolver3
()
CubbyFlow::PICSolver3
virtual
Generated on Sun Apr 22 2018 23:43:36 for CubbyFlow by
1.8.14