#include <cmath>
#include "core/DataTypes.h"
#include "core/math/Limits.h"
#include "pe/Types.h"
#include "pe/rigidbody/Plane.h"
#include "pe/rigidbody/Sphere.h"
Namespaces | |
walberla | |
\file TimestepTracker.h \ingroup lbm \author Frederik Hennig frede rik. henni g@fa u.de | |
walberla::pe | |
Functions | |
Distance calculation functions | |
real_t | walberla::pe::getSurfaceDistance (ConstSphereID s1, ConstSphereID s2) |
Distance calculation between two Sphere primitives. More... | |
real_t | walberla::pe::getSurfaceDistance (ConstSphereID s, ConstPlaneID p) |
Distance calculation between a Sphere and a Plane. More... | |
real_t | walberla::pe::getSurfaceDistance (ConstPlaneID p1, ConstPlaneID p2) |
Distance calculation between two Plane primitives. More... | |
Distance calculation functions | |
real_t | walberla::pe::getSurfaceDistance (ConstSphereID s1, ConstSphereID s2) |
Distance calculation between two Sphere primitives. More... | |
real_t | walberla::pe::getSurfaceDistance (ConstSphereID s, ConstPlaneID p) |
Distance calculation between a Sphere and a Plane. More... | |
real_t | walberla::pe::getSurfaceDistance (ConstPlaneID p1, ConstPlaneID p2) |
Distance calculation between two Plane primitives. More... | |