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

Structured mesh of a spherical lune #88

Closed
nilswagner opened this issue Aug 1, 2017 · 2 comments
Closed

Structured mesh of a spherical lune #88

nilswagner opened this issue Aug 1, 2017 · 2 comments

Comments

@nilswagner
Copy link
Contributor

Is it possible to create a structured mesh of a spherical lune using pygmsh ?

@nschloe
Copy link
Owner

nschloe commented Aug 1, 2017

No, pygmsh only does unstructured meshes (gmsh as well, afaik). The reason for this is the structured meshes can be constructed rather easily by hand. Check out meshzoo for example.

@nschloe nschloe closed this as completed Aug 1, 2017
@gdmcbain
Copy link
Contributor

gdmcbain commented Aug 1, 2017

Gmsh does have some facilities for structured grids; see §6.3 ‘Structured grids’. (Not necessarily applicable to spherical lunes.) The main facility is the Layers keyword in the Extrude command. There's a proposal from @SamMallinson which begins to add this to PyGmsh in #85 .

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

3 participants