Skip to content

Commit

Permalink
[SolidMechanics] Make Data innerRadius of BeamFEMFF not required (#5203)
Browse files Browse the repository at this point in the history
  • Loading branch information
hugtalbot authored Jan 15, 2025
1 parent 964136a commit bf730d2
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -60,10 +60,7 @@ BeamFEMForceField<DataTypes>::BeamFEMForceField(Real poissonRatio, Real youngMod
, m_updateStiffnessMatrix(true)
{
d_radius.setRequired(true);
d_radiusInner.setRequired(true);

m_beamsData.setOriginalData(&d_beamsData);

this->setPoissonRatio(poissonRatio);
this->setYoungModulus(youngModulus);
}
Expand Down

0 comments on commit bf730d2

Please sign in to comment.