I’m trying to use save_idxs to facilitate parameter fitting and while I’ve figured out that my solution needs to be accessed after solving as:
sol.u[var1(x,t)][idx1,idx2]
I’m having trouble figuring out how to use the save_idxs=[idx_to_be_saved] solver option.
Is there new syntax for this?