Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/InteractiveComputerGraphics/SPlisHSPlasH
/ computeVorticity
Method
computeVorticity
SPlisHSPlasH/FluidModel.cpp:429–433 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
427
}
428
429
void FluidModel::computeVorticity()
430
{
431
if (m_vorticity)
432
m_vorticity->step();
433
}
434
435
void FluidModel::computeDragForce()
436
{
Callers
1
computeNonPressureForces
Method · 0.80
Calls
1
step
Method · 0.45
Tested by
no test coverage detected