pyccel / psydac

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

Add unit tests for push-forward and pull-back operators #395

Open yguclu opened 5 months ago

yguclu commented 5 months ago

To do

Note

The Pushforward class uses the kernels in psydac.core.field_evaluation_kernels, which are tested extensively in psydac/core/tests/test_field_evaluation_kernel.py. Nevertheless, the class itself is not properly tested.