You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, for inplace problems the residual vector is determined by the size of the input u. This is not necessarily correct for problems that support overconstrained / underconstrained setups. For example:
Currently, for inplace problems the residual vector is determined by the size of the input
u
. This is not necessarily correct for problems that support overconstrained / underconstrained setups. For example:NonlinearSolve.jl/src/levenberg.jl
Lines 269 to 270 in 691e10a
Could we potentially add a kwarg like
residual_size
which could be used to initialize this?The text was updated successfully, but these errors were encountered: