Assembly error

Provide easy-to-use, extensible software for modeling, simulating, controlling, and analyzing the neuromusculoskeletal system.
POST REPLY
User avatar
Mojtaba Safari
Posts: 12
Joined: Wed Oct 10, 2018 11:11 am

Assembly error

Post by Mojtaba Safari » Wed Nov 04, 2020 7:09 am

Hello, I have assembly error in my model, the error is:

Model unable to assemble: AssemblySolver::assemble() Failed: SimTK Exception thrown at Assembler.cpp:871:
Method Assembler::assemble() failed because:
Optimizer failed with message: SimTK Exception thrown at InteriorPointOptimizer.cpp:261:
Optimizer failed: Ipopt: Restoration failed (status -2)
Assembly error tolerance achieved: 0.00249382281276292 required: 1e-009.
Model relaxing constraints and trying again.

How can I fix it?

Thank you

Tags:

User avatar
Ayman Habib
Posts: 2244
Joined: Fri Apr 01, 2005 12:24 pm

Re: Assembly error

Post by Ayman Habib » Wed Nov 04, 2020 11:43 am

Hello,

The only reason you have assembly failure is if you have constraints that can't be met to the desired tolerance in your model. Please disable the constraints in your model and check in the application how the model assembles.

Hope this helps,
-Ayman

POST REPLY