Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Errors in discretized sympde Norm and SemiNorm #12

Open
campospinto opened this issue Jul 19, 2024 · 1 comment
Open

Errors in discretized sympde Norm and SemiNorm #12

campospinto opened this issue Jul 19, 2024 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@campospinto
Copy link
Owner

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:

  • Norm of complex-valued function
  • Norm of complex-valued FEM field
  • SemiNorm of real-valued function
  • SemiNorm of complex-valued function
  • SemiNorm of complex-valued FEM field

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

@campospinto
Copy link
Owner Author

campospinto commented Jul 27, 2024

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

For complex-valued function, the errors should be solved with sympde's PR pyccel/sympde#133.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant