Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add method to AveragedField to prescribed averaged dimensions with names, e.g., dims = (:x, :y) #2006

Closed
navidcy opened this issue Oct 12, 2021 · 2 comments

Comments

@navidcy
Copy link
Collaborator

navidcy commented Oct 12, 2021

Returns an AveragedField averaged over `dims`. `dims` is a tuple of integers indicating
spatial dimensions; in a Cartesian coordinate system, `1=x, `2=y`, and `3=z`.

@glwagner
Copy link
Member

Related to #457 I think. We've discussing sub typing AbstractDimArray from https://github.com/rafaqz/DimensionalData.jlhttps://github.com/rafaqz/DimensionalData.jl

We'd still have to manually add support in AveragedField however.

@glwagner
Copy link
Member

Let's table this, one nice thing about numbers is that we avoid the need for "x" and "lambda"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants