Skip to content
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

Make DiffOperator a subclass of FemLinearOperator #463

Open
yguclu opened this issue Feb 21, 2025 · 0 comments
Open

Make DiffOperator a subclass of FemLinearOperator #463

yguclu opened this issue Feb 21, 2025 · 0 comments
Labels
Next Release Must be in next release

Comments

@yguclu
Copy link
Member

yguclu commented Feb 21, 2025

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

@yguclu yguclu added the Next Release Must be in next release label Mar 11, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Next Release Must be in next release
Projects
None yet
Development

No branches or pull requests

1 participant