|
VirtualFluids 0.2.0
Parallel CFD LBM Solver
|
#include <limits>#include <string>Go to the source code of this file.
Classes | |
| struct | real3 |
Macros | |
| #define | INVALID_INDEX 4294967295 |
Typedefs | |
| using | real = float |
| using | realLim = std::numeric_limits< real > |
| using | uint = unsigned int |
Functions | |
| constexpr real3 | operator+ (real3 a, real3 b) |
| constexpr void | operator+= (real3 a, real3 b) |
| constexpr real3 | operator- (real3 a, real3 b) |
| constexpr real3 | operator* (real3 a, real b) |
| constexpr real3 | operator* (real a, real3 b) |
| constexpr real3 | operator/ (real3 a, real b) |
| constexpr void | operator/= (real3 &a, real b) |
| constexpr real | dot (real3 a, real3 b) |
| constexpr real | square (real3 a) |