Skip to content

[feature][NewtonInverse] Added option for simplified Newton method.

Robert K requested to merge feature/simplified-newton into master

This adds the feature of Simplified Newton's method, where the Jacobian is only computed during the first Newton step and then kept constant.

Merge request reports