Home
last modified time | relevance | path

Searched refs:moveMesh (Results 1 – 5 of 5) sorted by relevance

/dports/science/liggghts/LIGGGHTS-PUBLIC-3.8.0-26-g6e873439/src/
H A Dfix_mesh.h124 virtual void moveMesh(double const dx, double const dy, double const dz);
H A Dfix_mesh.cpp219moveMesh(force->numeric(FLERR,arg[iarg_+1]),force->numeric(FLERR,arg[iarg_+2]),force->numeric(FLER… in FixMesh()
624 void FixMesh::moveMesh(double const dx, double const dy, double const dz) in moveMesh() function in FixMesh
/dports/games/supertuxkart/SuperTuxKart-1.2-src/src/graphics/
H A DCBatchingMesh.hpp63 core::array<bool> moveMesh(const core::array<s32>& bufferIDs, const core::matrix4 &newMatrix);
H A DCBatchingMesh.cpp330 core::array<bool> CBatchingMesh::moveMesh(const core::array<s32>& bufferIDs, const core::matrix4 &n… in moveMesh() function in irr::scene::CBatchingMesh
/dports/math/freefem++/FreeFem-sources-4.6/plugin/seq/
H A DGeometry.hpp351 void moveMesh(R2 (*vec)(const R2 &), double amplification = 1) { in moveMesh() function in Triangulation