evalf / nutils

The nutils project
http://www.nutils.org/
MIT License
88 stars 48 forks source link

Dataclass #876

Closed gertjanvanzwieten closed 4 months ago

gertjanvanzwieten commented 4 months ago

This PR changes the base class of evaluable.Evaluable to types.DataClass, which is a newly introduced base class akin to Python's built in dataclass but implemented as a singleton.