pyccel / psydac

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

Improve the ways to evaluate `FemField`s #188

Open anlavandier opened 2 years ago

anlavandier commented 2 years ago

Currently, there are only two ways of evaluating FemFields, point-wise, and one the grid defined in TensorFemSpace.preprocess.

Ideally the interface should allow for those 4 options:

anlavandier commented 2 years ago

1, 2 and 3 are done through TensorFemSpace.eval_fields once #214 is merged. 4 is still a WIP.