Skip to content

Allow multiple u for the same interpolator #41

@rafaqz

Description

@rafaqz

In many contexts many arrays need to be indexed at the same time with the same stencil and weights.

To do this we need an inner object that holds just the dims and cache, and and indexing object that can apply a precalculated stencil and weights to multiple arrays.

This would allowing interpolating into a mulitilayer DimensionalData.jl DimStack with only one stencil/weight calculation, and other user applications like that.

It could even be like a CartesianIndex object you can use in getindex.

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