Backhoe issues (#67)
* backhoe issues * runDragStep edit * backhoe issues * runDragStep edit * Reduce large drag step progressively until convergence.
This commit is contained in:
@@ -34,8 +34,8 @@ void VelSolver::handleSingularMatrix()
|
||||
str = typeid(r).name();
|
||||
if (str.find("GESpMatParPvPrecise") != std::string::npos) {
|
||||
this->logSingularMatrixMessage();
|
||||
matrixSolver = this->matrixSolverClassNew();
|
||||
}
|
||||
matrixSolver->throwSingularMatrixError("VelSolver");
|
||||
}
|
||||
else {
|
||||
assert(false);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user