|
| SimulateParticles (ParticleSystem3D< T, PARTICLETYPE > *ps) |
|
void | simulate (T dT, bool scale=false) |
|
void | simulate (T dT, std::set< int > sActivityOfParticle, bool scale=false) |
|
void | simulateWithTwoWayCoupling_Mathias (T dT, ForwardCouplingModel< T, PARTICLETYPE > &forwardCoupling, BackCouplingModel< T, PARTICLETYPE > &backCoupling, int material, int subSteps=1, bool scale=false) |
|
void | simulateWithTwoWayCoupling_Davide (T dT, ForwardCouplingModel< T, PARTICLETYPE > &forwardCoupling, BackCouplingModel< T, PARTICLETYPE > &backCoupling, int material, int subSteps=1, bool scale=false) |
|
template<typename T, template< typename U > class PARTICLETYPE>
class olb::SimulateParticles< T, PARTICLETYPE >
Definition at line 144 of file particle3D.h.