You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 14, 2022. It is now read-only.
Looking at a low order path, there is need to separate the element type from the field, but keep the template on polynomial order. The topology knows the element type and you can interpret the field based on that. The current implementation stores connectivity with the grid function, which has the benefit of not having to know about L2 versus H1. All that needs to be be done is read the connectivity. If we do indeed separate the two, we will need to deal with this.
Looking at a low order path, there is need to separate the element type from the field, but keep the template on polynomial order. The topology knows the element type and you can interpret the field based on that. The current implementation stores connectivity with the grid function, which has the benefit of not having to know about L2 versus H1. All that needs to be be done is read the connectivity. If we do indeed separate the two, we will need to deal with this.