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

Create mesh class #6

Merged
merged 4 commits into from
May 3, 2023
Merged

Create mesh class #6

merged 4 commits into from
May 3, 2023

Conversation

apalha
Copy link
Collaborator

@apalha apalha commented Apr 20, 2023

Creates the mesh class

  • Reads mesh data from gmsh .msh file input.
  • Computes EToV connectivity (Vertices of Elements);
  • Computes EToE connectivity (Elements of Elements);
  • Computes EToF connectivity (Faces of Elements).

apalha added 4 commits April 3, 2023 18:27
- Was using [0:-2] for selecting all elements of array except the last, but this excludes the last two. Corrected that.
@apalha apalha requested a review from hqwang815 April 20, 2023 06:13
@apalha apalha merged commit 63199e2 into development May 3, 2023
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.

1 participant