Home
last modified time | relevance | path

Searched refs:rotatecol (Results 1 – 4 of 4) sorted by relevance

/dports/science/lammps/lammps-stable_29Sep2021/src/
H A Dlattice.cpp444 rotatecol[0][0] = rotaterow[0][0]; in setup_transform()
445 rotatecol[1][0] = rotaterow[0][1]; in setup_transform()
446 rotatecol[2][0] = rotaterow[0][2]; in setup_transform()
448 rotatecol[0][1] = rotaterow[1][0]; in setup_transform()
449 rotatecol[1][1] = rotaterow[1][1]; in setup_transform()
450 rotatecol[2][1] = rotaterow[1][2]; in setup_transform()
452 rotatecol[0][2] = rotaterow[2][0]; in setup_transform()
453 rotatecol[1][2] = rotaterow[2][1]; in setup_transform()
508 double x1 = rotatecol[0][0]*x + rotatecol[0][1]*y + rotatecol[0][2]*z; in box2lattice()
509 double y1 = rotatecol[1][0]*x + rotatecol[1][1]*y + rotatecol[1][2]*z; in box2lattice()
[all …]
H A Dlattice.h49 double rotatecol[3][3]; variable
/dports/science/liggghts/LIGGGHTS-PUBLIC-3.8.0-26-g6e873439/src/
H A Dlattice.cpp475 rotatecol[0][0] = rotaterow[0][0]; in setup_transform()
476 rotatecol[1][0] = rotaterow[0][1]; in setup_transform()
477 rotatecol[2][0] = rotaterow[0][2]; in setup_transform()
479 rotatecol[0][1] = rotaterow[1][0]; in setup_transform()
480 rotatecol[1][1] = rotaterow[1][1]; in setup_transform()
481 rotatecol[2][1] = rotaterow[1][2]; in setup_transform()
483 rotatecol[0][2] = rotaterow[2][0]; in setup_transform()
484 rotatecol[1][2] = rotaterow[2][1]; in setup_transform()
539 double x1 = rotatecol[0][0]*x + rotatecol[0][1]*y + rotatecol[0][2]*z; in box2lattice()
540 double y1 = rotatecol[1][0]*x + rotatecol[1][1]*y + rotatecol[1][2]*z; in box2lattice()
[all …]
H A Dlattice.h79 double rotatecol[3][3]; variable