== Tutorial Title == [[TableOfContents(3)]] === Overview of Running Biomechanics Nonlinear Solver === * This document will give a bit of information on the code used, and the steps taken when running the nonlinear solver within the Biomechanics module. === Nonlinear Form === * The form for running the nonlinear solver is found in Continuity from the top tool bar options: Biomechanics->Solve Nonlinear * This open up the form which allows the user to modify any settings prior to running the solver. * The code for the form is at: pcty/client/forms/nonlinForm.py === Performing the solve === * When hitting the solve button, the method nonlinform.DoSolve is called * DoSolve gathers all the settings from the form and passes it to