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
I think it would be nice if the Floe fields were organized into different sub-structs whose type influences the type of the Floe.
For example, all of the information needed for time stepping could be in a TimeSteppingInformation struct that is a concrete type AbstractTimeSteppingInformation. Then it would be really easy to try different time stepping methods without having to completely re-write the code base.
This might also just make it easier to read and understand given the Floe struct is massive.
The text was updated successfully, but these errors were encountered:
I think it would be nice if the Floe fields were organized into different sub-structs whose type influences the type of the Floe.
For example, all of the information needed for time stepping could be in a
TimeSteppingInformation
struct that is a concrete typeAbstractTimeSteppingInformation
. Then it would be really easy to try different time stepping methods without having to completely re-write the code base.This might also just make it easier to read and understand given the Floe struct is massive.
The text was updated successfully, but these errors were encountered: