Home
last modified time | relevance | path

Searched refs:Get_y_dx (Results 1 – 25 of 47) sorted by relevance

12

/dports/science/chrono/chrono-7.0.1/src/demos/python/core/
H A Ddemo_CH_functions.py44 yd = f_ramp.Get_y_dx(10)
59 yd = f_sine.Get_y_dx(x)
75 yd = f_test.Get_y_dx(x)
107 yd = f_seq.Get_y_dx(x)
138 yd = f_rep_seq.Get_y_dx(x)
/dports/science/chrono/chrono-7.0.1/src/demos/core/
H A Ddemo_CH_functions.cpp52 double ydx_ramp = f_ramp.Get_y_dx(10); in main()
75 double ydx = f_sine.Get_y_dx(x); in main()
111 double ydx = f_test.Get_y_dx(x); in main()
149 double ydx = f_sequence.Get_y_dx(x); in main()
183 double ydx = f_rep_seq->Get_y_dx(x); in main()
/dports/science/chrono/chrono-7.0.1/src/tests/unit_tests/core/
H A Dutest_CH_ChFunction_Lambda.cpp28 ASSERT_DOUBLE_EQ(F1.Get_y_dx(3.0), 6.0); in TEST()
35 ASSERT_DOUBLE_EQ(F2.Get_y_dx(2.0), 2.0 * std::exp(4.0)); in TEST()
42 ASSERT_DOUBLE_EQ(F3->Get_y_dx(5.0), -std::sin(5.0)); in TEST()
/dports/science/chrono/chrono-7.0.1/src/chrono/motion_functions/
H A DChFunction_Matlab.cpp50 double ChFunction_Matlab::Get_y_dx(double x) const { in Get_y_dx() function in chrono::ChFunction_Matlab
55 return ((Get_y_dx(x + BDF_STEP_HIGH) - Get_y_dx(x)) / BDF_STEP_HIGH); in Get_y_dxdx()
H A DChFunctionPosition_XYZfunctions.cpp56 px->Get_y_dx(s), in Get_p_ds()
57 py->Get_y_dx(s), in Get_p_ds()
58 pz->Get_y_dx(s)); in Get_p_ds()
H A DChFunction_Base.h94 …virtual double Get_y_dx(double x) const { return ((Get_y(x + BDF_STEP_LOW) - Get_y(x)) / BDF_STEP_… in Get_y_dx() function
101 …virtual double Get_y_dxdx(double x) const { return ((Get_y_dx(x + BDF_STEP_LOW) - Get_y_dx(x)) / B… in Get_y_dxdx()
H A DChFunction_Sequence.cpp225 mfillet->Set_dy2(iter_next->fx->Get_y_dx(0)); in Setup()
237 iter->Iydt = lastIy_dt - iter->fx->Get_y_dx(0); in Setup()
244 lastIy_dt = iter->fx->Get_y_dx(iter->duration) + iter->Iydt + iter->Iydtdt * iter->duration; in Setup()
263 double ChFunction_Sequence::Get_y_dx(double x) const { in Get_y_dx() function in chrono::ChFunction_Sequence
269 res = iter->fx->Get_y_dx(localtime) + iter->Iydt + iter->Iydtdt * localtime; in Get_y_dx()
H A DChFunction_Recorder.cpp109 double ChFunction_Recorder::Get_y_dx(double x) const { in Get_y_dx() function in chrono::ChFunction_Recorder
111 return ChFunction::Get_y_dx(x); in Get_y_dx()
H A DChFunction_Base.cpp34 return Get_y_dx(x); in Get_y_dN()
153 mp.y() = this->Get_y_dx(mx); in FilePostscriptPlot()
H A DChFunction_Matlab.h42 virtual double Get_y_dx(double x) const override;
H A DChFunction_Derive.cpp29 return fa->Get_y_dx(x); in Get_y()
H A DChFunction_Const.h44 virtual double Get_y_dx(double x) const override { return 0; } in Get_y_dx() function
H A DChFunction_Ramp.h44 virtual double Get_y_dx(double x) const override { return (ang); } in Get_y_dx() function
H A DChFunction_Poly.h43 virtual double Get_y_dx(double x) const override;
H A DChFunctionRotation_axis.cpp52 return this->fangle->Get_y_dx(s) * this->axis; in Get_w_loc()
H A DChFunction_Sine.cpp33 double ChFunction_Sine::Get_y_dx(double x) const { in Get_y_dx() function in chrono::ChFunction_Sine
H A DChFunction_Poly345.h46 virtual double Get_y_dx(double x) const override;
H A DChFunction_Sine.h47 virtual double Get_y_dx(double x) const override;
H A DChFunction_Lambda.h65 …virtual double Get_y_dx(double x) const override { return function(yafel::DualNumber<double>(doubl… in Get_y_dx() function
/dports/science/chrono/chrono-7.0.1/src/demos/matlab/
H A Ddemo_MTLB_functions_plot.cpp53 double ydx = f_ramp.Get_y_dx(10); in main()
77 ydx_array(i) = f_sine.Get_y_dx(x); in main()
/dports/science/chrono/chrono-7.0.1/src/chrono/physics/
H A DChLinkMotorLinearPosition.cpp47 double mCt = -m_func->Get_y_dx(this->GetChTime()); in IntLoadConstraint_Ct()
57 double mCt = -m_func->Get_y_dx(this->GetChTime()); in ConstraintsBiLoad_Ct()
H A DChMarker.cpp194 csys_dt.pos.x() = motion_X->Get_y_dx(mytime); in UpdateTime()
195 csys_dt.pos.y() = motion_Y->Get_y_dx(mytime); in UpdateTime()
196 csys_dt.pos.z() = motion_Z->Get_y_dx(mytime); in UpdateTime()
206 ang_dt = motion_ang->Get_y_dx(mytime); in UpdateTime()
H A DChShaftsMotorAngle.cpp98 double ct = - this->f_rot->Get_y_dx(this->GetChTime()); in IntLoadConstraint_Ct()
140 double ct = - this->f_rot->Get_y_dx(this->GetChTime()); in ConstraintsBiLoad_Ct()
H A DChLinkMotorRotationAngle.cpp116 double mCt = -0.5 * m_func->Get_y_dx(this->GetChTime()); in IntLoadConstraint_Ct()
127 double mCt = -0.5 * m_func->Get_y_dx(this->GetChTime()); in ConstraintsBiLoad_Ct()
/dports/science/chrono/chrono-7.0.1/src/chrono/fea/
H A DChBeamSectionCosserat.cpp602 double H = this->n_beta_x->Get_y_dx(mydata->p_strain_e.x()) + in ComputeStressWithReturnMapping()
603 … this->n_yeld_x->Get_y_dx(mydata->p_strain_acc_e.x()); //<<<< H = dyeld/dplasticflow in ComputeStressWithReturnMapping()
635 double H = this->n_beta_y->Get_y_dx(mydata->p_strain_e.y()) + in ComputeStressWithReturnMapping()
636 … this->n_yeld_y->Get_y_dx(mydata->p_strain_acc_e.y()); //<<<< H = dyeld/dplasticflow in ComputeStressWithReturnMapping()
668 double H = this->n_beta_z->Get_y_dx(mydata->p_strain_e.z()) + in ComputeStressWithReturnMapping()
669 … this->n_yeld_z->Get_y_dx(mydata->p_strain_acc_e.z()); //<<<< H = dyeld/dplasticflow in ComputeStressWithReturnMapping()
702 double H = this->n_beta_Mx->Get_y_dx(mydata->p_strain_k.x()) + in ComputeStressWithReturnMapping()
703 … this->n_yeld_Mx->Get_y_dx(mydata->p_strain_acc_k.x()); //<<<< H = dyeld/dplasticflow in ComputeStressWithReturnMapping()
736 double H = this->n_beta_My->Get_y_dx(mydata->p_strain_k.y()) + in ComputeStressWithReturnMapping()
737 … this->n_yeld_My->Get_y_dx(mydata->p_strain_acc_k.y()); //<<<< H = dyeld/dplasticflow in ComputeStressWithReturnMapping()
[all …]

12