Home
last modified time | relevance | path

Searched refs:thetaZ (Results 1 – 21 of 21) sorted by path

/dports/biology/protomol/protomol/applications/iSGProtomol-app/base/
H A DiSGGrid.h171 Real* thetaZ = myInterpolations[index].z.theta; in anterpolateCharge() local
214 rQXY[k1].re += ab*thetaZ[k]; in anterpolateCharge()
215 rDMU_QXY[k1].re += bb*thetaZ[k]; in anterpolateCharge()
234 Real* thetaZ = myInterpolations[index].z.theta; in interpolateForce() local
248 fx -= term*xij*thetaZ[k]; in interpolateForce()
249 fy -= term*yij*thetaZ[k]; in interpolateForce()
/dports/biology/protomol/protomol/framework/base/
H A DGrid.h131 Real* thetaZ = myInterpolations[index].z.theta; in anterpolateCharge() local
150 rQXY[k1].re += ab*thetaZ[k]; in anterpolateCharge()
168 Real* thetaZ = myInterpolations[index].z.theta; in interpolateForce() local
182 fx -= term*xij*thetaZ[k]; in interpolateForce()
183 fy -= term*yij*thetaZ[k]; in interpolateForce()
H A DMultiGrid.h188 Real* thetaZ = myInterpolations[index].z.theta; in anterpolateCharge() local
211 rQXY[k1] += ab*thetaZ[k]; in anterpolateCharge()
268 Real* thetaZ = myGridInterpolation[k%myRatio].theta; in fineToCoarse() local
291 rQ1XY[k2] += qxy*thetaZ[k0]; in fineToCoarse()
472 Real* thetaZ = myGridInterpolation[k%myRatio].theta; in coarseToFine() local
495 v += rV1XY[k2]*xy*thetaZ[k0]; in coarseToFine()
729 Real* thetaZ = myInterpolations[index].z.theta; in interpolateForce() local
760 fx -= term*abx*thetaZ[k]; in interpolateForce()
761 fy -= term*aby*thetaZ[k]; in interpolateForce()
/dports/math/cglm/cglm-0.8.4/include/cglm/
H A Deuler.h74 float thetaX, thetaY, thetaZ; in glm_euler_angles() local
84 thetaZ = atan2f(-m10, m00); in glm_euler_angles()
89 thetaZ = 0.0f; in glm_euler_angles()
94 thetaZ = 0.0f; in glm_euler_angles()
99 dest[2] = thetaZ; in glm_euler_angles()
/dports/math/openturns/openturns-1.18/lib/src/Base/Geom/
H A DMesh.cxx591 const Scalar thetaZ, in draw3D() argument
600 const Scalar sinThetaZ = sin(thetaZ); in draw3D()
601 const Scalar cosThetaZ = cos(thetaZ); in draw3D()
/dports/math/openturns/openturns-1.18/lib/src/Base/Geom/openturns/
H A DMesh.hxx146 const Scalar thetaZ = 0.0,
/dports/math/openturns/openturns-1.18/python/src/
H A DMesh_doc.i.in314 draw3D(*drawEdge=True, thetaX=0.0, thetaY=0.0, thetaZ=0.0, shading=False, rho=1.0*)
326 thetaZ : float
/dports/science/chrono/chrono-7.0.1/src/chrono/utils/
H A DChParserOpenSim.cpp454 double thetaZ = std::stod(coordinates->first_node("default_value")->value()); in initFunctionTable() local
455 X_F_M = Q_from_AngZ(thetaZ) * X_F_M; in initFunctionTable()
474 double thetaZ = std::stod(coordinates->first_node("default_value")->value()); in initFunctionTable() local
475 X_F_M = Q_from_AngX(thetaX) * Q_from_AngY(thetaY) * Q_from_AngZ(thetaZ) * X_F_M; in initFunctionTable()
/dports/science/clhep/2.4.1.0/CLHEP/Vector/Vector/
H A DRotation.h193 double thetaZ() const;
H A DRotationX.h118 double thetaZ() const;
H A DRotationY.h117 double thetaZ() const;
H A DRotationZ.h117 double thetaZ() const;
/dports/science/clhep/2.4.1.0/CLHEP/Vector/doc/
H A Dmerge-details.doc203 RotationX::thetaZ can just do return d. In some of the other cases you have
H A DminorMergeIssues.doc354 For example, RotationX::thetaZ can just do return d. In some of the other
/dports/science/clhep/2.4.1.0/CLHEP/Vector/src/
H A DRotation.cc149 double HepRotation::thetaZ() const { in thetaZ() function in CLHEP::HepRotation
H A DRotationX.cc99 double HepRotationX::thetaZ() const { in thetaZ() function in CLHEP::HepRotationX
H A DRotationY.cc103 double HepRotationY::thetaZ() const { in thetaZ() function in CLHEP::HepRotationY
H A DRotationZ.cc91 double HepRotationZ::thetaZ() const { in thetaZ() function in CLHEP::HepRotationZ
/dports/science/clhep/2.4.1.0/CLHEP/Vector/test/
H A DtestRotation.cc204 assert ( std::abs(RR.thetaZ()-std::acos(RR.zz())) < DEL ); // thetaZ() in main()
/dports/science/gromacs/gromacs-2021.4/src/gromacs/ewald/
H A Dpme_spread.clh374 const float thetaZ = sm_theta[splineIndexZ];
377 const float constVal = thetaZ * thetaY * sm_coefficients[atomIndexLocal];
H A Dpme_spread.cu126 const float thetaZ = sm_theta[splineIndexZ]; in spread_charges() local
141 const float Val = thetaZ * thetaY * (*atomCharge); in spread_charges()