Home
last modified time | relevance | path

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

/dports/science/gromacs/gromacs-2021.4/src/gromacs/mdlib/
H A Dboxdeformation.cpp113 matrix updatedBox, invbox, mu; in apply() local
145 invertBoxMatrix(box, invbox); in apply()
148 mmul_ur0(box, invbox, mu); in apply()
H A Dcoupling.cpp649 tensor invbox, pdiff, t1, t2; in parrinellorahman_pcoupl() local
651 gmx::invertBoxMatrix(box, invbox); in parrinellorahman_pcoupl()
677 tmmul(invbox, pdiff, t1); in parrinellorahman_pcoupl()
787 mmul(invbox, t1, t2); in parrinellorahman_pcoupl()
788 mtmul(t2, invbox, M); in parrinellorahman_pcoupl()
800 mmul_ur0(invbox, t1, mu); in parrinellorahman_pcoupl()
/dports/games/supertuxkart/SuperTuxKart-1.2-src/lib/irrlicht/source/Irrlicht/
H A DCOctreeTriangleSelector.cpp117 core::aabbox3d<f32> invbox = box; in getTriangles() local
122 mat.transformBoxEx(invbox); in getTriangles()
137 arraySize, invbox, &mat, triangles); in getTriangles()
/dports/x11-toolkits/irrlicht/irrlicht-1.8.5/source/Irrlicht/
H A DCOctreeTriangleSelector.cpp117 core::aabbox3d<f32> invbox = box; in getTriangles() local
122 mat.transformBoxEx(invbox); in getTriangles()
137 arraySize, invbox, &mat, triangles); in getTriangles()
/dports/science/gromacs/gromacs-2021.4/src/gromacs/gmxpreprocess/
H A Dgrompp.cpp901 matrix box, invbox; in read_posres() local
925 copy_mat(box, invbox); in read_posres()
928 clear_rvec(invbox[j]); in read_posres()
929 invbox[j][j] = 1; in read_posres()
931 gmx::invertBoxMatrix(invbox, invbox); in read_posres()
1042 xp[i][j] *= invbox[j][j]; in read_posres()
1045 xp[i][j] += invbox[k][j] * xp[i][k]; in read_posres()
1063 com[j] *= invbox[j][j]; in read_posres()
1066 com[j] += invbox[k][j] * com[k]; in read_posres()