|
VirtualFluids 0.2.0
Parallel CFD LBM Solver
|
Modules | |
| Config | |
| Constants | |
| Container | |
| Geometry3d | |
| Memory | |
| MetaData | |
| Objects | |
| StringUtilities | |
| Tests | |
| Timer | |
| Utilities | |
| Writer | |
Classes | |
| struct | real3 |
Macros | |
| #define | INVALID_INDEX 4294967295 |
| #define | dynamicPointerCast std::dynamic_pointer_cast |
Typedefs | |
| using | real = float |
| using | realLim = std::numeric_limits< real > |
| using | uint = unsigned int |
| template<class T > | |
| using | SPtr = std::shared_ptr< T > |
| template<class T > | |
| using | WPtr = std::weak_ptr< T > |
| template<class T > | |
| using | UPtr = std::unique_ptr< T > |
| template<class T > | |
| using | RPtr = T * |
| template<class T > | |
| using | enableSharedFromThis = std::enable_shared_from_this< T > |
Functions | |
| constexpr real3 | operator+ (const real3 &a, const real3 &b) |
| constexpr void | operator+= (real3 &a, const real3 &b) |
| constexpr real3 | operator- (const real3 &a, const real3 &b) |
| constexpr real3 | operator* (const real3 &a, real b) |
| constexpr real3 | operator* (real a, const real3 &b) |
| constexpr real3 | operator/ (const real3 &a, real b) |
| constexpr real3 | operator/ (const real3 &a, const real3 &b) |
| constexpr void | operator/= (real3 &a, real b) |
| constexpr real | dot (const real3 &a, const real3 &b) |
| constexpr real | square (const real3 &a) |
| constexpr bool | operator== (const real3 &a, const real3 &b) |
| #define dynamicPointerCast std::dynamic_pointer_cast |
Definition at line 53 of file PointerDefinitions.h.
| #define INVALID_INDEX 4294967295 |
Definition at line 48 of file DataTypes.h.
Definition at line 51 of file PointerDefinitions.h.
Definition at line 42 of file DataTypes.h.
Definition at line 45 of file DataTypes.h.
Definition at line 39 of file PointerDefinitions.h.
Definition at line 45 of file PointerDefinitions.h.
Definition at line 42 of file PointerDefinitions.h.
Definition at line 97 of file DataTypes.h.
Definition at line 70 of file DataTypes.h.
Definition at line 75 of file DataTypes.h.
Definition at line 55 of file DataTypes.h.
Definition at line 60 of file DataTypes.h.
Definition at line 65 of file DataTypes.h.
Definition at line 85 of file DataTypes.h.
Definition at line 80 of file DataTypes.h.
Definition at line 90 of file DataTypes.h.
Definition at line 107 of file DataTypes.h.