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

mesh get_vertice() func may be wrong ? #11

Open
smartyoung19 opened this issue Sep 10, 2024 · 0 comments
Open

mesh get_vertice() func may be wrong ? #11

smartyoung19 opened this issue Sep 10, 2024 · 0 comments

Comments

@smartyoung19
Copy link

Great job and nice code! After read the code, I get a question:
In mesh.py, get_vertice() try to get the center point in each mesh cell. x = np.linspace(0, w, mesh_size) may corrected to x = np.linspace(0, w, mesh_size + 1) ? Since the get_vertice() was called without mesh_size+1.
Is that true ?

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

No branches or pull requests

1 participant