Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/InteractiveComputerGraphics/SPlisHSPlasH
/ computeXSPH
Method
computeXSPH
SPlisHSPlasH/FluidModel.cpp:447–451 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
445
}
446
447
void FluidModel::computeXSPH()
448
{
449
if (m_xsph)
450
m_xsph->step();
451
}
452
453
void FluidModel::emittedParticles(const unsigned int startIndex)
454
{
Callers
1
computeNonPressureForces
Method · 0.80
Calls
1
step
Method · 0.45
Tested by
no test coverage detected