|
VirtualFluids 0.2.0
Parallel CFD LBM Solver
|
Namespaces | |
| namespace | vf |
| namespace | vf::gpu |
| namespace | vf::gpu::communication_directions |
Classes | |
| class | vf::Math |
| class | vf::gpu::ArrowTransformator |
| class | vf::gpu::Transformator |
| class | vf::gpu::invalidDelta |
| class | vf::gpu::TransformatorImp |
Macros | |
| #define | EPSILON FLT_EPSILON |
Functions | |
| static bool | vf::Math::equal (const real &val1, const real &val2, real maxRelDiff=EPSILON) |
| static bool | vf::Math::lessEqual (const real &val1, const real &val2, real maxRelDiff=EPSILON) |
| static bool | vf::Math::greaterEqual (const real &val1, const real &val2, real maxRelDiff=EPSILON) |
| static real | vf::Math::sqrtReal (const real &val) |
| static real | vf::Math::acosReal (const real &val) |
| #define EPSILON FLT_EPSILON |