|
MULTIBODY SIMULATION SOFTWARE - API documentation |
#include <CHconstraint.h>


Public Member Functions | |
| ChConstraint_Chf_Continuity (ChFunction *mRootFunct, char *mTreeIDs, int cont_ord, int interf_num) | |
| int | GetInterfaceNum () |
| void | SetInterfaceNum (int mi) |
| int | GetContinuityOrder () |
| void | SetContinuityOrder (int mc) |
| int | Get_Cn () |
| virtual bool | Update () |
| int chrono::ChConstraint_Chf_Continuity::Get_Cn | ( | ) | [virtual] |
---TO IMPLEMENT-- w.overriding Returns the number of equations in this constraints (the size of the C residual vector)
Reimplemented from chrono::ChConstraint.
| bool chrono::ChConstraint_Chf_Continuity::Update | ( | ) | [virtual] |
---TO IMPLEMENT-- w.overloading This MUST be overloaded by child classes. It should compute the residuals (vector 'C') of the constraint equations, where C=0 is for satisfied constraints. Should return false if updating was not possible.
Reimplemented from chrono::ChConstraint.
CHRONO::ENGINE