Skip to content

Replace 'newton' with 'nonlinear' in NewtonInverseOperator parameters.

Robert K requested to merge feature/rename-newton-nonlinear into master

At the C++ side if newton is present, an Exception will be thrown, on the Python side the parameters containing newton will be changed into nonlinear unless a parameter with the same key is already present.

Edited by Robert K

Merge request reports