MCPcopy 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
429void FluidModel::computeVorticity()
430{
431 if (m_vorticity)
432 m_vorticity->step();
433}
434
435void FluidModel::computeDragForce()
436{

Callers 1

Calls 1

stepMethod · 0.45

Tested by

no test coverage detected