mantaflow
0.10
A framework for fluid simulation
|
#include "levelset.h"
#include "commonkernels.h"
#include "particle.h"
#include "conjugategrad.h"
#include <cmath>
Functions | |
void | Manta::knCalcSecDeriv2d (const Grid< Real > &v, Grid< Real > &ret) |
PYTHON void | Manta::calcSecDeriv2d (const Grid< Real > &v, Grid< Real > &curv) |
double | Manta::knTotalSum (Grid< Real > &h) |
PYTHON Real | Manta::totalSum (Grid< Real > &height) |
PYTHON void | Manta::normalizeSumTo (Grid< Real > &height, Real target) |
void | Manta::MakeRhsWE (FlagGrid &flags, Grid< Real > &rhs, Grid< Real > &ut, Grid< Real > &utm1, Real s, bool crankNic=false) |
PYTHON void | Manta::cgSolveWE (FlagGrid &flags, Grid< Real > &ut, Grid< Real > &utm1, Grid< Real > &out, bool crankNic=false, Real cSqr=0.25, Real cgMaxIterFac=1.5, Real cgAccuracy=1e-5) |