MatrixSolver NewtonRaphson
This commit is contained in:
@@ -5,12 +5,10 @@ using namespace MbD;
|
||||
|
||||
Constraint::Constraint()
|
||||
{
|
||||
initialize();
|
||||
}
|
||||
|
||||
Constraint::Constraint(const char* str) : Item(str)
|
||||
{
|
||||
initialize();
|
||||
}
|
||||
|
||||
void Constraint::initialize()
|
||||
@@ -20,6 +18,10 @@ void Constraint::initialize()
|
||||
lam = 0.0;
|
||||
}
|
||||
|
||||
void MbD::Constraint::postInput()
|
||||
{
|
||||
}
|
||||
|
||||
void Constraint::setOwner(Item* x)
|
||||
{
|
||||
owner = x;
|
||||
|
||||
Reference in New Issue
Block a user