MULTIBODY SIMULATION SOFTWARE - API documentation

chrono::ChConstraint_Chf_Continuity Class Reference

#include <CHconstraint.h>

Inheritance diagram for chrono::ChConstraint_Chf_Continuity:

Inheritance graph
[legend]
Collaboration diagram for chrono::ChConstraint_Chf_Continuity:

Collaboration graph
[legend]

List of all members.

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 ()


Detailed Description

Algebraic constraint on ChFunctions, Impose continuity between two function segments

Member Function Documentation

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
C++ library for multibody simulation, (C) Alessandro Tasora
This API documentation has been generated on 17 Jul 2009 by Doxygen