runPosIC, assignEquationNumbers

This commit is contained in:
Aik-Siong Koh
2023-05-30 10:00:25 -06:00
parent 9ddbdca742
commit f4debf4865
43 changed files with 288 additions and 22 deletions

View File

@@ -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;
}