MCPcopy Create free account
hub / github.com/InteractiveComputerGraphics/SPlisHSPlasH / reset

Method reset

SPlisHSPlasH/DFSPH/TimeStepDFSPH.cpp:710–716  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

708
709
710void TimeStepDFSPH::reset()
711{
712 TimeStep::reset();
713 m_simulationData.reset();
714 m_iterations = 0;
715 m_iterationsV = 0;
716}
717
718void TimeStepDFSPH::performNeighborhoodSearchSort()
719{

Callers

nothing calls this directly

Calls 1

resetFunction · 0.50

Tested by

no test coverage detected