ikarus-project / ikarus

Ikarus is a C++-based library that uses DUNE modules to solve partial differential equations with the finite element method and more.
https://ikarus-project.github.io/
Other
5 stars 3 forks source link

Refactor FE to remove code duplication #236

Closed rath3t closed 5 months ago

rath3t commented 7 months ago

Mixin FE classes: using https://godbolt.org/z/nbe1znbxa

This should also be used for EAS and for a common FEBase

henrij22 commented 5 months ago

I think this can be marked as closed with #269 right?