Replies: 1 comment 1 reply
-
Q: When an element is split, do the two new elements retain the p refinement of their parent (effectively doubling the number of grid points), or decrease their p refinement? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Goal: Anisotropic h-p adaptive mesh refinement in D dimensions.
Description of block-based domain
Glossary
Domain decomposition
Domain refinement
AMR algorithm
AMR policies
There are a number of potential policies that govern what AMR is allowed to do.
Thoughts on policy choices
Development plan
Domain infrastructure for h-refinement
This can be worked on with a simple executable that creates an initial domain and then randomly refines elements a specified number of iterations.
Initialization after refinement
Here are the current tags that need to be mutated for scalar wave:
Beta Was this translation helpful? Give feedback.
All reactions