Solve dragging (#47)

runPreDrag, runDragStep, runPostDrag, PosICDragNewtonRaphson
This commit is contained in:
aiksiongkoh
2024-01-11 06:28:38 -07:00
committed by GitHub
parent 737152273e
commit fe99ad2593
29 changed files with 4204 additions and 107 deletions

View File

@@ -26,6 +26,8 @@ void sharedptrTest();
int main()
{
ASMTAssembly::runDraggingTest();
ASMTAssembly::runFile("../testapp/Schmidt_Coupling_Ass_1-1.asmt");
ASMTAssembly::runFile("../testapp/RevRevJt.asmt");
ASMTAssembly::runFile("../testapp/RevCylJt.asmt");
ASMTAssembly::runFile("../testapp/CylSphJt.asmt");