runPosIC, assignEquationNumbers
This commit is contained in:
@@ -31,6 +31,8 @@ void AtPointConstraintIJ::initriIeJeO()
|
||||
|
||||
void MbD::AtPointConstraintIJ::postInput()
|
||||
{
|
||||
riIeJeO->postInput();
|
||||
Constraint::postInput();
|
||||
}
|
||||
|
||||
void MbD::AtPointConstraintIJ::calcPostDynCorrectorIteration()
|
||||
@@ -43,3 +45,8 @@ void MbD::AtPointConstraintIJ::prePosIC()
|
||||
riIeJeO->prePosIC();
|
||||
Constraint::prePosIC();
|
||||
}
|
||||
|
||||
MbD::ConstraintType MbD::AtPointConstraintIJ::type()
|
||||
{
|
||||
return MbD::displacement;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user