pyccel / psydac

Python 3 library for isogeometric analysis
https://pyccel.github.io/psydac/
MIT License
52 stars 18 forks source link

Add abstract method `copy` to base class `FemSpace` #379

Open yguclu opened 8 months ago

yguclu commented 8 months ago

This is especially useful when the H^1-conforming scalar space is extracted from the mapping, and its dtype (which should be called codomain_type) is changed from float to complex in order to accommodate complex-valued fields.

TO DO: