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
The class DiscreteDerhamMultipatch is a subclass of DiscreteDerham (single patch by default), but it does not implement all the basic methods. In particular, the derivatives method which returns the differential operators is not implemented.
-> Make sure that all the functions of DiscreteDerham are well implemented for DiscreteDerhamMultipatch.
In particular, for a multipatch dR sequence the derivatives should return the broken_derivatives (as operators, matrices), which should be understood as the broken ones
The text was updated successfully, but these errors were encountered:
The class
DiscreteDerhamMultipatch
is a subclass ofDiscreteDerham
(single patch by default), but it does not implement all the basic methods. In particular, thederivatives
method which returns the differential operators is not implemented.-> Make sure that all the functions of
DiscreteDerham
are well implemented forDiscreteDerhamMultipatch
.In particular, for a multipatch dR sequence the derivatives should return the
broken_derivatives
(as operators, matrices), which should be understood as the broken onesThe text was updated successfully, but these errors were encountered: