Added many Joints. Parse asmt file.
This commit is contained in:
@@ -12,6 +12,16 @@ void ConstVelConstraintIJ::calcPostDynCorrectorIteration()
|
||||
aG = aA01IeJe->aAijIeJe + aA10IeJe->aAijIeJe - aConstant;
|
||||
}
|
||||
|
||||
void MbD::ConstVelConstraintIJ::initA01IeJe()
|
||||
{
|
||||
assert(false);
|
||||
}
|
||||
|
||||
void MbD::ConstVelConstraintIJ::initA10IeJe()
|
||||
{
|
||||
assert(false);
|
||||
}
|
||||
|
||||
void ConstVelConstraintIJ::initialize()
|
||||
{
|
||||
this->initA01IeJe();
|
||||
@@ -37,11 +47,6 @@ void ConstVelConstraintIJ::postInput()
|
||||
Constraint::postInput();
|
||||
}
|
||||
|
||||
ConstraintType ConstVelConstraintIJ::type()
|
||||
{
|
||||
return ConstraintType();
|
||||
}
|
||||
|
||||
void ConstVelConstraintIJ::postPosICIteration()
|
||||
{
|
||||
aA01IeJe->postPosICIteration();
|
||||
|
||||
Reference in New Issue
Block a user