waLBerla 7.2
|
#include <core/DataTypes.h>
#include <core/math/Matrix2.h>
#include <core/math/Matrix3.h>
#include <core/math/Quaternion.h>
#include <core/math/Rot3.h>
#include <core/math/Vector2.h>
#include <core/math/Vector3.h>
#include <mesa_pd/data/Flags.h>
Namespaces | |
namespace | walberla |
Storage for detected contacts which can be used to perform actions for all contacts, e.g. | |
namespace | walberla::mesa_pd |
Typedefs | |
using | walberla::mesa_pd::Mat3 = math::Matrix3<real_t> |
using | walberla::mesa_pd::Mat2 = math::Matrix2<real_t> |
using | walberla::mesa_pd::Rot3 = math::Rot3<real_t> |
using | walberla::mesa_pd::Quat = math::Quaternion<real_t> |
using | walberla::mesa_pd::Vec3 = math::Vector3<real_t> |
using | walberla::mesa_pd::Vec2 = math::Vector2<real_t> |