runPosIC, VelIC, AccIC numerically correct
This commit is contained in:
14
MbDCode/AccICNewtonRaphson.cpp
Normal file
14
MbDCode/AccICNewtonRaphson.cpp
Normal file
@@ -0,0 +1,14 @@
|
||||
#include "AccICNewtonRaphson.h"
|
||||
#include "SystemSolver.h"
|
||||
|
||||
bool MbD::AccICNewtonRaphson::isConverged()
|
||||
{
|
||||
return this->isConvergedToNumericalLimit();
|
||||
}
|
||||
|
||||
void MbD::AccICNewtonRaphson::preRun()
|
||||
{
|
||||
std::string str("MbD: Solving for quasi kinematic acceleration.");
|
||||
system->logString(str);
|
||||
AccNewtonRaphson::preRun();
|
||||
}
|
||||
Reference in New Issue
Block a user