Files
solver/MbDCode/PosNewtonRaphson.cpp
2023-05-27 21:43:09 -06:00

10 lines
206 B
C++

#include "PosNewtonRaphson.h"
#include "SystemSolver.h"
using namespace MbD;
void MbD::PosNewtonRaphson::preRun()
{
system->partsJointsMotionsDo([&](std::shared_ptr<Item> item) { item->prePosIC(); });
}