You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In nonlinear viscoelasticity / plasticity it is sometimes required to numerically solve a dissipation / viscoelastic evolution ODE / PDE with the Newton-Rhapson method.
Tasks
Outline whether it is possible to use casadi.rootfinder(label, "newton", casadi.Function).
Is it useful to provide a wrapper-function which creates the function object of a given (equilibrium) equation to solve?
Optional
Add a test.
Add an example.
The text was updated successfully, but these errors were encountered:
In nonlinear viscoelasticity / plasticity it is sometimes required to numerically solve a dissipation / viscoelastic evolution ODE / PDE with the Newton-Rhapson method.
Tasks
Outline whether it is possible to use
casadi.rootfinder(label, "newton", casadi.Function)
.Is it useful to provide a wrapper-function which creates the function object of a given (equilibrium) equation to solve?
Optional
Add a test.
Add an example.
The text was updated successfully, but these errors were encountered: