Files
solver/MbDCode/DirectionCosineConstraintIqctJqc.h
Aik-Siong Koh 371b13a9e0 runVelIC
2023-06-18 01:06:39 -06:00

21 lines
480 B
C++

#pragma once
#include "DirectionCosineConstraintIqcJqc.h"
namespace MbD {
class DirectionCosineConstraintIqctJqc : public DirectionCosineConstraintIqcJqc
{
//pGpt ppGpEIpt ppGpEJpt ppGptpt
public:
DirectionCosineConstraintIqctJqc(EndFrmcptr frmi, EndFrmcptr frmj, int axisi, int axisj);
void initaAijIeJe() override;
MbD::ConstraintType type() override;
void preVelIC() override;
double pGpt;
FRowDsptr ppGpEIpt;
FRowDsptr ppGpEJpt;
double ppGptpt;
};
}