Skip to content

More typestable & Julian API #63

@j-fu

Description

@j-fu

Currently, we access data using grid[T] where T is a type. However, this is occasionaly
leads to tpype instabilities.
By defining

    (::Type{T})(grid::ExtendableGrid) where T<:AbstractExtendableGridApexType= grid[T]

we can write both grid[Coordinates] and Coordinates(grid). And we could specialize wrt. return types.

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