MatrixSolver NewtonRaphson
This commit is contained in:
@@ -5,14 +5,23 @@
|
||||
|
||||
using namespace MbD;
|
||||
|
||||
MbD::DirectionCosineIecJec::DirectionCosineIecJec()
|
||||
DirectionCosineIecJec::DirectionCosineIecJec()
|
||||
{
|
||||
}
|
||||
|
||||
MbD::DirectionCosineIecJec::DirectionCosineIecJec(EndFrmcptr frmi, EndFrmcptr frmj, int axisi, int axisj) :
|
||||
DirectionCosineIecJec::DirectionCosineIecJec(EndFrmcptr frmi, EndFrmcptr frmj, int axisi, int axisj) :
|
||||
KinematicIeJe(frmi, frmj), axisI(axisi), axisJ(axisj)
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
void MbD::DirectionCosineIecJec::initialize()
|
||||
{
|
||||
aAijIeJe = 0.0;
|
||||
aAjOIe = std::make_shared<FullColumn<double>>(3);
|
||||
aAjOJe = std::make_shared<FullColumn<double>>(3);
|
||||
}
|
||||
|
||||
void MbD::DirectionCosineIecJec::calcPostDynCorrectorIteration()
|
||||
{
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user