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
Should we have a single base class for Lagrange and DiscontinuousLagrange?
If we want equispaced and GL variants of Discontinuous Lagrange, we need to change the current topological DOF ordering of DiscontinousLagrange, as there are no GL points on facets.
GaussRadau should subclass Lagrange, but these nodes are not available in recursivenodes.
Should we have a single base class for Lagrange and DiscontinuousLagrange?
If we want equispaced and GL variants of Discontinuous Lagrange, we need to change the current topological DOF ordering of DiscontinousLagrange, as there are no GL points on facets.
GaussRadau should subclass Lagrange, but these nodes are not available in recursivenodes.