Apologies for the delay on this. Here is what I mean by avoiding having some special err_ind_time. I'd rather have a $R$-space time Function that is used both in the forms and in the error indication.
If you're happy with this then we should use the $R$-space time for the time integration in the other demos, too.
Note also that I proposed using set_meshes when setting adapted meshes, so that the various other properties (including the new time) get re-initialised. Ideally, we would move the per-subinterval code here to the setter method of MeshSeq so that it wouldn't make a difference anyway. (See #122.)
Apologies for the delay on this. Here is what I mean by avoiding having some special
err_ind_time
. I'd rather have a $R$-space timeFunction
that is used both in the forms and in the error indication.If you're happy with this then we should use the $R$-space time for the time integration in the other demos, too.
Note also that I proposed using
set_meshes
when setting adapted meshes, so that the various other properties (including the new time) get re-initialised. Ideally, we would move the per-subinterval code here to the setter method ofMeshSeq
so that it wouldn't make a difference anyway. (See #122.)