#include <Fluid3dSolver.h>
Inheritance diagram for Fluid3dSolver::Projection:
Public Member Functions | |
void | setNumIterations (unsigned int numIterations) |
void | setVoxelSize (float voxelSize) |
void | run () |
void | setDivergenceForceTexture (unsigned int textureId) |
|
Runs the projection. |
|
Sets the divergence force texture. This texture is added to the divergence texture before solving the Poisson equation in run(). |
|
Sets the number of iterations to be used when solving the linear system.
|
|
Sets the voxel size of the computation domain.
|