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

Fix bounds bug in plot_3d_single_patch #136

Merged
merged 1 commit into from
Jul 7, 2023
Merged

Fix bounds bug in plot_3d_single_patch #136

merged 1 commit into from
Jul 7, 2023

Conversation

anlavandier
Copy link
Contributor

This PR applies a one character fix in the function plot_3d_single_patch which would previously calculate the surface $\lbrace (x, y_{\text{max}}, z) | (x, z) \in [x_{\text{min}}, x_{\text{max}}] \times [z_{\text{min}}, z_{\text{max}}] \rbrace$ using $x_{\text{max}}$ instead of $y_{\text{max}}$.

@anlavandier
Copy link
Contributor Author

Hi,
I was looking through some of psydac and SymPDE's code and found this little mistake.

Copy link
Member

@yguclu yguclu left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good. Thanks!

@yguclu yguclu merged commit c956e48 into pyccel:master Jul 7, 2023
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants