Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/InteractiveComputerGraphics/SPlisHSPlasH
/ numActiveParticles
Method
numActiveParticles
SPlisHSPlasH/FluidModel.cpp:387–390 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
385
}
386
387
unsigned int FluidModel::numActiveParticles() const
388
{
389
return m_numActiveParticles;
390
}
391
392
void FluidModel::setDragMethodChangedCallback(std::function<void()> const& callBackFct)
393
{
Callers
15
FluidModelData
Method · 0.80
NonpressureData
Method · 0.80
emitParticles
Method · 0.80
emitParticlesCircle
Method · 0.80
clearAccelerations
Method · 0.80
computeDensities
Method · 0.80
computeVolumeAndBoundaryX
Method · 0.80
computeDensityAndGradient
Method · 0.80
precomputeValues
Method · 0.80
step
Method · 0.80
updateTimeStepSizeCFL
Method · 0.80
reuseParticles
Method · 0.80
Calls
no outgoing calls
Tested by
2
FluidModelData
Method · 0.64
NonpressureData
Method · 0.64