|
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) |
|