Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Inline Newton iterations #138

Open
4 tasks
adtzlr opened this issue Feb 29, 2024 · 0 comments
Open
4 tasks

Inline Newton iterations #138

adtzlr opened this issue Feb 29, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@adtzlr
Copy link
Owner

adtzlr commented Feb 29, 2024

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.

@adtzlr adtzlr added the enhancement New feature or request label Feb 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant