|
mantaflow
0.10
A framework for fluid simulation
|
#include "mesh.h"#include "integrator.h"#include "fileio.h"#include "kernel.h"#include "shapes.h"#include "noisefield.h"#include <stack>Classes | |
| struct | Manta::CVec3Ptr |
| helper vec3 array container More... | |
| struct | Manta::CVec3Array |
| helper vec3 array, for CUDA compatibility, remove at some point More... | |
Functions | |
| vector< Vec3 > | Manta::KnAdvectMeshInGrid (vector< Node > &nodes, const FlagGrid &flags, const MACGrid &vel, const Real dt) |
| void | Manta::meshSDF (Mesh &mesh, LevelsetGrid &levelset, Real sigma, Real cutoff=0.) |
| void | Manta::ApplyMeshToGrid (Grid< T > *grid, Grid< Real > &sdf, T value, FlagGrid *respectFlags) |
1.8.13