|
I am very new to Julia and its data structures. I want to track the path evolution, for the following Straightline homotropy |
Replies: 2 comments 4 replies
|
Hi, the code you copied into your post should do exactly what you want: execute total degree homotopy on |
|
Hi, there is no function which returns all intermediate steps, because they are discarded by default. You can, however, set up a The You should also check out the |
Hi,
there is no function which returns all intermediate steps, because they are discarded by default. You can, however, set up a
trackerand track the solutions from1totfor anyt. See here for a small example.The
solver_startsolutionsfunctions can set up a tracker for you.You should also check out the
path_infofunction.