runPosIC, assignEquationNumbers
This commit is contained in:
@@ -32,6 +32,8 @@ void DirectionCosineConstraintIJ::initaAijIeJe()
|
||||
|
||||
void MbD::DirectionCosineConstraintIJ::postInput()
|
||||
{
|
||||
aAijIeJe->postInput();
|
||||
Constraint::postInput();
|
||||
}
|
||||
|
||||
void MbD::DirectionCosineConstraintIJ::calcPostDynCorrectorIteration()
|
||||
@@ -44,3 +46,8 @@ void MbD::DirectionCosineConstraintIJ::prePosIC()
|
||||
aAijIeJe->prePosIC();
|
||||
Constraint::prePosIC();
|
||||
}
|
||||
|
||||
MbD::ConstraintType MbD::DirectionCosineConstraintIJ::type()
|
||||
{
|
||||
return MbD::perpendicular;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user