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

Add mesh.Grid(*xi) and mesh.concatenate([mesh1, mesh2, ...]) #284

Merged
merged 4 commits into from
Sep 26, 2022

Conversation

adtzlr
Copy link
Owner

@adtzlr adtzlr commented Sep 26, 2022

fixes #282
fixes #283

@adtzlr adtzlr added the enhancement New feature or request label Sep 26, 2022
@adtzlr adtzlr added this to the 5.2.0 milestone Sep 26, 2022
@adtzlr adtzlr self-assigned this Sep 26, 2022
@adtzlr adtzlr changed the title Add mesh.Grid() and mesh.concatenate() Add mesh.Grid(*xi) and mesh.concatenate(meshes) Sep 26, 2022
@adtzlr adtzlr changed the title Add mesh.Grid(*xi) and mesh.concatenate(meshes) Add mesh.Grid(*xi) and mesh.concatenate([mesh1, mesh2, ...]) Sep 26, 2022
@adtzlr adtzlr merged commit 1ca08fa into main Sep 26, 2022
@adtzlr adtzlr deleted the add-mesh-grid branch September 26, 2022 20:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add a mesh creator inspired by numpy.meshgrid() Support merging two meshes
1 participant