-
Notifications
You must be signed in to change notification settings - Fork 7
Quadrature elements constructed from non-Lagrange elements #187
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
base: main
Are you sure you want to change the base?
Conversation
617510b to
ba18ca2
Compare
|
This approach applied to RT1 gives a scalar FunctionSpace with the same DOFs and entity associations/continuity as Crouzeix-Raviart. The reference values of RT1 live on this space, but maybe CrossMeshInterpolator would want a fully-discontinuous vector-valued quadrature space. |
Maybe we shouldn't care about the discontinuities of the tangential components, as they are not involved in the DOFs. It should be fine as long as the normal component gets interpolated into the vector-valued quadrature space. |
6f938d4 to
f803556
Compare
6ecf3a3 to
f3dd033
Compare
Enables quadrature spaces on a quadrature rule defined by a finat element