#include <Fluid3dSolver.h>
Inheritance diagram for Fluid3dSolver::Diffusion:
Public Member Functions | |
void | setDiffusionRates (float r, float g, float b, float a) |
void | setNumJacobiSteps (unsigned int numJacobiSteps) |
void | setVoxelSize (float voxelSize) |
void | run (float timestep) |
|
Performs one computation step of the diffusion.
|
|
Sets the diffusion rates to be used on the different channels.
|
|
Sets the number of jacobi steps to be used.
|
|
Sets the voxel size of the computation domain.
|