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 has been archived by the owner on Feb 21, 2022. It is now read-only.
a generic DiscontinuousElement (UFL term: BrokenElement) that makes any given element discontinuous.
Is (was) the discontinuous Raviart-Thomas element any different than a "discontinuized" Raviart-Thomas element? If not, perhaps it is better to remove the discontinuous Raviart-Thomas element, especially in light of the recent changes to RT nodes, which would make DRT unnecessarily different.
Such a removal would, of course, necessitate a small change to the form compiler's FIAT interface, so that the "Discontinuous Raviart-Thomas" family name be translated to DiscontinuousElement(RaviartThomas(cell, degree, variant)).
The text was updated successfully, but these errors were encountered:
FIAT currently has
DiscontinuousElement
(UFL term:BrokenElement
) that makes any given element discontinuous.Is (was) the discontinuous Raviart-Thomas element any different than a "discontinuized" Raviart-Thomas element? If not, perhaps it is better to remove the discontinuous Raviart-Thomas element, especially in light of the recent changes to RT nodes, which would make DRT unnecessarily different.
Such a removal would, of course, necessitate a small change to the form compiler's FIAT interface, so that the
"Discontinuous Raviart-Thomas"
family name be translated toDiscontinuousElement(RaviartThomas(cell, degree, variant))
.The text was updated successfully, but these errors were encountered: