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
Currently the DiffOperator class does not subclass FemLinearOperator, although they are very similar. This complicates the unification of our single/multi-patch FEEC operators.
-> Doing so will probably simplify a few things. Also,to_sparse_matrix (to convert a FemLinearOperator to sparse scipy format) can probably be merged with tosparse
The text was updated successfully, but these errors were encountered:
Currently the
DiffOperator
class does not subclassFemLinearOperator
, although they are very similar. This complicates the unification of our single/multi-patch FEEC operators.-> Doing so will probably simplify a few things. Also,
to_sparse_matrix
(to convert a FemLinearOperator to sparse scipy format) can probably be merged withtosparse
The text was updated successfully, but these errors were encountered: