-
Notifications
You must be signed in to change notification settings - Fork 53
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
Support variable order spaces #219
Comments
There is some code to deal with this, not in the main MFEM or glvis library, see |
Can we add this ☝️ to mfem proper and call it automatically in glvis when needed? |
We thought about it in the recent PR mfem/mfem#2766 which added this code. This "experimental" function is for L2 or H1 spaces. It would need to be generalized for arbitrary spaces, so we would need to think about whether that can be done in general. If there are spaces (e.g. ND, RT) that do not work, we may need to check the type with |
Projecting to max order seems like a workaround, but expensive if the space is highly locally enriched. Would rendering each element in its native order be too difficult? |
The first issue is that With these two methods implemented properly we can try GLVis and see if there are any issues there. |
Did anyone tried making this work? cc: @rw-anderson @dylan-copeland |
@kmittal2 I am not aware of any work to support this, aside from |
A gridfunction on a p-refined space does not visualize properly - it appears the enriched elements show up as their original order. How difficult would it be to visualize a variable order space?
The text was updated successfully, but these errors were encountered: