Linear Interpolation Between AMR Levels #3056
Unanswered
Abisleiman
asked this question in
Q&A
Replies: 1 comment 2 replies
-
Not sure what you mean. AMReX provides a number of interpolaters. It's up to the user which one to use. For example, these two tests both use |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Does linear interpolation between AMR levels exist as a feature in AMReX? When a cell is refined it uses a piecewise constant interpolation to the new level currently. Is there a way to use a linear interpolation to the newly created level upon refinement. Piecewise constant interpolation is a limiting factor in increasing AMR levels where differing gradients are used to tag or when a large increase in AMR level is desired. In this situation artificially steep gradients are created that lead to stability issues.
Beta Was this translation helpful? Give feedback.
All reactions