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
AH! I remembered why! I wasn't sure how to make it certain that for non-core systems, step!(pds, dt::Real) would ensure that every parallel system would be stepped for exactly the same time.
I am still not sure how to solve this! Feel free to open a PR if you can implement a parallel system for projected systems that guarantees that stepping would enforce identical step size to all parallel systems.
Right now, construction of a
ParallelDynamicalSystem
is constrained to these types only:So when one tries to use a
ProjectedDynamicalSystem
, it fails.Is there some fundamental limitation to this?
The text was updated successfully, but these errors were encountered: