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
The first implementation of SliceJacobiPC requires that all slices are the same length, and the boundaries coincide with the Ensemble slices.
I think relaxing the requirement for constant length slices should be pretty straightforward and could be useful to try.
Relaxing the requirement for the Slice/slice boundaries to coincide would be much messier and less useful, we usually run with one or two timesteps per slice anyway.
The text was updated successfully, but these errors were encountered:
The first implementation of
SliceJacobiPC
requires that all slices are the same length, and the boundaries coincide with the Ensemble slices.I think relaxing the requirement for constant length slices should be pretty straightforward and could be useful to try.
Relaxing the requirement for the Slice/slice boundaries to coincide would be much messier and less useful, we usually run with one or two timesteps per slice anyway.
The text was updated successfully, but these errors were encountered: