mantaflow
0.10
A framework for fluid simulation
|
Go to the source code of this file.
Enumerations | |
enum | IntegrationMode { IntEuler =0, IntRK2, IntRK4 } |
Functions | |
template<class VelKernel > | |
void | Manta::integratePointSet (VelKernel &k, int mode) |
Integrate a particle set with a given velocity kernel. | |