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

Interpolate grid values for staggered grid discretization #351

Open
cmhyett opened this issue Jan 13, 2024 · 0 comments · May be fixed by #354
Open

Interpolate grid values for staggered grid discretization #351

cmhyett opened this issue Jan 13, 2024 · 0 comments · May be fixed by #354

Comments

@cmhyett
Copy link
Contributor

cmhyett commented Jan 13, 2024

Currently staggered grid uses a single index of the "other" variable from default implementation of valmaps. We should enrich this to use interpolations - lowest bar is centered average to achieve 2nd-order accuracy for non-homogeneous equations.
Specialize valmaps on discretization, map index to output of user-specified interpolation scheme.

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

Successfully merging a pull request may close this issue.

1 participant