Skip to content

Modularity of the Floe Struct #95

@skygering

Description

@skygering

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions