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

Method W

SPlisHSPlasH/Simulation.h:381–381  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

379
380 FORCE_INLINE Real W_zero() const { return m_W_zero; }
381 FORCE_INLINE Real W(const Vector3r &r) const { return m_kernelFct(r); }
382 FORCE_INLINE Vector3r gradW(const Vector3r &r) { return m_gradKernelFct(r); }
383
384 int getSimulationMethod() const { return static_cast<int>(m_simulationMethod); }

Callers 15

computeBoundaryVolumeMethod · 0.45
computeDensitiesMethod · 0.45
stepMethod · 0.45
matrixFreeRHSMethod · 0.45
initValuesMethod · 0.45
initFactorizationMethod · 0.45
initValuesMethod · 0.45
computeRotationsMethod · 0.45
computeForcesMethod · 0.45
initValuesMethod · 0.45
initFactorizationMethod · 0.45
initValuesMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected