You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[[nodiscard]] const BeamSection& getBeamSectionAtX(const Real x_curv) const;
90
90
91
91
/// Returns the BeamSection data depending on the beam position at the given curvilinear abscissa, will call @sa BaseRodSectionMaterial::getInterpolationParameters
92
-
voidgetInterpolationParametersAtX(const Real& x_curv, Real &_A, Real &_Iy , Real &_Iz, Real &_Asy, Real &_Asz, Real &_J) const;
92
+
voidgetInterpolationParametersAtX(const Real x_curv, Real &_A, Real &_Iy , Real &_Iz, Real &_Asy, Real &_Asz, Real &_J) const;
93
93
94
94
/// Returns the Young modulus, Poisson's ratio and massDensity coefficient of the section at the given curvilinear abscissa, will call @sa BaseRodSectionMaterial::getMechanicalParameters
void WireRestShape<DataTypes>::getInterpolationParametersAtX(const Real& x_curv, Real &_A, Real &_Iy , Real &_Iz, Real &_Asy, Real &_Asz, Real &_J) const
279
+
void WireRestShape<DataTypes>::getInterpolationParametersAtX(const Real x_curv, Real &_A, Real &_Iy , Real &_Iz, Real &_Asy, Real &_Asz, Real &_J) const
if (int nbrEdgesVisu = this->d_nbEdgesVisu.getValue() <= 0)
52
-
{
53
-
msg_warning() << "Number of visual edges has been set to an invalid value: " << nbrEdgesVisu << ". Value should be a positive integer. Setting to default value: 10";
54
-
this->d_nbEdgesVisu.setValue(10);
55
-
}
56
-
57
-
58
-
if (int nbEdgesCollis = this->d_nbEdgesCollis.getValue() <= 0)
59
-
{
60
-
msg_warning() << "Number of collision edges has been set to an invalid value: " << nbEdgesCollis << ". Value should be a positive integer. Setting to default value: 20";
if (int nbrEdgesVisu = this->d_nbEdgesVisu.getValue() <= 0)
50
-
{
51
-
msg_warning() << "Number of visual edges has been set to an invalid value: " << nbrEdgesVisu << ". Value should be a positive integer. Setting to default value: 10";
52
-
this->d_nbEdgesVisu.setValue(10);
53
-
}
54
-
55
-
56
-
if (int nbEdgesCollis = this->d_nbEdgesCollis.getValue() <= 0)
57
-
{
58
-
msg_warning() << "Number of collision edges has been set to an invalid value: " << nbEdgesCollis << ". Value should be a positive integer. Setting to default value: 20";
0 commit comments