Home
last modified time | relevance | path

Searched refs:phi_z (Results 1 – 13 of 13) sorted by relevance

/dports/science/liggghts/LIGGGHTS-PUBLIC-3.8.0-26-g6e873439/lib/hotint/HotInt_V1/ElementsLib/rigid/
H A Drigid3D.h483 double theta = XGD(4); double phi_y = XGD(5); double phi_z = XGD(6); in GetRotMatrixFromXGD() local
484 GetRotMatrixFromAngles(theta, phi_y, phi_z, rot); in GetRotMatrixFromXGD()
489 double theta = XG(4); double phi_y = XG(5); double phi_z = XG(6); in GetRotMatrixFromXG() local
490 GetRotMatrixFromAngles(theta, phi_y, phi_z, rot); in GetRotMatrixFromXG()
493 virtual void GetRotMatrixFromAngles(double theta, double phi_y, double phi_z, Matrix3D& rot) const in GetRotMatrixFromAngles() argument
495 …rot(1,1) = 1; rot(1,2) = -1*cos(theta)*phi_z+sin(theta)*phi_y; rot(1,3) = sin(theta)* in GetRotMatrixFromAngles()
496 …rot(2,1) = phi_z; rot(2,2) = cos(theta); rot(2,3) = -1*sin(thet… in GetRotMatrixFromAngles()
503 … -1*(-sin(theta)*thetaP*phi_z+cos(theta)*phi_zP)+ cos(theta)*thetaP*phi_y+sin(theta)*phi_yP; rot(… in GetRotMatrixFromXGP()
511 … -1*(-sin(theta)*thetaP*phi_z+cos(theta)*phi_zP)+ cos(theta)*thetaP*phi_y+sin(theta)*phi_yP; rot(… in GetRotMatrixFromXGPD()
518 double theta = XG(4); double phi_y = XG(5); double phi_z = XG(6); in GetRotMatrixFromXGPP() local
[all …]
/dports/science/lammps/lammps-stable_29Sep2021/src/DIELECTRIC/
H A Dmsm_dielectric.cpp280 double phi_x,phi_y,phi_z,u; in fieldforce() local
310 phi_z = phi1d[2][n]; in fieldforce()
321 u += phi_z*phi_y*phi_x*etmp; in fieldforce()
322 ekx += dphi_x*phi_y*phi_z*etmp; in fieldforce()
323 eky += phi_x*dphi_y*phi_z*etmp; in fieldforce()
/dports/misc/vxl/vxl-3.3.2/contrib/mul/vimt3d/
H A Dvimt3d_transform_3d.cxx67 void vimt3d_transform_3d::angles(double& phi_x, double& phi_y, double& phi_z) const in angles()
85 phi_z=std::atan2(-xy3,xx3); in angles()
127 if (std::fabs(std::cos(phi_z)*cos_y*s - xx3) > 1e-6 || in angles()
128 std::fabs(std::sin(phi_z)*cos_y*s + xy3) > 1e-6) in angles()
130 if (phi_z > 0) in angles()
131 phi_z -= vnl_math::pi; in angles()
133 phi_z += vnl_math::pi; in angles()
142 if (std::fabs(phi_z) > vnl_math::pi/2) ++count; in angles()
157 if (phi_z > 0) in angles()
158 phi_z -= vnl_math::pi; in angles()
[all …]
H A Dvimt3d_transform_3d.h350 void angles(double &phi_x, double &phi_y, double &phi_z) const;
/dports/science/lammps/lammps-stable_29Sep2021/src/KSPACE/
H A Dmsm_cg.cpp413 double phi_x,phi_y,phi_z; in fieldforce() local
438 phi_z = phi1d[2][n]; in fieldforce()
448 ekx += dphi_x*phi_y*phi_z*egridn[mz][my][mx]; in fieldforce()
449 eky += phi_x*dphi_y*phi_z*egridn[mz][my][mx]; in fieldforce()
H A Dmsm.cpp2727 double phi_x,phi_y,phi_z; in fieldforce() local
2757 phi_z = phi1d[2][n]; in fieldforce()
2768 ekx += dphi_x*phi_y*phi_z*etmp; in fieldforce()
2769 eky += phi_x*dphi_y*phi_z*etmp; in fieldforce()
/dports/science/tinker/tinker/source/
H A Dvolume.f551 real*8 phi_xy,phi_z local
889 phi_z = sin(phi2)**2 - sin(phi1)**2
891 phi_z = 0.5d0 * rrsq * phi_z
894 dfdtheta(3,1) = -phi_z
897 dfdtheta(3,2) = phi_z
/dports/science/lammps/lammps-stable_29Sep2021/src/OPENMP/
H A Dmsm_cg_omp.cpp435 double phi_x,phi_y,phi_z; in fieldforce() local
460 phi_z = phi1d[2][n]; in fieldforce()
470 ekx += dphi_x*phi_y*phi_z*egridn[mz][my][mx]; in fieldforce()
471 eky += phi_x*dphi_y*phi_z*egridn[mz][my][mx]; in fieldforce()
/dports/astro/py-astropy/astropy-5.0/astropy/cosmology/
H A Dflrw.py1669 def phi_z(Om0, Ok0, kappa, y1, A, z): function
1679 phi_z1 = phi_z(self._Om0, self._Ok0, kappa, y1, A, z1)
1680 phi_z2 = phi_z(self._Om0, self._Ok0, kappa, y1, A, z2)
1684 def phi_z(Om0, Ok0, y1, y2, z): function
1695 phi_z1 = phi_z(self._Om0, self._Ok0, y1, y2, z1)
1696 phi_z2 = phi_z(self._Om0, self._Ok0, y1, y2, z2)
/dports/science/frontistr/FrontISTR-c66bdc397de319ca59a0565b3f3b1a3b33f0c50c/hecmw1/src/visualizer/
H A Dhecmw_vis_pvr_main.c236 phi_z = (double *)HECMW_calloc(n_node, sizeof(double)); in HECMW_vis_pvr_rendering()
240 phi_z[i] = 0.0; in HECMW_vis_pvr_rendering()
262 export_node, phi_x, phi_y, phi_z, mynode, VIS_COMM); in HECMW_vis_pvr_rendering()
294 HECMW_free(phi_z); in HECMW_vis_pvr_rendering()
/dports/science/liggghts/LIGGGHTS-PUBLIC-3.8.0-26-g6e873439/lib/hotint/HotInt_V1/ElementsLib/constraints/
H A DRigidBodyJoints.cpp3967 phi_z = 0; in ElementDefaultConstructorInitialization()
3984 phi_z = ce.phi_z; in CopyFrom()
4186 double cosphi = cos(phi_z); in AddElementCqTLambda()
4187 double sinphi = sin(phi_z); in AddElementCqTLambda()
4424 double cosphi = cos(phi_z); in GetRotMati()
4425 double sinphi = sin(phi_z); in GetRotMati()
4448 double cosphi = cos(phi_z); in GetRotMatiP()
4449 double sinphi = sin(phi_z); in GetRotMatiP()
4470 A = A*ComputeRotMatrixWithKardanAngles(0,0,phi_z); in GetRotMatiD()
H A DRigidBodyJoints.h1357 …double phi_z; //$EDC$[varaccess,EDCvarname="joint_local_frame",EDCfolder="Geometry",too… variable
/dports/science/liggghts/LIGGGHTS-PUBLIC-3.8.0-26-g6e873439/lib/hotint/HotInt_V1/ElementsLib/
H A DElementEDCauto.cpp4214 …ed.SetDouble(phi_z,"joint_local_frame"); ed.SetToolTipText("Prerotate stiffness vector w.r.t. glob… in GetElementDataAuto()
4237 GetElemDataDouble(GetMBS(), edc, "Geometry.joint_local_frame",phi_z, 1); in SetElementDataAuto()