campospinto / psydac_dev

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

Errors in discretized sympde Norm and SemiNorm #12

Open campospinto opened 1 month ago

campospinto commented 1 month ago

After discretization, the Norm and SemiNorm objects of sympde return wrong values for simple scalar functions.

In particular the following configurations seem to return wrong values:

These bugs should be fixed. A test has been added to try and check these configurations: see #11

campospinto commented 1 month ago

For real-valued functions, the error seems to be solved (probably by sympde's PR https://github.com/pyccel/sympde/pull/163).

For complex-valued function, the errors should be solved with sympde's PR https://github.com/pyccel/sympde/pull/133.