pyccel / sympde

Symbolic calculus for partial differential equations (and variational forms)
http://sympde.readthedocs.io/
MIT License
20 stars 4 forks source link

Add BasicCallableMapping abstract base class #119

Closed yguclu closed 1 year ago

yguclu commented 1 year ago

Add new class to module sympde.topology.mapping:

Add new method set_callable_mapping to symbolic Mapping class, in order to attach any object of type BasicCallableMapping to it. Psydac will use it to attach spline and NURBS mappings to MappedDomains with undefined Mapping

Further changes: