Home
last modified time | relevance | path

Searched refs:dsquare (Results 1 – 23 of 23) sorted by relevance

/dports/math/octave-forge-image/image-2.12.0/src/
H A D__custom_gaussian_smoothing__.cc83 const double dsquare = rl*(a*rl + b*cl) + cl*(b*rl + c*cl); in custom_gaussian_smoothing() local
86 if (dsquare > k*k) continue; in custom_gaussian_smoothing()
89 const double w = exp (-0.5*dsquare); in custom_gaussian_smoothing()
/dports/science/tfel-edf/tfel-3.2.1/tests/Math/st2tost2/
H A DStensorSquareDerivative.cxx73 const st2tost2<N,double> deel2(st2tost2<N,double>::dsquare(eel)); in execute()
74 const st2tost2<N,double> deel2_D(st2tost2<N,double>::dsquare(eel,D)); in execute()
H A DComputeDeterminantSecondDerivativeTest.cxx100 Stensor4::dsquare(s)-(s^id)-i1*Stensor4::Id() in test3()
/dports/science/tfel/tfel-3.4.0/tests/Math/st2tost2/
H A DStensorSquareDerivative.cxx73 const st2tost2<N,double> deel2(st2tost2<N,double>::dsquare(eel)); in execute()
74 const st2tost2<N,double> deel2_D(st2tost2<N,double>::dsquare(eel,D)); in execute()
H A DComputeDeterminantSecondDerivativeTest.cxx100 Stensor4::dsquare(s)-(s^id)-i1*Stensor4::Id() in test3()
/dports/science/tfel/tfel-3.4.0/include/TFEL/Math/
H A Dst2tost2.hxx184 dsquare(const StensorType&);
203 dsquare(const StensorType&, const ST2toST2Type&);
/dports/science/tfel-edf/tfel-3.2.1/include/TFEL/Math/
H A Dst2tost2.hxx155 dsquare(const StensorType&); in foo()
173 dsquare(const StensorType&, in foo()
/dports/science/tfel/tfel-3.4.0/docs/gallery/behaviours/hyperelasticity/
H A DSignorini-tfel2.mfront50 const auto d2I3_dC2 = Stensor4::dsquare(C)-(C^id)-I1*Stensor4::Id()+(id^dI2_dC);
/dports/science/tfel-edf/tfel-3.2.1/docs/gallery/behaviours/hyperelasticity/
H A DSignorini-tfel2.mfront50 const auto d2I3_dC2 = Stensor4::dsquare(C)-(C^id)-I1*Stensor4::Id()+(id^dI2_dC);
/dports/science/openbabel/openbabel-3.1.1/external/coordgen-master/coordgen/
H A DCoordgenMinimizer.cpp96 float dsquare = displacement.x() * displacement.x() + in applyForces() local
98 if (dsquare < SKETCHER_EPSILON) { in applyForces()
99 dsquare = SKETCHER_EPSILON; in applyForces()
101 if (dsquare > maxd * maxd) { in applyForces()
102 displacement *= maxd / sqrt(dsquare); in applyForces()
/dports/science/coordgenlibs/coordgenlibs-3.0.0/
H A DCoordgenMinimizer.cpp138 float dsquare = displacement.x() * displacement.x() + in applyForces() local
140 if (dsquare < SKETCHER_EPSILON) { in applyForces()
141 dsquare = SKETCHER_EPSILON; in applyForces()
143 if (dsquare > maxd * maxd) { in applyForces()
144 displacement *= maxd / sqrt(dsquare); in applyForces()
/dports/science/tfel/tfel-3.4.0/docs/gallery/behaviours/hyperviscoelasticity/
H A DSignoriniHyperViscoelasticity-tfel-2.0.3.mfront78 const auto d2I3_dC2 = Stensor4::dsquare(C)-(C^id)-I1*Stensor4::Id()+(id^dI2_dC);
/dports/science/tfel-edf/tfel-3.2.1/docs/gallery/behaviours/hyperviscoelasticity/
H A DSignoriniHyperViscoelasticity-tfel-2.0.3.mfront78 const auto d2I3_dC2 = Stensor4::dsquare(C)-(C^id)-I1*Stensor4::Id()+(id^dI2_dC);
/dports/science/tfel/tfel-3.4.0/docs/web/
H A Dhyperviscoelasticity.md59 > `Stensor4::dsquare(C)-(C^id)-I1*Stensor4::Id()+(id^dI2_dC)`
H A Dtensors.md483 computed using the `dsquare` function, as follows:
486 const auto ds2_ds = st2tost2<N,real>::dsquare(s);
494 const auto ds2_dc = st2tost2<N,real>::dsquare(s2,ds_dc);
500 const auto ds2_dc = st2tost2<N,real>::dsquare(s2)*ds_dc;
H A Dsignorini.md62 > `Stensor4::dsquare(C)-(C^id)-I1*Stensor4::Id()+(id^dI2_dC)`
/dports/science/tfel-edf/tfel-3.2.1/docs/web/
H A Dhyperviscoelasticity.md59 > `Stensor4::dsquare(C)-(C^id)-I1*Stensor4::Id()+(id^dI2_dC)`
H A Dtensors.md457 computed using the `dsquare` function, as follows:
460 const auto ds2_ds = st2tost2<N,real>::dsquare(s);
468 const auto ds2_dc = st2tost2<N,real>::dsquare(s2,ds_dc);
474 const auto ds2_dc = st2tost2<N,real>::dsquare(s2)*ds_dc;
H A Dsignorini.md62 > `Stensor4::dsquare(C)-(C^id)-I1*Stensor4::Id()+(id^dI2_dC)`
/dports/science/tfel/tfel-3.4.0/include/TFEL/Math/ST2toST2/
H A Dst2tost2.ixx137 st2tost2<N, T>::dsquare(const StensorType& s) {
154 st2tost2<N, T>::dsquare(const StensorType& s, const ST2toST2Type& C) {
/dports/science/tfel-edf/tfel-3.2.1/include/TFEL/Math/ST2toST2/
H A Dst2tost2.ixx135 st2tost2<N,T>::dsquare(const StensorType& s)
152 st2tost2<N,T>::dsquare(const StensorType& s,
/dports/games/hyperrogue/hyperrogue-12.0f/
H A Deuclid.cpp1134 EX int dsquare(gp::loc e) { return dscalar(e, e)/2; } in dsquare() function
/dports/math/giacxcas/giac-1.6.0/doc/en/
H A Dcascmd_en.tex35045 \includegraphics[width=0.5\textwidth]{xcas-3dsquare.png}