AdvanceSingleFrame() | CubbyFlow::PhysicsAnimation | |
Animation()=default | CubbyFlow::Animation | |
Animation(const Animation &)=default | CubbyFlow::Animation | |
Animation(Animation &&) noexcept=default | CubbyFlow::Animation | |
ApplyBoundaryCondition() const | CubbyFlow::GridFluidSolver3 | protected |
ComputeAdvection(double timeIntervalInSeconds) override | CubbyFlow::PICSolver3 | protectedvirtual |
ComputeExternalForces(double timeIntervalInSeconds) | CubbyFlow::GridFluidSolver3 | protectedvirtual |
ComputeGravity(double timeIntervalInSeconds) | CubbyFlow::GridFluidSolver3 | protected |
ComputePressure(double timeIntervalInSeconds) | CubbyFlow::GridFluidSolver3 | protectedvirtual |
ComputeViscosity(double timeIntervalInSeconds) | CubbyFlow::GridFluidSolver3 | protectedvirtual |
ExtrapolateIntoCollider(ScalarGrid3 *grid) | CubbyFlow::GridFluidSolver3 | protected |
ExtrapolateIntoCollider(CollocatedVectorGrid3 *grid) | CubbyFlow::GridFluidSolver3 | protected |
ExtrapolateIntoCollider(FaceCenteredGrid3 *grid) | CubbyFlow::GridFluidSolver3 | protected |
GetAdvectionSolver() const | CubbyFlow::GridFluidSolver3 | |
GetBuilder() | CubbyFlow::PICSolver3 | 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 | protectedvirtual |
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 | protectedvirtual |
GetParticleEmitter() const | CubbyFlow::PICSolver3 | |
GetParticleSystemData() const | CubbyFlow::PICSolver3 | |
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 Vector3UZ &resolution, const Vector3D &gridSpacing, const Vector3D &gridOrigin) | CubbyFlow::GridFluidSolver3 | |
GridFluidSolver3(const GridFluidSolver3 &)=delete | CubbyFlow::GridFluidSolver3 | |
GridFluidSolver3(GridFluidSolver3 &&) noexcept=delete | CubbyFlow::GridFluidSolver3 | |
m_uMarkers | CubbyFlow::PICSolver3 | protected |
m_vMarkers | CubbyFlow::PICSolver3 | protected |
m_wMarkers | CubbyFlow::PICSolver3 | protected |
MoveParticles(double timeIntervalInSeconds) | CubbyFlow::PICSolver3 | protectedvirtual |
OnAdvanceTimeStep(double timeIntervalInSeconds) override | CubbyFlow::GridFluidSolver3 | protectedvirtual |
OnBeginAdvanceTimeStep(double timeIntervalInSeconds) override | CubbyFlow::PICSolver3 | protectedvirtual |
OnEndAdvanceTimeStep(double timeIntervalInSeconds) | CubbyFlow::GridFluidSolver3 | protectedvirtual |
OnInitialize() override | CubbyFlow::PICSolver3 | protectedvirtual |
operator=(const PICSolver3 &)=delete | CubbyFlow::PICSolver3 | |
operator=(PICSolver3 &&) noexcept=delete | CubbyFlow::PICSolver3 | |
CubbyFlow::GridFluidSolver3::operator=(const GridFluidSolver3 &)=delete | CubbyFlow::GridFluidSolver3 | |
CubbyFlow::GridFluidSolver3::operator=(GridFluidSolver3 &&) noexcept=delete | CubbyFlow::GridFluidSolver3 | |
CubbyFlow::PhysicsAnimation::operator=(const PhysicsAnimation &)=default | CubbyFlow::PhysicsAnimation | |
CubbyFlow::PhysicsAnimation::operator=(PhysicsAnimation &&) noexcept=default | CubbyFlow::PhysicsAnimation | |
CubbyFlow::Animation::operator=(const Animation &)=default | CubbyFlow::Animation | |
CubbyFlow::Animation::operator=(Animation &&) noexcept=default | CubbyFlow::Animation | |
PhysicsAnimation() | CubbyFlow::PhysicsAnimation | |
PhysicsAnimation(const PhysicsAnimation &)=default | CubbyFlow::PhysicsAnimation | |
PhysicsAnimation(PhysicsAnimation &&) noexcept=default | CubbyFlow::PhysicsAnimation | |
PICSolver3() | CubbyFlow::PICSolver3 | |
PICSolver3(const Vector3UZ &resolution, const Vector3D &gridSpacing, const Vector3D &gridOrigin) | CubbyFlow::PICSolver3 | |
PICSolver3(const PICSolver3 &)=delete | CubbyFlow::PICSolver3 | |
PICSolver3(PICSolver3 &&) noexcept=delete | CubbyFlow::PICSolver3 | |
ResizeGrid(const Vector3UZ &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 | |
SetPressureSolver(const GridPressureSolver3Ptr &newSolver) | CubbyFlow::GridFluidSolver3 | |
SetUseCompressedLinearSystem(bool isOn) | CubbyFlow::GridFluidSolver3 | |
SetViscosityCoefficient(double newValue) | CubbyFlow::GridFluidSolver3 | |
TransferFromGridsToParticles() | CubbyFlow::PICSolver3 | protectedvirtual |
TransferFromParticlesToGrids() | CubbyFlow::PICSolver3 | protectedvirtual |
Update(const Frame &frame) | CubbyFlow::Animation | |
~Animation()=default | CubbyFlow::Animation | virtual |
~GridFluidSolver3() override=default | CubbyFlow::GridFluidSolver3 | |
~PhysicsAnimation()=default | CubbyFlow::PhysicsAnimation | virtual |
~PICSolver3() override=default | CubbyFlow::PICSolver3 | |