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

Generate a non conforme mesh using toughio ? #161

Open
geowomen opened this issue Dec 19, 2023 · 0 comments
Open

Generate a non conforme mesh using toughio ? #161

geowomen opened this issue Dec 19, 2023 · 0 comments

Comments

@geowomen
Copy link

Hi Kerfonluu,
Thank you for all the direction and for your answers.

I have aquestion can we generate a non-conform mesh as shown in the attached image without using pygmsh.
For the conform mesh i have read your comment in TOUGH Users forum :

dx = 10 * [10.0]
mesh = toughio.meshmaker.structured_grid(dx, dx, dx, material="MID")
mesh.set_material("BOT", mesh.filter.box(z0=-100, dz=20))
mesh.set_material("TOP", mesh.filter.box(z0=-20, dz=20))
mesh.plot(show_edges=True)

Do we have an option to do so ?
if not can you suggest me the simple way to do it ?
thank you !
non_connform_mesh

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