Home
last modified time | relevance | path

Searched refs:getNumericalApproximation (Results 1 – 25 of 30) sorted by relevance

12

/dports/science/tfel-edf/tfel-3.2.1/tests/Math/stensor/
H A DInvariantsDerivatives.cxx36 getNumericalApproximation(const F& f, in getNumericalApproximation() function
157 const auto ndI1_ds = getNumericalApproximation(I1,s,eps); in check()
158 const auto ndI2_ds = getNumericalApproximation(I2,s,eps); in check()
159 const auto ndI3_ds = getNumericalApproximation(I3,s,eps); in check()
160 const auto ndiJb_ds = getNumericalApproximation(iJb,s,eps2); in check()
H A DComputeDeterminantDerivativeTest.cxx32 getNumericalApproximation(const tfel::math::stensor<N,real>& C, in getNumericalApproximation() function
75 const auto ndJ = getNumericalApproximation(s,eps); in check()
H A DComputeDeviatorDeterminantDerivativeTest.cxx32 getNumericalApproximation(const tfel::math::stensor<N,real>& C, in getNumericalApproximation() function
85 const auto ndJ = getNumericalApproximation(s,eps); in check()
/dports/science/tfel/tfel-3.4.0/tests/Math/stensor/
H A DInvariantsDerivatives.cxx36 getNumericalApproximation(const F& f, in getNumericalApproximation() function
157 const auto ndI1_ds = getNumericalApproximation(I1,s,eps); in check()
158 const auto ndI2_ds = getNumericalApproximation(I2,s,eps); in check()
159 const auto ndI3_ds = getNumericalApproximation(I3,s,eps); in check()
160 const auto ndiJb_ds = getNumericalApproximation(iJb,s,eps2); in check()
H A DComputeDeterminantDerivativeTest.cxx32 getNumericalApproximation(const tfel::math::stensor<N,real>& C, in getNumericalApproximation() function
75 const auto ndJ = getNumericalApproximation(s,eps); in check()
H A DComputeDeviatorDeterminantDerivativeTest.cxx32 getNumericalApproximation(const tfel::math::stensor<N,real>& C, in getNumericalApproximation() function
85 const auto ndJ = getNumericalApproximation(s,eps); in check()
/dports/science/tfel-edf/tfel-3.2.1/tests/Math/tensor/
H A DTensorComputeJacobianDerivativeTest.cxx32 getNumericalApproximation(const F& f, in getNumericalApproximation() function
89 auto ndJ = getNumericalApproximation(J,s,eps); in check()
/dports/science/tfel/tfel-3.4.0/tests/Math/tensor/
H A DTensorComputeJacobianDerivativeTest.cxx32 getNumericalApproximation(const F& f, in getNumericalApproximation() function
89 auto ndJ = getNumericalApproximation(J,s,eps); in check()
/dports/science/tfel-edf/tfel-3.2.1/tests/Material/
H A DFiniteStrainBehaviourTangentOperator9.cxx82 const auto getNumericalApproximation = [&svk](const tensor& F, in check() local
100 const auto nD = getNumericalApproximation(F,1.e-5); in check()
H A DHyperelasticity.cxx29 getNumericalApproximation(const F& f, in getNumericalApproximation() function
100 const auto ndSv_dC = getNumericalApproximation(svf,C,1.e-8); in check_volumetric_part()
151 const auto ndSi_dC = getNumericalApproximation(sif,C,1.e-6); in check_isochoric_part()
H A DOgden.cxx31 getNumericalApproximation(const F& f, in getNumericalApproximation() function
88 const auto ndf_dC = getNumericalApproximation(sf,C,1.e-6); in check()
151 const auto ndSi_dC = getNumericalApproximation(sif,C,1.e-6); in check2()
H A DFiniteStrainBehaviourTangentOperator5.cxx83 const t2tost2 nD = this->getNumericalApproximation(svk,F,1.e-5); in check()
97 tfel::math::t2tost2<N,real> getNumericalApproximation(const Behaviour& b, in getNumericalApproximation() function
H A DFiniteStrainBehaviourTangentOperator4.cxx85 const t2tost2 nD = this->getNumericalApproximation(nhb,F,1.e-5); in check()
99 tfel::math::t2tost2<N,real> getNumericalApproximation(const Behaviour& b, in getNumericalApproximation() function
H A DFiniteStrainBehaviourTangentOperator3.cxx81 const t2tost2 nD = this->getNumericalApproximation(nhb,F,1.e-5); in check()
95 tfel::math::t2tost2<N,real> getNumericalApproximation(const Behaviour& b, in getNumericalApproximation() function
H A DFiniteStrainBehaviourTangentOperator2.cxx104 const t2tost2 nD = this->getNumericalApproximation(nhb,F,1.e-5); in check()
118 tfel::math::t2tost2<N,real> getNumericalApproximation(const Behaviour& b, in getNumericalApproximation() function
H A DFiniteStrainBehaviourTangentOperator.cxx38 getNumericalApproximation(const Behaviour& b, in getNumericalApproximation() function
126 const t2tot2 nD = ::getNumericalApproximation(nhb,F,1.e-5); in check()
H A DOrthotropicPlasticityTest.cxx32 getNumericalApproximation(const tfel::math::stensor<N,real>& sig, in getNumericalApproximation() function
98 const auto ndJ = getNumericalApproximation(s,c,eps); in test1()
/dports/science/tfel/tfel-3.4.0/tests/Material/
H A DFiniteStrainBehaviourTangentOperator9.cxx82 const auto getNumericalApproximation = [&svk](const tensor& F, in check() local
100 const auto nD = getNumericalApproximation(F,1.e-5); in check()
H A DHyperelasticity.cxx29 getNumericalApproximation(const F& f, in getNumericalApproximation() function
100 const auto ndSv_dC = getNumericalApproximation(svf,C,1.e-8); in check_volumetric_part()
151 const auto ndSi_dC = getNumericalApproximation(sif,C,1.e-6); in check_isochoric_part()
H A DOgden.cxx31 getNumericalApproximation(const F& f, in getNumericalApproximation() function
88 const auto ndf_dC = getNumericalApproximation(sf,C,1.e-6); in check()
151 const auto ndSi_dC = getNumericalApproximation(sif,C,1.e-6); in check2()
H A DFiniteStrainBehaviourTangentOperator11.cxx37 getNumericalApproximation(const Behaviour& b, in getNumericalApproximation() function
106 const auto ndP = ::getNumericalApproximation(nhb,F,1.e-5); in check()
H A DFiniteStrainBehaviourTangentOperator5.cxx83 const t2tost2 nD = this->getNumericalApproximation(svk,F,1.e-5); in check()
97 tfel::math::t2tost2<N,real> getNumericalApproximation(const Behaviour& b, in getNumericalApproximation() function
H A DFiniteStrainBehaviourTangentOperator14.cxx37 getNumericalApproximation(const Behaviour& b, in getNumericalApproximation() function
107 const auto ndP = ::getNumericalApproximation(nhb,F,1.e-5); in check()
H A DFiniteStrainBehaviourTangentOperator3.cxx81 const t2tost2 nD = this->getNumericalApproximation(nhb,F,1.e-5); in check()
95 tfel::math::t2tost2<N,real> getNumericalApproximation(const Behaviour& b, in getNumericalApproximation() function
H A DFiniteStrainBehaviourTangentOperator4.cxx85 const t2tost2 nD = this->getNumericalApproximation(nhb,F,1.e-5); in check()
99 tfel::math::t2tost2<N,real> getNumericalApproximation(const Behaviour& b, in getNumericalApproximation() function

12