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

Mesh Construction #25

Open
Dong-0520 opened this issue Jul 15, 2024 · 3 comments
Open

Mesh Construction #25

Dong-0520 opened this issue Jul 15, 2024 · 3 comments

Comments

@Dong-0520
Copy link

Hi,

I am new to Julia and l have a question regarding the construction of high-order element meshes. Specifically, suppose l have high-order SBP operators defined on a triangular reference element, and I would like to construct a mesh where each triangle element has its own local operators(metric terms, Jacobians, polynomial mappinas. coordinates, etc.) Could you please provide guidance or examples on how to implement this in Julia?

Thank you for your help!

@jehicken
Copy link
Contributor

Hi @Dong-0520,

Mesh generation is beyond the scope of this package, and our most recent work imports the SBP operators into other (non-Julia) codes; e.g. mfem. That said, I may have an old repo kicking around that I can share that illustrates how to use the SBP operators on a 2D triangular mesh. I am leaving for vacation for the next few days, but I will try to dig up this repo when I return. Feel free to remind me next week if I forget.

In the meantime, you can learn a lot by looking at how finite-element methods deal with the same problem (especially high-order finite-element methods).

@Dong-0520
Copy link
Author

Hi @jehicken ,

Thank you for your comment and for offering to share your old repository. I appreciate your suggestion and will look into finite-element methods to gain more insights.

I will remind you next week about the repository. Hope you enjoy your vacation!

@Dong-0520
Copy link
Author

Hi @jehicken

I hope you enjoyed your vacation last week. This is a friendly reminder to request the illustration of SBP operators on a 2D triangular mesh that you mentioned.

Thank you!

Best regards,
Dong

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

2 participants