scientificcomputing / scifem

Scientific finite element toolbox
https://scientificcomputing.github.io/scifem/
MIT License
15 stars 2 forks source link

Turn PointSource into dataclass #32

Closed finsberg closed 2 months ago

finsberg commented 2 months ago

Turn PointSource into dataclass because we get a lot of methods such as __repr__ and __eq__ for free. Also add slots