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

GRIDEDIT-680: render curvilinear grid #48

Merged
merged 10 commits into from
Feb 19, 2024

Conversation

andreasbuykx
Copy link
Contributor

Add a common interface for Mesh2D and CurvilinearMesh to access the nodes and edges.

@andreasbuykx andreasbuykx force-pushed the feature/GRIDEDIT-680-render-curvilineargrid branch 3 times, most recently from a5922ea to 00575be Compare January 15, 2024 07:57
@andreasbuykx andreasbuykx force-pushed the feature/GRIDEDIT-680-render-curvilineargrid branch 7 times, most recently from 8671921 to 9a72af8 Compare February 13, 2024 13:10
The utility function uses the parameters as number of nodes instead of as number of cells.
This test fails because the utility generates node coordinates in a different order
… coordinates

This commit fixes TestUtility_CreateCurvilinearGrid_EqualToMakeGridParameters, but causes the following 4 tests to fail:
- CurvilinearDerefineThroughAPI
- CurvilinearInsertFaceThroughAPI
- CurvilinearLineMirrorThroughAPI
- CurvilinearRefineThroughAPI
Temporarily change flip the dimensions to accomodate m,n indexing issue in meshkernel
@andreasbuykx andreasbuykx force-pushed the feature/GRIDEDIT-680-render-curvilineargrid branch from 9a72af8 to d9a2461 Compare February 19, 2024 13:17
@andreasbuykx andreasbuykx merged commit 97291ac into main Feb 19, 2024
3 checks passed
@andreasbuykx andreasbuykx deleted the feature/GRIDEDIT-680-render-curvilineargrid branch February 19, 2024 13:26
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

Successfully merging this pull request may close these issues.

2 participants