Replace multifunctions with class methods
Open
proposal
- Dominant language
- Python
- Stars
- 150
- Forks
- 79
- Avg merge
- 1d 16h
- Merged PRs (30d)
- 10
Description
I propose that we replace algorithms implemented using multifunctions with class methods. This will allow UFL to be more extensible, as a user can then implement alrogithms for their own class defined outside UFL without having to edit the UFL core.
For an example, see https://github.com/FEniCS/ufl/pull/271.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.