Skip to content

[newton] Initialize variables in right scope and order

Timo Koch requested to merge fix/issue-801-newton-privarswitch into master

Addresses one part of #801 (closed) as suggested by @martins

newtonBegin potentially manipulates the solution before starting the Newton iteration. Hence variables using the solution for initialization have to been initialized after.

Edited by Timo Koch

Merge request reports