23 lines
453 B
C++
23 lines
453 B
C++
#include "AtPointConstraintIqcJqc.h"
|
|
#include "DispCompIeqcJeqcO.h"
|
|
|
|
using namespace MbD;
|
|
|
|
AtPointConstraintIqcJqc::AtPointConstraintIqcJqc(EndFrmcptr frmi, EndFrmcptr frmj, int axisi) :
|
|
AtPointConstraintIqcJc(frmi, frmj, axisi)
|
|
{
|
|
}
|
|
|
|
void AtPointConstraintIqcJqc::initialize()
|
|
{
|
|
}
|
|
|
|
void AtPointConstraintIqcJqc::initriIeJeO()
|
|
{
|
|
riIeJeO = std::make_shared<DispCompIeqcJeqcO>();
|
|
}
|
|
|
|
void MbD::AtPointConstraintIqcJqc::calcPostDynCorrectorIteration()
|
|
{
|
|
}
|