Home
last modified time | relevance | path

Searched refs:sinphi2 (Results 1 – 8 of 8) sorted by relevance

/dports/science/chrono/chrono-7.0.1/src/chrono/fea/
H A DChBeamSectionTaperedTimoshenko.cpp70 double sinphi2 = sinphi * sinphi; in SetMainInertiasInMassReference() local
81 Acog2cl(2, 3) = sinphi2; in SetMainInertiasInMassReference()
86 Acog2cl(3, 2) = sinphi2; in SetMainInertiasInMassReference()
151 double sinphi2 = sinphi * sinphi; in GetMainInertiasInMassReference() local
162 Acl2cog(2, 3) = sinphi2; in GetMainInertiasInMassReference()
167 Acl2cog(3, 2) = sinphi2; in GetMainInertiasInMassReference()
295 double sinphi2 = sin(mass_phi2); in ComputeAverageSectionParameters() local
296 double EImyy2 = EIyy2 * cosphi2 + EIzz2 * sinphi2; in ComputeAverageSectionParameters()
297 double EImzz2 = -EIyy2 * sinphi2 + EIzz2 * cosphi2; in ComputeAverageSectionParameters()
298 double GAmyy2 = GAyy2 * cosphi2 + GAzz2 * sinphi2; in ComputeAverageSectionParameters()
[all …]
/dports/graphics/proj/proj-7.2.1/src/projections/
H A Dortho.cpp209 const double sinphi2 = xy.y == 0 ? 0 : 1.0 / (SQ((1 - P->es) / xy.y) + P->es); in ortho_e_inverse() local
210 if( sinphi2 > 1 - 1e-11 ) { in ortho_e_inverse()
215 lp.phi = asin(sqrt(sinphi2)) * (xy.y > 0 ? 1 : -1); in ortho_e_inverse()
216 const double sinlam = xy.x * sqrt((1 - P->es * sinphi2) / (1 - sinphi2)); in ortho_e_inverse()
/dports/graphics/gmt/gmt-6.3.0/src/geodesy/
H A Dearthtide.c391 double cosphi, sinphi, cosphi2, sinphi2, inv_rsun2, inv_rmon2, dif_xsun2, dif_xmon2, t; in earthtide_st1l1() local
402 sinphi2 = sinphi * sinphi; in earthtide_st1l1()
406 dnsun = -l1 * sinphi2 * fac2sun * xsun[2] * (xsun[0] * cosla + xsun[1] * sinla) * inv_rsun2; in earthtide_st1l1()
407 dnmon = -l1 * sinphi2 * fac2mon * xmon[2] * (xmon[0] * cosla + xmon[1] * sinla) * inv_rmon2; in earthtide_st1l1()
408 t = l1 * sinphi * (cosphi2 - sinphi2); in earthtide_st1l1()
425 t = -l1 / 2 * sinphi2 * cosphi; in earthtide_st1l1()
460 double h, t2, t3, cosphi2, sinphi2, sin_tf, cos_tf; in earthtide_step2diu() local
519 sinphi2 = sinphi * sinphi; in earthtide_step2diu()
530 …dn = datdi[j * 9 - 2] * (cosphi2 - sinphi2) * sin_tf + datdi[j * 9 - 1] * (cosphi2 - sinphi2) … in earthtide_step2diu()
/dports/science/py-OpenMC/openmc-0.12.2/openmc/data/
H A Dreconstruct.pyx270 cdef double P, S, phi, cos2phi, sin2phi, sinphi2
294 sinphi2 = sin(phi)**2
297 elastic += 4*M_PI/(k*k)*(2*l + 1)*sinphi2
335 elastic += f*(gnE*cos2phi - 2*(gg + gf)*sinphi2
/dports/science/openmc/openmc-0.12.2/openmc/data/
H A Dreconstruct.pyx270 cdef double P, S, phi, cos2phi, sin2phi, sinphi2
294 sinphi2 = sin(phi)**2
297 elastic += 4*M_PI/(k*k)*(2*l + 1)*sinphi2
335 elastic += f*(gnE*cos2phi - 2*(gg + gf)*sinphi2
/dports/devel/simgear/simgear-2020.3.11/simgear/math/
H A DSGGeodesy.cxx355 double sinphi2 = sin(phi2), cosphi2 = cos(phi2); in _geo_inverse_wgs_84() local
403 temp = (1.0-f)*sinphi2/cosphi2; in _geo_inverse_wgs_84()
/dports/science/liggghts/LIGGGHTS-PUBLIC-3.8.0-26-g6e873439/lib/hotint/HotInt_V1/MBSKernelLib/
H A Dti_misc.cpp1605 double sinphi2 = sin_acc_tab_draw_sphere(i+2); in DrawSphere() local
1618 Vector3D nz4=ypos1*cosphi2*n1+ypos1*sinphi2*n2+vr1; in DrawSphere()
1619 Vector3D nz3=ypos2*cosphi2*n1+ypos2*sinphi2*n2+vr2; in DrawSphere()
1648 double sinphi2 = sin_acc_tab_draw_sphere(i+2); in DrawSphere() local
1657 Vector3D pz4(xpos1+pk.X(), ypos1*cosphi2+pk.Y(), ypos1*sinphi2+pk.Z()); in DrawSphere()
1658 Vector3D pz3(xpos2+pk.X(), ypos2*cosphi2+pk.Y(), ypos2*sinphi2+pk.Z()); in DrawSphere()
/dports/science/mbdyn/mbdyn-1.7.3/libraries/libmbmath/
H A Dmatvec.h2907 const T sinphi2 = Dot(unit, unit);
2910 if (sinphi2 != 0) {
2911 sinphi = sqrt(sinphi2);