-
Notifications
You must be signed in to change notification settings - Fork 16
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
boundary point type and boundary elements for Python version #84
Comments
Hi, could you elaborate on what you mean by "boundary point type and elements on boundary"? Are you experiencing some problem with the removal of boundary elements when applying the mesh |
Thanks for the reply. "boundary point type and elements on boundary", for example, after generating a mesh, I need land boundary point (could be identified as type '1') and ocean point (could be type of '0'). Same for elements at the land-ocean boundary. But I can't obtain these information from python version of Oceanmesh. There are only points and elements in the mesh. I was wondering if we have the function to identify boundary points and elements? |
Ah I see. There's functionality to do that but it's somewhat unfinished. |
To just get the boundary edges you'd use
|
Thanks, I'll try it. Hopefully it could be finished soon. |
I can try to help out with that. Please provide an example mesh with bathymetry interpolated, if you can. |
Hi,
I was using OceanMesh in Python language. I can not get the boundary point type and elements on boundary may be deleted. I saw this was updated in Matlab version and was wondering if this was also integrated into Python version.
Thank you.
Regards,
Shaun
The text was updated successfully, but these errors were encountered: