New newton solver or snes solver is created by NonlinearVariationalSolver even if reset_jacobian is false

Issue #4 resolved
Jan Blechta created an issue

On lines 125 and 142 of NonlinearVariationalSolver.cpp there should probably be

if (!newton_solver || reset_jacobian)

if (!snes_solver || reset_jacobian)

Seems to be introduced in commit 42395d5 as a typo.

Comments (6)

  1. Log in to comment