|
waLBerla 7.2
|
#include "core/DataTypes.h"#include "core/math/Matrix3.h"#include "core/math/Vector3.h"#include <OpenMesh/Core/Geometry/VectorT.hh>Namespaces | |
| namespace | walberla |
| Storage for detected contacts which can be used to perform actions for all contacts, e.g. | |
| namespace | walberla::mesh |
Functions | |
| template<typename S > | |
| OpenMesh::VectorT< S, 3 > | walberla::mesh::operator* (const math::Matrix3< S > &lhs, const OpenMesh::VectorT< S, 3 > &rhs) |
| template<typename S > | |
| math::Vector3< S > | walberla::mesh::toWalberla (const OpenMesh::VectorT< S, 3 > &v) |
| template<typename S > | |
| OpenMesh::VectorT< S, 3 > | walberla::mesh::toOpenMesh (const math::Vector3< S > &v) |
| template<typename SWB , typename SOM > | |
| math::Vector3< SWB > | walberla::mesh::toWalberlaNumericCast (const OpenMesh::VectorT< SOM, 3 > &v) |
| template<typename SOM , typename SWB > | |
| OpenMesh::VectorT< SOM, 3 > | walberla::mesh::toOpenMeshNumericCast (const math::Vector3< SWB > &v) |