Skip to content

Separating out RegRectilinearGrid dispatch #108

@skygering

Description

@skygering

When the code was originally written, it was written for a RegRectilinearGrid. This means that many equations that depend on the grid, simply use RegRectilinearGrid fields and do calculations assuming a regular rectilinear grid.

If a user wanted a new grid type, they would need to look through the coupling code and pull out the code that depends on the grid being regular rectilinear and put this in helper methods that dispatch off of the grid type. The user could then write their own methods fo their new grid type that dispatch off of these helper functions.

Metadata

Metadata

Assignees

No one assigned

    Labels

    documentationImprovements or additions to documentation

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions