#include "SystemSolver.h" using namespace MbD; void SystemSolver::initializeLocally() { setsOfRedundantConstraints = std::make_shared>>>(); direction = (tstart < tend) ? 1.0 : -1.0; toutFirst = tstart + (direction * hout); } void SystemSolver::initializeGlobally() { } void SystemSolver::runAllIC() { } void SystemSolver::runBasicKinematic() { }