#include "core/DataTypes.h"
#include "core/math/Matrix3.h"
#include "core/math/Vector3.h"
#include <OpenMesh/Core/Geometry/VectorT.hh>
Namespaces | |
walberla | |
\file TimestepTracker.h \ingroup lbm \author Frederik Hennig frede.nosp@m.rik..nosp@m.henni.nosp@m.g@fa.nosp@m.u.de | |
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) |