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
A potential use case involves finding B-series for operator splitting methods. To do this, we would need composition to work with different step sizes (this should be easy) and different generic right-hand sides; e.g. abstract symbolic functions f and g.
The substeps of the splitting method might be solved exactly or with a RK method.
@ranocha do you have any suggestions about how to implement this?
The text was updated successfully, but these errors were encountered:
A potential use case involves finding B-series for operator splitting methods. To do this, we would need composition to work with different step sizes (this should be easy) and different generic right-hand sides; e.g. abstract symbolic functions f and g.
The substeps of the splitting method might be solved exactly or with a RK method.
@ranocha do you have any suggestions about how to implement this?
The text was updated successfully, but these errors were encountered: