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
I found nlgreyfast can't process "1D-state" system when I solve my problem.
When I code both "fopts.x0_free_v = false" and "fopts.x0_free_v = true", nlgreyfast can't proceed.
I think it is caused that nlgreyfast expects over 2D state system.
But I have a practical 1D state nonlinear system problem, and I believe 1D state system should not be ignored to solve.
I found nlgreyfast can't process "1D-state" system when I solve my problem.
When I code both "fopts.x0_free_v = false" and "fopts.x0_free_v = true", nlgreyfast can't proceed.
I think it is caused that nlgreyfast expects over 2D state system.
But I have a practical 1D state nonlinear system problem, and I believe 1D state system should not be ignored to solve.
I show the code:
"fopts.x0_free_v = false" case
"fopts.x0_free_v = true" case
The text was updated successfully, but these errors were encountered: