add DistanceConstraintIJ and AngleConstraintIJ

This commit is contained in:
Aik-Siong Koh
2023-07-08 23:20:27 -06:00
parent cb27f2344b
commit 718b17a2cf
134 changed files with 4218 additions and 556 deletions

View File

@@ -22,32 +22,7 @@ void DirectionCosineIecJec::calcPostDynCorrectorIteration()
aAijIeJe = aAjOIe->dot(aAjOJe);
}
FRowDsptr DirectionCosineIecJec::pvaluepXJ()
double MbD::DirectionCosineIecJec::value()
{
assert(false);
return FRowDsptr();
}
FRowDsptr DirectionCosineIecJec::pvaluepEJ()
{
assert(false);
return FRowDsptr();
}
FMatDsptr DirectionCosineIecJec::ppvaluepXJpEK()
{
assert(false);
return FMatDsptr();
}
FMatDsptr DirectionCosineIecJec::ppvaluepEJpEK()
{
assert(false);
return FMatDsptr();
}
FMatDsptr DirectionCosineIecJec::ppvaluepEJpEJ()
{
assert(false);
return FMatDsptr();
return aAijIeJe;
}